![]() |
Slicer 5.9
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. | |
qSlicerObject () | |
virtual void | setMRMLScene (vtkMRMLScene *) |
Set the current MRML scene to the widget. | |
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, qSlicerCropVolumeModuleWidget, qSlicerSubjectHierarchyPluginLogic, and qSlicerTransformsModuleWidget.
|
protected |
Definition at line 46 of file qSlicerObject.h.