MCPcopy Create free account
hub / github.com/MITK/MITK / Disable

Method Disable

Modules/PythonSegmentation/src/mitknnInteractiveInteractor.cpp:153–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void mitk::nnInteractive::Interactor::Disable()
154{
155 if (!m_Impl->IsEnabled)
156 return;
157
158 this->OnDisable();
159
160 m_Impl->IsEnabled = false;
161
162 m_Impl->UnblockLMBDisplayInteraction();
163}
164
165bool mitk::nnInteractive::Interactor::IsEnabled() const
166{

Callers 2

EnableMethod · 0.95
DisableInteractorMethod · 0.45

Calls 2

OnDisableMethod · 0.45

Tested by

no test coverage detected