6 #ifndef __vtkMRMLAnnotationRulerStorageNode_h 7 #define __vtkMRMLAnnotationRulerStorageNode_h 9 #include "vtkSlicerAnnotationsModuleMRMLExport.h" 21 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 "AnnotationRulerStorage";}
61 int ReadAnnotationRulerData(
vtkMRMLAnnotationRulerNode *refNode,
char line[1024],
int typeColumn,
int line1IDColumn,
int selColumn,
int visColumn,
int numColumns);
62 int ReadAnnotationRulerProperties(
vtkMRMLAnnotationRulerNode *refNode,
char line[1024],
int &typeColumn,
int& line1IDColumn,
int& selColumn,
int& visColumn,
int& numColumns);
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
int ReadAnnotation(vtkMRMLAnnotationLinesNode *refNode)
void operator=(const vtkMRMLAnnotationLinesStorageNode &)
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE
Create instance of the default node. Like New only virtual.
static vtkMRMLAnnotationLinesStorageNode * New()
Abstract Superclass for all specific types of MRML nodes.
virtual int ReadDataInternal(vtkMRMLNode *refNode) VTK_OVERRIDE
Read data and set it in the referenced node.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode) VTK_OVERRIDE
Return true if the node can be read in.
const char * GetAnnotationStorageType()
virtual int WriteAnnotationDataInternal(vtkMRMLNode *refNode, fstream &of) VTK_OVERRIDE
Write data from a referenced node into a passed stream.