#include <Libs/MRML/Widgets/qMRMLVolumeThresholdWidget.h>
◆ Superclass
◆ ControlMode
◆ autoThreshold
int qMRMLVolumeThresholdWidget::autoThreshold |
|
readwrite |
◆ lowerThreshold
double qMRMLVolumeThresholdWidget::lowerThreshold |
|
readwrite |
◆ upperThreshold
double qMRMLVolumeThresholdWidget::upperThreshold |
|
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 |
◆ setAutoThreshold() [1/2]
void qMRMLVolumeThresholdWidget::setAutoThreshold |
( |
ControlMode |
autoWindowLevel | ) |
|
◆ setAutoThreshold [2/2]
void qMRMLVolumeThresholdWidget::setAutoThreshold |
( |
int |
autoThreshold | ) |
|
|
slot |
◆ setLowerThreshold
void qMRMLVolumeThresholdWidget::setLowerThreshold |
( |
double |
lowerThreshold | ) |
|
|
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
◆ setUpperThreshold
void qMRMLVolumeThresholdWidget::setUpperThreshold |
( |
double |
upperThreshold | ) |
|
|
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 |
The documentation for this class was generated from the following file: