21 #ifndef __qMRMLClipNodeWidget_h 22 #define __qMRMLClipNodeWidget_h 28 #include <ctkVTKObject.h> 31 #include "qMRMLWidgetsExport.h" 34 class qMRMLClipNodeWidgetPrivate;
49 int redSliceClipState()
const;
50 int yellowSliceClipState()
const;
51 int greenSliceClipState()
const;
54 void setClipType(
int);
55 void setRedSliceClipState(
int);
56 void setYellowSliceClipState(
int);
57 void setGreenSliceClipState(
int);
67 void updateWidgetFromMRML();
69 void updateNodeClipType();
70 void updateNodeRedClipState();
71 void updateNodeYellowClipState();
72 void updateNodeGreenClipState();
73 void updateNodeClippingMethod();
76 QScopedPointer<qMRMLClipNodeWidgetPrivate>
d_ptr;
MRML node to represent three clipping planes.
Abstract Superclass for all specific types of MRML nodes.