15 #ifndef __vtkMRMLFreeSurferModelStorageNode_h 16 #define __vtkMRMLFreeSurferModelStorageNode_h 30 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
36 virtual
void ReadXMLAttributes( const
char** atts) VTK_OVERRIDE;
42 virtual
int CopyData(
vtkMRMLNode *refNode, const
char *newFileName);
46 virtual
void WriteXML(ostream& of,
int indent) VTK_OVERRIDE;
54 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "FreeSurferModelStorage";};
58 vtkGetMacro(UseStripper,
int);
59 vtkSetMacro(UseStripper,
int);
71 virtual
int ReadDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
MRML node for model storage on disk.
MRML node for model storage on disk.
static vtkMRMLModelStorageNode * New()
virtual void InitializeSupportedReadFileTypes() VTK_OVERRIDE
Initialize all the supported read file types.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void operator=(const vtkMRMLModelStorageNode &)
Abstract Superclass for all specific types of MRML nodes.
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE
Create instance of the default node. Like New only virtual.