21 #ifndef __qSlicerDiffusionTensorVolumeDisplayWidget_h 22 #define __qSlicerDiffusionTensorVolumeDisplayWidget_h 28 #include <ctkVTKObject.h> 33 #include "qSlicerVolumesModuleWidgetsExport.h" 38 class vtkMRMLDiffusionTensorSliceDisplayNode;
40 class qSlicerDiffusionTensorVolumeDisplayWidgetPrivate;
62 void setVolumeScalarInvariant(
int scalarInvariant);
63 void setRedSliceVisible(
bool visible);
64 void setYellowSliceVisible(
bool visible);
65 void setGreenSliceVisible(
bool visible);
67 void updateWidgetFromMRML();
68 void synchronizeSliceDisplayNodes();
71 QScopedPointer<qSlicerDiffusionTensorVolumeDisplayWidgetPrivate>
d_ptr;
MRML node for representing diffusion weighted MRI volume.
MRML node to represent display properties for tractography.
MRML node for representing a volume (image stack).
Abstract Superclass for all specific types of MRML nodes.