#include <Libs/Visualization/VTK/Widgets/ctkVTKThresholdWidget.h>
|
QScopedPointer< ctkVTKThresholdWidgetPrivate > | d_ptr |
|
Definition at line 36 of file ctkVTKThresholdWidget.h.
◆ ctkVTKThresholdWidget()
ctkVTKThresholdWidget::ctkVTKThresholdWidget |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~ctkVTKThresholdWidget()
virtual ctkVTKThresholdWidget::~ctkVTKThresholdWidget |
( |
| ) |
|
|
virtual |
◆ opacity()
double ctkVTKThresholdWidget::opacity |
( |
| ) |
const |
◆ piecewiseFunction()
vtkPiecewiseFunction* ctkVTKThresholdWidget::piecewiseFunction |
( |
| ) |
const |
◆ range()
void ctkVTKThresholdWidget::range |
( |
double * |
range | ) |
const |
◆ setOpacity
void ctkVTKThresholdWidget::setOpacity |
( |
double |
opacity | ) |
|
|
slot |
◆ setPiecewiseFunction
void ctkVTKThresholdWidget::setPiecewiseFunction |
( |
vtkPiecewiseFunction * |
function | ) |
|
|
slot |
◆ setRange
void ctkVTKThresholdWidget::setRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
slot |
◆ setThresholdValues
void ctkVTKThresholdWidget::setThresholdValues |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
slot |
◆ setUseSharpness()
void ctkVTKThresholdWidget::setUseSharpness |
( |
bool |
use | ) |
|
◆ thresholdValues()
void ctkVTKThresholdWidget::thresholdValues |
( |
double * |
values | ) |
const |
◆ updateFromPiecewiseFunction
void ctkVTKThresholdWidget::updateFromPiecewiseFunction |
( |
| ) |
|
|
protectedslot |
◆ useSharpness()
bool ctkVTKThresholdWidget::useSharpness |
( |
| ) |
const |
◆ d_ptr
QScopedPointer<ctkVTKThresholdWidgetPrivate> ctkVTKThresholdWidget::d_ptr |
|
protected |
◆ opacity
QVTK_OBJECTdouble ctkVTKThresholdWidget::opacity |
|
readwrite |
Setting the opacity property has no effect when no piecewise function is set.
Definition at line 40 of file ctkVTKThresholdWidget.h.
◆ useSharpness
bool ctkVTKThresholdWidget::useSharpness |
|
readwrite |
Use 2 (true) or 4 (false) control points to control the threshold. 4 points by default (false).
Definition at line 40 of file ctkVTKThresholdWidget.h.
The documentation for this class was generated from the following file: