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

Method Close

Modules/ContourModel/src/DataManagement/mitkContourModel.cpp:251–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void mitk::ContourModel::Close(TimeStepType timestep)
252{
253 if (!this->IsEmptyTimeStep(timestep))
254 {
255 this->m_ContourSeries[timestep]->Close();
256 this->InvokeEvent(ContourModelClosedEvent());
257 this->Modified();
258 this->m_UpdateBoundingBox = true;
259 }
260}
261
262void mitk::ContourModel::Open(TimeStepType timestep)
263{

Callers 7

StopMethod · 0.45
~DispatcherMethod · 0.45
DoReadMethod · 0.45
OpenAndCloseMethod · 0.45
TestIsclosedFunction · 0.45
TestInvalidTimeStepFunction · 0.45

Calls 2

IsEmptyTimeStepMethod · 0.95
ModifiedMethod · 0.45

Tested by 3

OpenAndCloseMethod · 0.36
TestIsclosedFunction · 0.36
TestInvalidTimeStepFunction · 0.36