Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Properties | Public Slots | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes
qSlicerScalarVolumeDisplayWidget Class Reference

#include <Modules/Loadable/Volumes/Widgets/qSlicerScalarVolumeDisplayWidget.h>

Inheritance diagram for qSlicerScalarVolumeDisplayWidget:
Inheritance graph
[legend]
Collaboration diagram for qSlicerScalarVolumeDisplayWidget:
Collaboration graph
[legend]

Public Types

typedef qSlicerWidget Superclass
 Constructors. More...
 

Properties

bool enableColorTableComboBox
 
bool enableMRMLWindowLevelWidget
 

Public Slots

void setColorNode (vtkMRMLNode *colorNode)
 
void setInterpolate (bool interpolate)
 
void setMRMLVolumeNode (vtkMRMLScalarVolumeNode *volumeNode)
 Set the MRML node of interest. More...
 
void setMRMLVolumeNode (vtkMRMLNode *node)
 
void setPreset (const QString &presetName)
 
- Public Slots inherited from qSlicerWidget
virtual void setMRMLScene (vtkMRMLScene *scene)
 

Public Member Functions

bool isColorTableComboBoxEnabled () const
 
bool isMRMLWindowLevelWidgetEnabled () const
 
 qSlicerScalarVolumeDisplayWidget (QWidget *parent)
 
void setColorTableComboBoxEnabled (bool)
 
void setMRMLWindowLevelWidgetEnabled (bool)
 
vtkMRMLScalarVolumeDisplayNodevolumeDisplayNode () const
 
vtkMRMLScalarVolumeNodevolumeNode () const
 
virtual ~qSlicerScalarVolumeDisplayWidget ()
 
- Public Member Functions inherited from qSlicerWidget
 qSlicerWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~qSlicerWidget ()
 
- Public Member Functions inherited from qSlicerObject
vtkMRMLScenemrmlScene () const
 Return a pointer on the MRML scene. More...
 
 qSlicerObject ()
 
virtual void setMRMLScene (vtkMRMLScene *)
 Set the current MRML scene to the widget. More...
 
virtual ~qSlicerObject ()
 

Protected Slots

void onLockWindowLevelButtonClicked ()
 
void onPresetButtonClicked ()
 
void updateTransferFunction ()
 
void updateWidgetFromMRML ()
 

Protected Member Functions

void showEvent (QShowEvent *event)
 

Protected Attributes

QScopedPointer< qSlicerScalarVolumeDisplayWidgetPrivate > d_ptr
 
- Protected Attributes inherited from qSlicerWidget
QScopedPointer< qSlicerWidgetPrivate > d_ptr
 
- Protected Attributes inherited from qSlicerObject
QScopedPointer< qSlicerObjectPrivate > d_ptr
 

Additional Inherited Members

- Signals inherited from qSlicerWidget
void mrmlSceneChanged (vtkMRMLScene *)
 

Detailed Description

Definition at line 21 of file qSlicerScalarVolumeDisplayWidget.h.

Member Typedef Documentation

◆ Superclass

Constructors.

Definition at line 30 of file qSlicerScalarVolumeDisplayWidget.h.

Property Documentation

◆ enableColorTableComboBox

bool qSlicerScalarVolumeDisplayWidget::enableColorTableComboBox
readwrite

Definition at line 26 of file qSlicerScalarVolumeDisplayWidget.h.

◆ enableMRMLWindowLevelWidget

bool qSlicerScalarVolumeDisplayWidget::enableMRMLWindowLevelWidget
readwrite

Definition at line 27 of file qSlicerScalarVolumeDisplayWidget.h.

Constructor & Destructor Documentation

◆ qSlicerScalarVolumeDisplayWidget()

qSlicerScalarVolumeDisplayWidget::qSlicerScalarVolumeDisplayWidget ( QWidget *  parent)
explicit

◆ ~qSlicerScalarVolumeDisplayWidget()

virtual qSlicerScalarVolumeDisplayWidget::~qSlicerScalarVolumeDisplayWidget ( )
virtual

Member Function Documentation

◆ isColorTableComboBoxEnabled()

bool qSlicerScalarVolumeDisplayWidget::isColorTableComboBoxEnabled ( ) const

◆ isMRMLWindowLevelWidgetEnabled()

bool qSlicerScalarVolumeDisplayWidget::isMRMLWindowLevelWidgetEnabled ( ) const

◆ onLockWindowLevelButtonClicked

void qSlicerScalarVolumeDisplayWidget::onLockWindowLevelButtonClicked ( )
protectedslot

◆ onPresetButtonClicked

void qSlicerScalarVolumeDisplayWidget::onPresetButtonClicked ( )
protectedslot

◆ setColorNode

void qSlicerScalarVolumeDisplayWidget::setColorNode ( vtkMRMLNode colorNode)
slot

◆ setColorTableComboBoxEnabled()

void qSlicerScalarVolumeDisplayWidget::setColorTableComboBoxEnabled ( bool  )

◆ setInterpolate

void qSlicerScalarVolumeDisplayWidget::setInterpolate ( bool  interpolate)
slot

◆ setMRMLVolumeNode [1/2]

void qSlicerScalarVolumeDisplayWidget::setMRMLVolumeNode ( vtkMRMLScalarVolumeNode volumeNode)
slot

Set the MRML node of interest.

◆ setMRMLVolumeNode [2/2]

void qSlicerScalarVolumeDisplayWidget::setMRMLVolumeNode ( vtkMRMLNode node)
slot

◆ setMRMLWindowLevelWidgetEnabled()

void qSlicerScalarVolumeDisplayWidget::setMRMLWindowLevelWidgetEnabled ( bool  )

◆ setPreset

void qSlicerScalarVolumeDisplayWidget::setPreset ( const QString &  presetName)
slot

◆ showEvent()

void qSlicerScalarVolumeDisplayWidget::showEvent ( QShowEvent *  event)
protected

◆ updateTransferFunction

void qSlicerScalarVolumeDisplayWidget::updateTransferFunction ( )
protectedslot

◆ updateWidgetFromMRML

void qSlicerScalarVolumeDisplayWidget::updateWidgetFromMRML ( )
protectedslot

◆ volumeDisplayNode()

vtkMRMLScalarVolumeDisplayNode* qSlicerScalarVolumeDisplayWidget::volumeDisplayNode ( ) const

◆ volumeNode()

vtkMRMLScalarVolumeNode* qSlicerScalarVolumeDisplayWidget::volumeNode ( ) const

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerScalarVolumeDisplayWidgetPrivate> qSlicerScalarVolumeDisplayWidget::d_ptr
protected

Definition at line 63 of file qSlicerScalarVolumeDisplayWidget.h.


The documentation for this class was generated from the following file: