15 #ifndef __vtkMRMLFiducialListStorageNode_h 16 #define __vtkMRMLFiducialListStorageNode_h 36 void PrintSelf(ostream& os, vtkIndent indent)
override;
45 vtkGetMacro(Version,
int);
46 vtkSetMacro(Version,
int);
vtkMRMLNode * CreateNodeInstance() override=0
Create instance of the default node. Like New only virtual.
MRML node for handling fiducial list storage.
virtual int ReadDataInternal(vtkMRMLNode *refNode)
int Version
the storage node version
virtual void InitializeSupportedReadFileTypes()
void operator=(const vtkMRMLStorageNode &)
void PrintSelf(ostream &os, vtkIndent indent) override
A superclass for other storage nodes.
virtual void InitializeSupportedWriteFileTypes()
virtual int WriteDataInternal(vtkMRMLNode *refNode)
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Model)
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0