15 #ifndef __vtkMRMLChartViewNode_h 16 #define __vtkMRMLChartViewNode_h 28 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
38 virtual
void ReadXMLAttributes( const
char** atts) VTK_OVERRIDE;
42 virtual
void WriteXML(ostream& of,
int indent) VTK_OVERRIDE;
51 virtual const
char* GetNodeTagName() VTK_OVERRIDE;
55 void SetChartNodeID(const
char *);
59 vtkGetStringMacro(ChartNodeID);
64 virtual
void UpdateReferences() VTK_OVERRIDE;
68 virtual
void UpdateReferenceID(const
char *oldID, const
char *newID) VTK_OVERRIDE;
74 ChartNodeChangedEvent = 16000
void operator=(const vtkMRMLAbstractViewNode &)
virtual vtkMRMLNode * CreateNodeInstance()=0
Create instance of the default node. Like New only virtual.
Abstract MRML node to represent a view. The class holds the properties common to any view type (3D...
MRML node to represent chart view parameters.
Abstract Superclass for all specific types of MRML nodes.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE