 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
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)
47 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...