Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/QTCore/qSlicerObject.h>
Public Member Functions | |
vtkMRMLScene * | mrmlScene () 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 Attributes | |
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
Definition at line 33 of file qSlicerObject.h.
qSlicerObject::qSlicerObject | ( | ) |
|
virtual |
vtkMRMLScene* qSlicerObject::mrmlScene | ( | ) | const |
Return a pointer on the MRML scene.
|
virtual |
Set the current MRML scene to the widget.
Reimplemented in qSlicerColorsModuleWidget, qSlicerSubjectHierarchyPluginLogic, qSlicerTransformsModuleWidget, and qSlicerCropVolumeModuleWidget.
|
protected |
Definition at line 46 of file qSlicerObject.h.