21 #ifndef __qMRMLSliceView_h 22 #define __qMRMLSliceView_h 25 #include <ctkVTKSliceView.h> 28 #include "qMRMLWidgetsExport.h" 30 class qMRMLSliceViewPrivate;
41 :
public ctkVTKSliceView
62 Q_INVOKABLE
void addDisplayableManager(
const QString& displayableManager);
65 Q_INVOKABLE
void getDisplayableManagers(vtkCollection *displayableManagers);
91 Q_INVOKABLE
void setViewCursor(
const QCursor &);
94 Q_INVOKABLE
void unsetViewCursor();
107 QScopedPointer<qMRMLSliceViewPrivate>
d_ptr;
MRML node for storing a slice through RAS space.
2D view for slice nodes. For performance reasons, the view block refreshs when the scene is in batch ...
A set of MRML Nodes that supports serialization and undo/redo.
Provides customizable interaction routines.
QScopedPointer< qMRMLSliceViewPrivate > d_ptr
ctkVTKSliceView Superclass
Superclass typedef.