15 #ifndef __vtkMRMLVolumeArchetypeStorageNode_h 16 #define __vtkMRMLVolumeArchetypeStorageNode_h 33 void PrintSelf(ostream& os, vtkIndent indent)
override;
47 std::string UpdateFileList(
vtkMRMLNode *refNode,
int move = 0);
51 void WriteXML(ostream& of,
int indent)
override;
63 vtkGetMacro(CenterImage,
int);
64 vtkSetMacro(CenterImage,
int);
68 vtkGetMacro(SingleFile,
int);
69 vtkSetMacro(SingleFile,
int);
73 vtkSetMacro(UseOrientationFromFile,
int);
74 vtkGetMacro(UseOrientationFromFile,
int);
104 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