6 #ifndef __vtkMRMLAnnotationLinesStorageNode_h 7 #define __vtkMRMLAnnotationLinesStorageNode_h 9 #include "vtkSlicerAnnotationsModuleMRMLExport.h" 22 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
28 virtual
void ReadXMLAttributes( const
char** atts) VTK_OVERRIDE;
32 virtual
void WriteXML(ostream& of,
int indent) VTK_OVERRIDE;
40 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "AnnotationLinesStorage";}
58 int ReadAnnotationLinesData(
vtkMRMLAnnotationLinesNode *refNode,
char line[1024],
int typeColumn,
int startIDColumn,
int endIDColumn,
int selColumn,
int visColumn,
int numColumns);
60 int ReadAnnotationLinesProperties(
vtkMRMLAnnotationLinesNode *refNode,
char line[1024],
int &typeColumn,
int& startIDColumn,
int& endIDColumn,
int& selColumn,
int& visColumn,
int& numColumns);
const char * GetAnnotationStorageType()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
virtual int WriteAnnotationDataInternal(vtkMRMLNode *refNode, fstream &of) VTK_OVERRIDE
Write data from a referenced node into a passed stream.
int ReadAnnotation(vtkMRMLAnnotationControlPointsNode *refNode)
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode) VTK_OVERRIDE
Return true if the node can be read in.
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE
Create instance of the default node. Like New only virtual.
static vtkMRMLAnnotationControlPointsStorageNode * New()
virtual int ReadDataInternal(vtkMRMLNode *refNode) VTK_OVERRIDE
Read data and set it in the referenced node.
void operator=(const vtkMRMLAnnotationControlPointsStorageNode &)
Abstract Superclass for all specific types of MRML nodes.