6 #ifndef __vtkMRMLAnnotationControlPointsStorageNode_h 7 #define __vtkMRMLAnnotationControlPointsStorageNode_h 9 #include "vtkSlicerAnnotationsModuleMRMLExport.h" 21 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
27 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "AnnotationControlPointsStorage";}
46 int selColumn,
int visColumn,
int numColumns);
49 int& xColumn,
int& yColumn,
int& zColumn,
int& selColumn,
int& visColumn,
int& numColumns);
int ReadAnnotation(vtkMRMLAnnotationNode *refNode)
virtual int WriteAnnotationDataInternal(vtkMRMLNode *refNode, fstream &of)
Write data from a referenced node into a passed stream.
void operator=(const vtkMRMLAnnotationStorageNode &)
virtual int ReadDataInternal(vtkMRMLNode *refNode) VTK_OVERRIDE
Read data and set it in the referenced node.
static vtkMRMLAnnotationStorageNode * New()
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE
Create instance of the default node. Like New only virtual.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
const char * GetAnnotationStorageType()
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode) VTK_OVERRIDE
Return true if the node can be read in.
Abstract Superclass for all specific types of MRML nodes.