6 #ifndef __vtkMRMLAnnotationControlPointsStorageNode_h 7 #define __vtkMRMLAnnotationControlPointsStorageNode_h 9 #include "vtkSlicerAnnotationsModuleMRMLExport.h" 21 void PrintSelf(ostream& os, vtkIndent indent)
override;
27 const char*
GetNodeTagName()
override {
return "AnnotationControlPointsStorage";}
46 int selColumn,
int visColumn,
int numColumns);
49 int& xColumn,
int& yColumn,
int& zColumn,
int& selColumn,
int& visColumn,
int& numColumns);
bool CanReadInReferenceNode(vtkMRMLNode *refNode) override
Return true if the node can be read in.
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 &)
static vtkMRMLAnnotationStorageNode * New()
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Model)
void PrintSelf(ostream &os, vtkIndent indent) override
vtkMRMLNode * CreateNodeInstance() override
Create instance of the default node. Like New only virtual.
int ReadDataInternal(vtkMRMLNode *refNode) override
Read data and set it in the referenced node.
const char * GetAnnotationStorageType()
Abstract Superclass for all specific types of MRML nodes.