21 #ifndef __qMRMLROIWidget_h 22 #define __qMRMLROIWidget_h 29 #include <ctkVTKObject.h> 31 #include "qMRMLWidgetsExport.h" 35 class qMRMLROIWidgetPrivate;
50 void setExtent(
double min,
double max);
61 void setDisplayClippingBox(
bool visible);
65 void setInteractiveMode(
bool interactive);
69 void onMRMLNodeModified();
74 QScopedPointer<qMRMLROIWidgetPrivate>
d_ptr;
MRML node to represent a 3D ROI.
Abstract Superclass for all specific types of MRML nodes.