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

Method ContourModel

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

Source from the content-addressed store, hash-verified

24}
25
26mitk::ContourModel::ContourModel() : m_UpdateBoundingBox(true)
27{
28 // set to initial state
29 this->InitializeEmpty();
30}
31
32mitk::ContourModel::ContourModel(const ContourModel &other)
33 : BaseData(other),

Callers

nothing calls this directly

Calls 3

InitializeEmptyMethod · 0.95
sizeMethod · 0.45
CloneMethod · 0.45

Tested by

no test coverage detected