15 #ifndef __vtkMRMLDiffusionWeightedVolumeDisplayNode_h 16 #define __vtkMRMLDiffusionWeightedVolumeDisplayNode_h 22 class vtkAlgorithmOutput;
24 class vtkImageExtractComponents;
40 void PrintSelf(ostream& os, vtkIndent indent)
override;
50 void WriteXML(ostream& of,
int indent)
override;
58 const char*
GetNodeTagName()
override {
return "DiffusionWeightedVolumeDisplay";}
73 vtkGetMacro(DiffusionComponent,
int);
74 vtkSetMacro(DiffusionComponent,
int);
void operator=(const vtkMRMLScalarVolumeDisplayNode &)
void SetInputToImageDataPipeline(vtkAlgorithmOutput *imageDataConnection) override
const char * GetNodeTagName() override
Get node XML tag name (like Volume, Model)
virtual vtkAlgorithmOutput * GetScalarImageDataConnection()
MRML node for representing a volume (image stack).
vtkAlgorithmOutput * GetInputImageDataConnection() override
Gets the pipeline input.
virtual void UpdateImageDataPipeline()
Update the pipeline based on this node attributes
static vtkMRMLScalarVolumeDisplayNode * New()
void Copy(vtkMRMLNode *node) override
Copy the node's attributes to this object
void WriteXML(ostream &of, int indent) override
Write this node's information to a MRML file in XML format.
void ReadXMLAttributes(const char **atts) override
Read node attributes from XML file
vtkMRMLNode * CreateNodeInstance() override
Create instance of the default node. Like New only virtual.
int DiffusionComponent
This property holds the current diffusion component used for display.
void PrintSelf(ostream &os, vtkIndent indent) override
Abstract Superclass for all specific types of MRML nodes.
vtkImageExtractComponents * ExtractComponent
MRML node for representing a volume display attributes.