Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void mitk::ContourModelSet::InitializeEmpty()
36
{
37
this->InitializeTimeGeometry(1);
38
m_Contours.resize(0);
39
}
40
41
void mitk::ContourModelSet::AddContourModel(mitk::ContourModel &contourModel)
42
{
Callers
1
ContourModelSet
Method · 0.95
Calls
1
InitializeTimeGeometry
Method · 0.45
Tested by
no test coverage detected