15 #ifndef __vtkMRMLVolumeArchetypeStorageNode_h 16 #define __vtkMRMLVolumeArchetypeStorageNode_h 33 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
39 virtual
void ReadXMLAttributes( const
char** atts) VTK_OVERRIDE;
51 virtual
void WriteXML(ostream& of,
int indent) VTK_OVERRIDE;
59 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "VolumeArchetypeStorage";}
63 vtkGetMacro(CenterImage,
int);
64 vtkSetMacro(CenterImage,
int);
68 vtkGetMacro(SingleFile,
int);
69 vtkSetMacro(SingleFile,
int);
73 vtkSetMacro(UseOrientationFromFile,
int);
74 vtkGetMacro(UseOrientationFromFile,
int);
100 virtual
void InitializeSupportedWriteFileTypes() VTK_OVERRIDE;
105 virtual
int ReadDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
108 virtual
int WriteDataInternal(
vtkMRMLNode *refNode) VTK_OVERRIDE;
112 int UseOrientationFromFile;
virtual void ConfigureForDataExchange()
Read a series of files that have a common naming convention.
MRML node for representing a volume storage.
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE=0
Create instance of the default node. Like New only virtual.
virtual bool CanWriteFromReferenceNode(vtkMRMLNode *refNode)
A superclass for other storage nodes.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
MRML node for representing a volume (image stack).
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0