15 #ifndef __vtkMRMLHierarchyStorageNode_h 16 #define __vtkMRMLHierarchyStorageNode_h 30 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
36 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "HierarchyStorage";}
50 virtual
void InitializeSupportedWriteFileTypes() VTK_OVERRIDE;
53 virtual
int ReadDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
56 virtual
int WriteDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
virtual void InitializeSupportedReadFileTypes()
MRML node for representing a no-op hierarchy storage.
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