Public Member Functions | |
vtkJSONInfoNode (const char *name) | |
virtual | ~vtkJSONInfoNode () |
void | AddValue (const char *key, const double value) |
vtkJSONMap & | GetValues () |
const char * | GetName () |
void | SetName (const char *name) |
Private Attributes | |
vtkJSONMap | Values |
vtkJSONInfoNode::vtkJSONInfoNode | ( | const char * | name | ) |
References vtkJSONNode::SetName().
|
virtual |
References Values.
void vtkJSONInfoNode::AddValue | ( | const char * | key, |
const double | value | ||
) |
References Values.
vtkJSONMap& vtkJSONInfoNode::GetValues | ( | ) |
References Values.
|
inherited |
References vtkJSONNode::Name.
|
inherited |
References vtkJSONNode::Name.
|
private |