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

Method Clear

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

Source from the content-addressed store, hash-verified

515}
516
517void mitk::ContourModel::Clear(TimeStepType timestep)
518{
519 if (!this->IsEmptyTimeStep(timestep))
520 {
521 // clear data at timestep
522 this->m_ContourSeries[timestep]->Clear();
523 this->Modified();
524 this->m_UpdateBoundingBox = true;
525 }
526}
527
528void mitk::ContourModel::Expand(unsigned int timeSteps)
529{

Callers 1

UpdateContourMethod · 0.95

Calls 4

IsEmptyTimeStepMethod · 0.95
ClearDataMethod · 0.95
InitializeEmptyMethod · 0.95
ModifiedMethod · 0.45

Tested by

no test coverage detected