6 #ifndef __vtkMRMLAnnotationLinesStorageNode_h 7 #define __vtkMRMLAnnotationLinesStorageNode_h 9 #include "vtkSlicerAnnotationsModuleMRMLExport.h" 22 void PrintSelf(ostream& os, vtkIndent indent)
override;
32 void WriteXML(ostream& of,
int indent)
override;
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()
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Model)
void PrintSelf(ostream &os, vtkIndent indent) override
int ReadAnnotation(vtkMRMLAnnotationControlPointsNode *refNode)
vtkMRMLNode * CreateNodeInstance() override
Create instance of the default node. Like New only virtual.
bool CanReadInReferenceNode(vtkMRMLNode *refNode) override
void ReadXMLAttributes(const char **atts) override
Read node attributes from XML file
static vtkMRMLAnnotationControlPointsStorageNode * New()
int WriteAnnotationDataInternal(vtkMRMLNode *refNode, fstream &of) override
Write data from a referenced node into a passed stream.
void Copy(vtkMRMLNode *node) override
Copy the node's attributes to this object
void WriteXML(ostream &of, int indent) override
Write this node's information to a MRML file in XML format.
void operator=(const vtkMRMLAnnotationControlPointsStorageNode &)
Abstract Superclass for all specific types of MRML nodes.
int ReadDataInternal(vtkMRMLNode *refNode) override
Read data and set it in the referenced node.