21 #ifndef __ctkVTKVolumePropertyWidget_h
22 #define __ctkVTKVolumePropertyWidget_h
29 #include "ctkVisualizationVTKWidgetsExport.h"
30 class ctkVTKVolumePropertyWidgetPrivate;
33 class vtkVolumeProperty;
44 Q_PROPERTY(
bool thresholdEnabled READ isThresholdEnabled WRITE setThresholdEnabled NOTIFY thresholdEnabledChanged)
49 Q_PROPERTY(
bool thresholdToggleVisibility READ isThresholdToggleVisible WRITE setThresholdToggleVisible)
74 bool dontSpreadFirstAndLast =
false);
82 bool dontSpreadFirstAndLast =
false);
111 QScopedPointer<ctkVTKVolumePropertyWidgetPrivate>
d_ptr;
#define QVTK_OBJECT
Define VTK/Qt event/slot connection utility methods. It is a convenient macro that declares and defin...