Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
qSlicerVolumeRenderingModule Class Reference

#include <Modules/Loadable/VolumeRendering/qSlicerVolumeRenderingModule.h>

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

List of all members.

Public Types

typedef qSlicerLoadableModule Superclass

Public Member Functions

virtual QString acknowledgementText () const
 Acknowledgement for the module.
virtual QStringList categories () const
virtual QStringList contributors () const
 Contributors of the module.
virtual QString helpText () const
 Help of the module.
virtual QIcon icon () const
 Return a custom icon for the module.
 qSlicerGetTitleMacro (QTMODULE_TITLE)
 qSlicerVolumeRenderingModule (QObject *parent=0)
virtual ~qSlicerVolumeRenderingModule ()

Protected Member Functions

virtual vtkMRMLAbstractLogiccreateLogic ()
 Create and return the logic associated to this module.
virtual
qSlicerAbstractModuleRepresentation
createWidgetRepresentation ()
 Create and return the widget representation associated to this module.
virtual void setup ()
 Initialize the module. Register the volumes reader/writer.

Protected Attributes

QScopedPointer
< qSlicerVolumeRenderingModulePrivate > 
d_ptr

Detailed Description

Definition at line 35 of file qSlicerVolumeRenderingModule.h.


Member Typedef Documentation

Reimplemented from qSlicerLoadableModule.

Definition at line 43 of file qSlicerVolumeRenderingModule.h.


Constructor & Destructor Documentation

qSlicerVolumeRenderingModule::qSlicerVolumeRenderingModule ( QObject *  parent = 0) [explicit]
virtual qSlicerVolumeRenderingModule::~qSlicerVolumeRenderingModule ( ) [virtual]

Member Function Documentation

virtual QString qSlicerVolumeRenderingModule::acknowledgementText ( ) const [virtual]

Acknowledgement for the module.

Reimplemented from qSlicerLoadableModule.

virtual QStringList qSlicerVolumeRenderingModule::categories ( ) const [virtual]

Categories the module belongs to. Categories support subcategories. Use the '.' separator to specify a subcategory (no depth limit), e.g.: "Filtering.Arithmetic". The function must be reimplemented in derived classes. Note: If a category doesn't exist, it will be created.

Reimplemented from qSlicerAbstractCoreModule.

virtual QStringList qSlicerVolumeRenderingModule::contributors ( ) const [virtual]

Contributors of the module.

Reimplemented from qSlicerAbstractCoreModule.

virtual vtkMRMLAbstractLogic* qSlicerVolumeRenderingModule::createLogic ( ) [protected, virtual]

Create and return the logic associated to this module.

Implements qSlicerAbstractCoreModule.

virtual qSlicerAbstractModuleRepresentation* qSlicerVolumeRenderingModule::createWidgetRepresentation ( ) [protected, virtual]

Create and return the widget representation associated to this module.

Implements qSlicerAbstractCoreModule.

virtual QString qSlicerVolumeRenderingModule::helpText ( ) const [virtual]

Help of the module.

Reimplemented from qSlicerLoadableModule.

virtual QIcon qSlicerVolumeRenderingModule::icon ( ) const [virtual]

Return a custom icon for the module.

Reimplemented from qSlicerAbstractModule.

qSlicerVolumeRenderingModule::qSlicerGetTitleMacro ( QTMODULE_TITLE  )
virtual void qSlicerVolumeRenderingModule::setup ( ) [protected, virtual]

Initialize the module. Register the volumes reader/writer.

Reimplemented from qSlicerLoadableModule.


Member Data Documentation

QScopedPointer<qSlicerVolumeRenderingModulePrivate> qSlicerVolumeRenderingModule::d_ptr [protected]

Reimplemented from qSlicerLoadableModule.

Definition at line 72 of file qSlicerVolumeRenderingModule.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines