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

Method InitializeEmpty

Modules/ContourModel/src/DataManagement/mitkContourModelSet.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void mitk::ContourModelSet::InitializeEmpty()
36{
37 this->InitializeTimeGeometry(1);
38 m_Contours.resize(0);
39}
40
41void mitk::ContourModelSet::AddContourModel(mitk::ContourModel &contourModel)
42{

Callers 1

ContourModelSetMethod · 0.95

Calls 1

Tested by

no test coverage detected