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

#include <Base/QTCore/qSlicerObject.h>

Inheritance diagram for qSlicerObject:

Public Member Functions

vtkMRMLScenemrmlScene () 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
 

Detailed Description

Definition at line 33 of file qSlicerObject.h.

Constructor & Destructor Documentation

◆ qSlicerObject()

qSlicerObject::qSlicerObject ( )

◆ ~qSlicerObject()

virtual qSlicerObject::~qSlicerObject ( )
virtual

Member Function Documentation

◆ mrmlScene()

vtkMRMLScene * qSlicerObject::mrmlScene ( ) const

Return a pointer on the MRML scene.

◆ setMRMLScene()

virtual void qSlicerObject::setMRMLScene ( vtkMRMLScene * )
virtual

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerObjectPrivate> qSlicerObject::d_ptr
protected

Definition at line 46 of file qSlicerObject.h.


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