15 #ifndef __vtkMRMLModelStorageNode_h 16 #define __vtkMRMLModelStorageNode_h 30 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
36 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "ModelStorage";}
39 virtual void WriteXML(ostream& of,
int indent) VTK_OVERRIDE;
54 virtual
void InitializeSupportedWriteFileTypes() VTK_OVERRIDE;
60 virtual
int ReadDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
63 virtual
int WriteDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
MRML node to represent a 3D surface model.
virtual void InitializeSupportedReadFileTypes()
MRML node for model storage on disk.
void operator=(const vtkMRMLStorageNode &)
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE=0
Create instance of the default node. Like New only virtual.
virtual void WriteXML(ostream &of, int indent) VTK_OVERRIDE
Write this node's information to a MRML file in XML format.
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