GUI for mitk::FastMarchingTool.
More...
#include <QmitkFastMarchingToolGUI.h>
◆ QmitkFastMarchingToolGUI()
QmitkFastMarchingToolGUI::QmitkFastMarchingToolGUI |
( |
| ) |
|
|
protected |
◆ ~QmitkFastMarchingToolGUI()
QmitkFastMarchingToolGUI::~QmitkFastMarchingToolGUI |
( |
| ) |
|
|
overrideprotected |
◆ BusyStateChanged()
void QmitkFastMarchingToolGUI::BusyStateChanged |
( |
bool |
value | ) |
|
|
overrideprotectedvirtual |
◆ Clone()
Pointer QmitkFastMarchingToolGUI::Clone |
( |
| ) |
const |
◆ mitkClassMacro()
◆ New()
static Pointer QmitkFastMarchingToolGUI::New |
( |
| ) |
|
|
static |
◆ OnAlphaChanged
void QmitkFastMarchingToolGUI::OnAlphaChanged |
( |
double |
value | ) |
|
|
protectedslot |
◆ OnBetaChanged
void QmitkFastMarchingToolGUI::OnBetaChanged |
( |
double |
value | ) |
|
|
protectedslot |
◆ OnClearSeeds
void QmitkFastMarchingToolGUI::OnClearSeeds |
( |
| ) |
|
|
protectedslot |
◆ OnConfirmSegmentation
void QmitkFastMarchingToolGUI::OnConfirmSegmentation |
( |
| ) |
|
|
protectedslot |
◆ OnFastMarchingToolReady()
void QmitkFastMarchingToolGUI::OnFastMarchingToolReady |
( |
| ) |
|
|
protected |
◆ OnNewToolAssociated
void QmitkFastMarchingToolGUI::OnNewToolAssociated |
( |
mitk::Tool * |
tool | ) |
|
|
protectedslot |
◆ OnSigmaChanged
void QmitkFastMarchingToolGUI::OnSigmaChanged |
( |
double |
value | ) |
|
|
protectedslot |
◆ OnStoppingValueChanged
void QmitkFastMarchingToolGUI::OnStoppingValueChanged |
( |
double |
value | ) |
|
|
protectedslot |
◆ OnThresholdChanged() [1/2]
void QmitkFastMarchingToolGUI::OnThresholdChanged |
( |
int |
current | ) |
|
◆ OnThresholdChanged [2/2]
void QmitkFastMarchingToolGUI::OnThresholdChanged |
( |
double |
lower, |
|
|
double |
upper |
|
) |
| |
|
protectedslot |
◆ Refetch
void QmitkFastMarchingToolGUI::Refetch |
( |
| ) |
|
|
protectedslot |
◆ SetStepper
void QmitkFastMarchingToolGUI::SetStepper |
( |
mitk::Stepper * |
stepper | ) |
|
|
protectedslot |
◆ Update()
void QmitkFastMarchingToolGUI::Update |
( |
| ) |
|
|
protected |
Definition at line 241 of file QmitkFastMarchingToolGUI.cpp.
References m_FastMarchingTool, m_slAlpha, m_slBeta, m_slSigma, m_slStoppingValue, and m_slwThreshold.
Referenced by OnAlphaChanged(), OnBetaChanged(), OnClearSeeds(), OnSigmaChanged(), OnStoppingValueChanged(), and OnThresholdChanged().
◆ m_btClearSeeds
QPushButton* QmitkFastMarchingToolGUI::m_btClearSeeds |
|
protected |
◆ m_btConfirm
QPushButton* QmitkFastMarchingToolGUI::m_btConfirm |
|
protected |
◆ m_FastMarchingTool
Definition at line 73 of file QmitkFastMarchingToolGUI.h.
Referenced by OnAlphaChanged(), OnBetaChanged(), OnClearSeeds(), OnConfirmSegmentation(), OnNewToolAssociated(), OnSigmaChanged(), OnStoppingValueChanged(), OnThresholdChanged(), Refetch(), Update(), and ~QmitkFastMarchingToolGUI().
◆ m_slAlpha
ctkSliderWidget* QmitkFastMarchingToolGUI::m_slAlpha |
|
protected |
◆ m_slBeta
ctkSliderWidget* QmitkFastMarchingToolGUI::m_slBeta |
|
protected |
◆ m_slSigma
ctkSliderWidget* QmitkFastMarchingToolGUI::m_slSigma |
|
protected |
◆ m_slStoppingValue
ctkSliderWidget* QmitkFastMarchingToolGUI::m_slStoppingValue |
|
protected |
◆ m_slwThreshold
ctkRangeWidget* QmitkFastMarchingToolGUI::m_slwThreshold |
|
protected |
◆ m_TimeIsConnected
bool QmitkFastMarchingToolGUI::m_TimeIsConnected |
|
protected |
◆ m_TimeStepper
The documentation for this class was generated from the following files: