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