15 #ifndef __vtkMRMLTensorVolumeNode_h 16 #define __vtkMRMLTensorVolumeNode_h 39 void PrintSelf(ostream& os, vtkIndent indent)
override;
49 void WriteXML(ostream& of,
int indent)
override;
71 vtkGetMacro(Order,
int);
72 vtkSetMacro(Order,
int);
76 void SetMeasurementFrameMatrix(
const double mf[3][3]);
79 void SetMeasurementFrameMatrix(
const double xr,
const double xa,
const double xs,
80 const double yr,
const double ya,
const double ys,
81 const double zr,
const double za,
const double zs);
83 void GetMeasurementFrameMatrix(
double mf[3][3]);
87 void SetMeasurementFrameMatrix(vtkMatrix4x4 *mat);
88 void GetMeasurementFrameMatrix(vtkMatrix4x4 *mat);
100 double MeasurementFrameMatrix[3][3];
MRML node for representing diffusion weighted MRI volume.
vtkMRMLCopyContentMacro(vtkMRMLVolumeNode)
virtual void UpdateReferences()
The method should remove all pointers and observations to all nodes that are not in the scene anymore...
vtkMRMLStorageNode * CreateDefaultStorageNode() override
Create default storage node or nullptr if does not have one
virtual void UpdateReferenceID(const char *oldID, const char *newID)
Update the stored reference to another node in the scene.
vtkMRMLNode * CreateNodeInstance() override
MRMLNode methods.
void UpdateReferenceID(const char *oldID, const char *newID) override
void UpdateReferences() override
static vtkMRMLScalarVolumeNode * New()
A superclass for other storage nodes.
void operator=(const vtkMRMLScalarVolumeNode &)
const char * GetNodeTagName() override
Get node XML tag name (like Volume, Model)
MRML node for representing a volume (image stack).
Abstract Superclass for all specific types of MRML nodes.
void ReadXMLAttributes(const char **atts) override
Set node attributes
void WriteXML(ostream &of, int indent) override
Write this node's information to a MRML file in XML format.
void PrintSelf(ostream &os, vtkIndent indent) override