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

Method ClearData

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

Source from the content-addressed store, hash-verified

606}
607
608void mitk::ContourModel::ClearData()
609{
610 // call the superclass, this releases the data of BaseData
611 Superclass::ClearData();
612
613 // clear out the time resolved contours
614 this->m_ContourSeries.clear();
615}
616
617void mitk::ContourModel::Initialize()
618{

Callers 1

ClearMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected