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

Method Open

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

Source from the content-addressed store, hash-verified

260}
261
262void mitk::ContourModel::Open(TimeStepType timestep)
263{
264 if (!this->IsEmptyTimeStep(timestep))
265 {
266 this->m_ContourSeries[timestep]->Open();
267 this->InvokeEvent(ContourModelClosedEvent());
268 this->Modified();
269 this->m_UpdateBoundingBox = true;
270 }
271}
272
273void mitk::ContourModel::SetClosed(bool isClosed, TimeStepType timestep)
274{

Callers 4

StartMethod · 0.45
DispatcherMethod · 0.45
OpenAndCloseMethod · 0.45

Calls 2

IsEmptyTimeStepMethod · 0.95
ModifiedMethod · 0.45

Tested by 1

OpenAndCloseMethod · 0.36