21#ifndef __qSlicerObject_h
22#define __qSlicerObject_h
25#include <QScopedPointer>
28#include "qSlicerBaseQTCoreExport.h"
31class qSlicerObjectPrivate;
46 QScopedPointer<qSlicerObjectPrivate>
d_ptr;
QScopedPointer< qSlicerObjectPrivate > d_ptr
vtkMRMLScene * mrmlScene() const
Return a pointer on the MRML scene.
virtual void setMRMLScene(vtkMRMLScene *)
Set the current MRML scene to the widget.
A set of MRML Nodes that supports serialization and undo/redo.