#include <Libs/MRML/Widgets/qMRMLVolumeThresholdWidget.h>
◆ Superclass
◆ ControlMode
◆ autoThreshold
int qMRMLVolumeThresholdWidget::autoThreshold |
|
readwrite |
◆ lowerThreshold
double qMRMLVolumeThresholdWidget::lowerThreshold |
|
readwrite |
◆ lowerThresholdBound
double qMRMLVolumeThresholdWidget::lowerThresholdBound |
|
readwrite |
◆ upperThreshold
double qMRMLVolumeThresholdWidget::upperThreshold |
|
readwrite |
◆ upperThresholdBound
double qMRMLVolumeThresholdWidget::upperThresholdBound |
|
readwrite |
◆ qMRMLVolumeThresholdWidget()
qMRMLVolumeThresholdWidget::qMRMLVolumeThresholdWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~qMRMLVolumeThresholdWidget()
qMRMLVolumeThresholdWidget::~qMRMLVolumeThresholdWidget |
( |
| ) |
|
|
override |
◆ autoThreshold()
ControlMode qMRMLVolumeThresholdWidget::autoThreshold |
( |
| ) |
const |
◆ autoThresholdValueChanged
void qMRMLVolumeThresholdWidget::autoThresholdValueChanged |
( |
int |
value | ) |
|
|
signal |
Signal sent if the auto/manual value is updated
◆ isOff()
bool qMRMLVolumeThresholdWidget::isOff |
( |
| ) |
const |
Is the thresholding activated.
◆ lowerThreshold()
double qMRMLVolumeThresholdWidget::lowerThreshold |
( |
| ) |
const |
◆ lowerThresholdBound()
double qMRMLVolumeThresholdWidget::lowerThresholdBound |
( |
| ) |
const |
Get lower threshold bound
◆ setAutoThreshold() [1/2]
void qMRMLVolumeThresholdWidget::setAutoThreshold |
( |
ControlMode |
autoWindowLevel | ) |
|
◆ setAutoThreshold [2/2]
void qMRMLVolumeThresholdWidget::setAutoThreshold |
( |
int |
autoThreshold | ) |
|
|
slot |
◆ setLowerThreshold
void qMRMLVolumeThresholdWidget::setLowerThreshold |
( |
double |
lowerThreshold | ) |
|
|
slot |
◆ setLowerThresholdBound
void qMRMLVolumeThresholdWidget::setLowerThresholdBound |
( |
double |
lowerThresholdBound | ) |
|
|
slot |
◆ setMaximum()
void qMRMLVolumeThresholdWidget::setMaximum |
( |
double |
max | ) |
|
|
protected |
◆ setMinimum()
void qMRMLVolumeThresholdWidget::setMinimum |
( |
double |
min | ) |
|
|
protected |
◆ setThreshold
void qMRMLVolumeThresholdWidget::setThreshold |
( |
double |
lowerThreshold, |
|
|
double |
upperThreshold |
|
) |
| |
|
slot |
Set lowerThreshold/upperThreshold in once
◆ setThresholdBounds
void qMRMLVolumeThresholdWidget::setThresholdBounds |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
slot |
◆ setUpperThreshold
void qMRMLVolumeThresholdWidget::setUpperThreshold |
( |
double |
upperThreshold | ) |
|
|
slot |
◆ setUpperThresholdBound
void qMRMLVolumeThresholdWidget::setUpperThresholdBound |
( |
double |
upperThresholdBound | ) |
|
|
slot |
◆ thresholdValuesChanged
void qMRMLVolumeThresholdWidget::thresholdValuesChanged |
( |
double |
lowerThreshold, |
|
|
double |
upperThreshold |
|
) |
| |
|
signal |
Signal sent if the lowerThreshold/upperThreshold value is updated
◆ updateWidgetFromMRMLDisplayNode()
void qMRMLVolumeThresholdWidget::updateWidgetFromMRMLDisplayNode |
( |
| ) |
|
|
overrideprotectedvirtual |
Update the widget from volume display node properties.
Reimplemented from qMRMLVolumeWidget.
◆ upperThreshold()
double qMRMLVolumeThresholdWidget::upperThreshold |
( |
| ) |
const |
◆ upperThresholdBound()
double qMRMLVolumeThresholdWidget::upperThresholdBound |
( |
| ) |
const |
Get upper threshold bound
The documentation for this class was generated from the following file: