|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/Loadable/VolumeRendering/qSlicerVolumeRenderingModule.h>


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 vtkMRMLAbstractLogic * | createLogic () |
| 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 |
Definition at line 35 of file qSlicerVolumeRenderingModule.h.
Reimplemented from qSlicerLoadableModule.
Definition at line 43 of file qSlicerVolumeRenderingModule.h.
| qSlicerVolumeRenderingModule::qSlicerVolumeRenderingModule | ( | QObject * | parent = 0 | ) | [explicit] |
| virtual qSlicerVolumeRenderingModule::~qSlicerVolumeRenderingModule | ( | ) | [virtual] |
| 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.
QScopedPointer<qSlicerVolumeRenderingModulePrivate> qSlicerVolumeRenderingModule::d_ptr [protected] |
Reimplemented from qSlicerLoadableModule.
Definition at line 72 of file qSlicerVolumeRenderingModule.h.
1.7.4