15 #ifndef __vtkMRMLVolumeArchetypeStorageNode_h 16 #define __vtkMRMLVolumeArchetypeStorageNode_h 33 void PrintSelf(ostream& os, vtkIndent indent)
override;
49 std::string UpdateFileList(
vtkMRMLNode *refNode,
bool move=
false);
53 void WriteXML(ostream& of,
int indent)
override;
65 vtkGetMacro(CenterImage,
int);
66 vtkSetMacro(CenterImage,
int);
70 vtkGetMacro(SingleFile,
int);
71 vtkSetMacro(SingleFile,
int);
75 vtkSetMacro(UseOrientationFromFile,
int);
76 vtkGetMacro(UseOrientationFromFile,
int);
106 void ConvertSpatialVectorVoxelsBetweenRasLps(vtkImageData* imageData);
vtkMRMLNode * CreateNodeInstance() override=0
Create instance of the default node. Like New only virtual.
virtual int ReadDataInternal(vtkMRMLNode *refNode)
virtual void ConfigureForDataExchange()
Read a series of files that have a common naming convention.
MRML node for representing a volume storage.
void operator=(const vtkMRMLStorageNode &)
void ReadXMLAttributes(const char **atts) override
Read node attributes from XML file
void Copy(vtkMRMLNode *node) override
Copy the node's attributes to this object
void PrintSelf(ostream &os, vtkIndent indent) override
virtual bool CanWriteFromReferenceNode(vtkMRMLNode *refNode)
void WriteXML(ostream &of, int indent) override
Write this node's information to a MRML file in XML format.
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Model)
A superclass for other storage nodes.
int UseOrientationFromFile
MRML node for representing a volume (image stack).
virtual void InitializeSupportedWriteFileTypes()
virtual int WriteDataInternal(vtkMRMLNode *refNode)
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0