21 #ifndef __qMRMLAnnotationROIWidget_h 22 #define __qMRMLAnnotationROIWidget_h 28 #include "qSlicerAnnotationsModuleWidgetsExport.h" 32 #include <ctkVTKObject.h> 36 class qMRMLAnnotationROIWidgetPrivate;
51 void setExtent(
double min,
double max);
52 void setExtent(
double minLR,
double maxLR,
53 double minPA,
double maxPA,
54 double minIS,
double maxIS);
65 void setDisplayClippingBox(
bool visible);
69 void setInteractiveMode(
bool interactive);
71 void displayClippingBoxChanged(
bool);
75 void onMRMLNodeModified();
79 void onMRMLDisplayNodeModified();
82 QScopedPointer<qMRMLAnnotationROIWidgetPrivate>
d_ptr;
Abstract Superclass for all specific types of MRML nodes.