21 #ifndef __qMRMLThreeDWidget_h 22 #define __qMRMLThreeDWidget_h 32 class qMRMLThreeDWidgetPrivate;
64 Q_INVOKABLE
void addDisplayableManager(
const QString& displayableManager);
65 Q_INVOKABLE
void getDisplayableManagers(vtkCollection *displayableManagers);
69 Q_INVOKABLE QString viewLabel()
const;
73 Q_INVOKABLE
void setViewLabel(
const QString& newViewLabel);
76 Q_INVOKABLE
void setQuadBufferStereoSupportEnabled(
bool value);
83 QScopedPointer<qMRMLThreeDWidgetPrivate>
d_ptr;
A set of MRML Nodes that supports serialization and undo/redo.
3D view for view nodes. For performance reasons, the view block refreshs when the scene is in batch p...
MRML node to represent a 3D view.