Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
qSlicerVolumeRenderingModule Class Reference

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

Inheritance diagram for qSlicerVolumeRenderingModule:
Collaboration diagram for qSlicerVolumeRenderingModule:

Public Types

typedef qSlicerLoadableModule Superclass
 
- Public Types inherited from qSlicerLoadableModule
typedef qSlicerLoadableModule Self
 
typedef qSlicerAbstractModule Superclass
 
- Public Types inherited from qSlicerAbstractModule
typedef qSlicerAbstractCoreModule Superclass
 
typedef QObject Superclass
 

Public Member Functions

QString acknowledgementText () const override
 Acknowledgement for the module.
 
QStringList associatedNodeTypes () const override
 Specify editable node types.
 
QStringList categories () const override
 
QStringList contributors () const override
 Contributors of the module.
 
QString helpText () const override
 Help of the module.
 
QIcon icon () const override
 Return a custom icon for the module.
 
 qSlicerVolumeRenderingModule (QObject *parent=nullptr)
 
QString title () const override
 Title of the module.
 
 ~qSlicerVolumeRenderingModule () override
 
- Public Member Functions inherited from qSlicerLoadableModule
 qSlicerLoadableModule (QObject *parent=nullptr)
 
 ~qSlicerLoadableModule () override
 
- Public Member Functions inherited from qSlicerAbstractModule
Q_INVOKABLE QAction * action ()
 
virtual QImage logo () const
 The logo of the module, the credits given by the grants or institution.
 
 qSlicerAbstractModule (QObject *parent=nullptr)
 
 ~qSlicerAbstractModule () override
 
 qSlicerAbstractCoreModule (QObject *parent=nullptr)
 
 ~qSlicerAbstractCoreModule () override
 
virtual void printAdditionalInfo ()
 
QString slicerWikiUrl () const
 Convenience method to return slicer wiki URL.
 
QString defaultDocumentationLink () const
 
void initialize (vtkSlicerApplicationLogic *appLogic)
 
virtual QString name () const
 
virtual void setName (const QString &name)
 
virtual int index () const
 Return the category index of the module.
 
virtual bool isHidden () const
 
bool isWidgetRepresentationCreationEnabled () const
 
void setWidgetRepresentationCreationEnabled (bool value)
 
qSlicerAbstractModuleRepresentationwidgetRepresentation ()
 
qSlicerAbstractModuleRepresentationcreateNewWidgetRepresentation ()
 
void setAppLogic (vtkSlicerApplicationLogic *appLogic)
 
vtkSlicerApplicationLogicappLogic () const
 
vtkMRMLAbstractLogicmoduleLogic (const QString &moduleName) const
 Convenience method for getting another module's logic from appLogic.
 
Q_INVOKABLE vtkMRMLAbstractLogiclogic ()
 
Q_INVOKABLE vtkMRMLScenemrmlScene () const
 Return a pointer on the MRML scene.
 
virtual QStringList dependencies () const
 
QString path () const
 
void setPath (const QString &newPath)
 
bool isInstalled () const
 
void setInstalled (bool value)
 
bool isBuiltIn () const
 
void setBuiltIn (bool value)
 

Protected Member Functions

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

Protected Attributes

QScopedPointer< qSlicerVolumeRenderingModulePrivate > d_ptr
 
- Protected Attributes inherited from qSlicerLoadableModule
QScopedPointer< qSlicerLoadableModulePrivate > d_ptr
 
- Protected Attributes inherited from qSlicerAbstractModule
QScopedPointer< qSlicerAbstractModulePrivate > d_ptr
 
QScopedPointer< qSlicerAbstractCoreModulePrivate > d_ptr
 

Additional Inherited Members

- Properties inherited from qSlicerAbstractModule
QIcon icon
 
QImage logo
 
QString name
 
QString title
 
QStringList categories
 
int index
 
bool hidden
 
bool widgetRepresentationCreationEnabled
 
QString helpText
 
QString acknowledgementText
 
QStringList contributors
 
QString slicerWikiUrl
 
QString defaultDocumentationLink
 
QStringList dependencies
 
QString path
 
bool isInstalled
 
bool isBuiltIn
 
QStringList associatedNodeTypes
 
virtual void setMRMLScene (vtkMRMLScene *)
 
- Static Public Member Functions inherited from qSlicerLoadableModule
static bool addModuleNameToSlicerModuleNames (qSlicerCorePythonManager *pythonManager, const QString &moduleName)
 
static bool addModuleToSlicerModules (qSlicerCorePythonManager *pythonManager, qSlicerAbstractModule *module, const QString &moduleName)
 
static bool importModulePythonExtensions (qSlicerCorePythonManager *pythonManager, const QString &intDir, const QString &modulePath, bool isEmbedded=false)
 Import python extensions associated with modulePath.
 

Detailed Description

Definition at line 34 of file qSlicerVolumeRenderingModule.h.

Member Typedef Documentation

◆ Superclass

Constructor & Destructor Documentation

◆ qSlicerVolumeRenderingModule()

qSlicerVolumeRenderingModule::qSlicerVolumeRenderingModule ( QObject * parent = nullptr)
explicit

◆ ~qSlicerVolumeRenderingModule()

qSlicerVolumeRenderingModule::~qSlicerVolumeRenderingModule ( )
override

Member Function Documentation

◆ acknowledgementText()

QString qSlicerVolumeRenderingModule::acknowledgementText ( ) const
overridevirtual

Acknowledgement for the module.

Reimplemented from qSlicerLoadableModule.

◆ associatedNodeTypes()

QStringList qSlicerVolumeRenderingModule::associatedNodeTypes ( ) const
overridevirtual

Specify editable node types.

Reimplemented from qSlicerAbstractCoreModule.

◆ categories()

QStringList qSlicerVolumeRenderingModule::categories ( ) const
overridevirtual

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.

◆ contributors()

QStringList qSlicerVolumeRenderingModule::contributors ( ) const
overridevirtual

Contributors of the module.

Reimplemented from qSlicerAbstractCoreModule.

◆ createLogic()

vtkMRMLAbstractLogic * qSlicerVolumeRenderingModule::createLogic ( )
overrideprotectedvirtual

Create and return the logic associated to this module.

Implements qSlicerAbstractCoreModule.

◆ createWidgetRepresentation()

qSlicerAbstractModuleRepresentation * qSlicerVolumeRenderingModule::createWidgetRepresentation ( )
overrideprotectedvirtual

Create and return the widget representation associated to this module.

Implements qSlicerAbstractCoreModule.

◆ helpText()

QString qSlicerVolumeRenderingModule::helpText ( ) const
overridevirtual

Help of the module.

Reimplemented from qSlicerLoadableModule.

◆ icon()

QIcon qSlicerVolumeRenderingModule::icon ( ) const
overridevirtual

Return a custom icon for the module.

Reimplemented from qSlicerAbstractModule.

◆ setup()

void qSlicerVolumeRenderingModule::setup ( )
overrideprotectedvirtual

Initialize the module. Register the volumes reader/writer.

Reimplemented from qSlicerLoadableModule.

◆ title()

QString qSlicerVolumeRenderingModule::title ( ) const
overridevirtual

Title of the module.

Implements qSlicerAbstractCoreModule.

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerVolumeRenderingModulePrivate> qSlicerVolumeRenderingModule::d_ptr
protected

Definition at line 75 of file qSlicerVolumeRenderingModule.h.


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