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

Method AddContourModel

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

Source from the content-addressed store, hash-verified

39}
40
41void mitk::ContourModelSet::AddContourModel(mitk::ContourModel &contourModel)
42{
43 this->m_Contours.push_back(&contourModel);
44 m_UpdateBoundingBox = true;
45}
46
47void mitk::ContourModelSet::AddContourModel(mitk::ContourModel::Pointer contourModel)
48{

Callers 5

DoReadMethod · 0.80
DoReadMethod · 0.80
TestAddVertexFunction · 0.80
TestRemoveContourAtIndexFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestAddVertexFunction · 0.64
TestRemoveContourAtIndexFunction · 0.64