Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Protected Attributes
qSlicerObject Class Reference

#include <Base/QTCore/qSlicerObject.h>

Inheritance diagram for qSlicerObject:
Inheritance graph
[legend]

Public Member Functions

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

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: