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
qSlicerMultiVolumeRenderingModule Class Reference

#include <Modules/Loadable/MultiVolumeRendering/qSlicerMultiVolumeRenderingModule.h>

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

List of all members.

Public Types

typedef qSlicerLoadableModule Superclass

Public Member Functions

virtual QString acknowledgementText () const
 Return acknowledgements.
virtual QStringList categories () const
 Return the categories for the module.
virtual QStringList contributors () const
 Return the authors of the module.
virtual QStringList dependencies () const
virtual QString helpText () const
 Help to use the module.
virtual QIcon icon () const
 Return a custom icon for the module.
 qSlicerGetTitleMacro (QTMODULE_TITLE)
 qSlicerMultiVolumeRenderingModule (QObject *parent=0)
virtual ~qSlicerMultiVolumeRenderingModule ()

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
< qSlicerMultiVolumeRenderingModulePrivate > 
d_ptr

Detailed Description

Definition at line 29 of file qSlicerMultiVolumeRenderingModule.h.


Member Typedef Documentation

Reimplemented from qSlicerLoadableModule.

Definition at line 37 of file qSlicerMultiVolumeRenderingModule.h.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Return acknowledgements.

Reimplemented from qSlicerLoadableModule.

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

Return the categories for the module.

Reimplemented from qSlicerAbstractCoreModule.

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

Return the authors of the module.

Reimplemented from qSlicerAbstractCoreModule.

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

Create and return the logic associated to this module.

Implements qSlicerAbstractCoreModule.

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

Create and return the widget representation associated to this module.

Implements qSlicerAbstractCoreModule.

virtual QStringList qSlicerMultiVolumeRenderingModule::dependencies ( ) const [virtual]

Reimplemented from qSlicerAbstractCoreModule.

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

Help to use the module.

Reimplemented from qSlicerLoadableModule.

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

Return a custom icon for the module.

Reimplemented from qSlicerAbstractModule.

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

Initialize the module. Register the volumes reader/writer.

Reimplemented from qSlicerLoadableModule.


Member Data Documentation

QScopedPointer<qSlicerMultiVolumeRenderingModulePrivate> qSlicerMultiVolumeRenderingModule::d_ptr [protected]

Reimplemented from qSlicerLoadableModule.

Definition at line 72 of file qSlicerMultiVolumeRenderingModule.h.


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