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