15 #ifndef __vtkMRMLFiducialListStorageNode_h 16 #define __vtkMRMLFiducialListStorageNode_h 36 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
42 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "FiducialListStorage";}
45 vtkGetMacro(Version,
int);
46 vtkSetMacro(Version,
int);
60 virtual
void InitializeSupportedWriteFileTypes() VTK_OVERRIDE;
63 virtual
int ReadDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
66 virtual
int WriteDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
MRML node for handling fiducial list storage.
virtual void InitializeSupportedReadFileTypes()
void operator=(const vtkMRMLStorageNode &)
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE=0
Create instance of the default node. Like New only virtual.
A superclass for other storage nodes.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0