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

Method ContourModelSet

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

Source from the content-addressed store, hash-verified

14#include <vtkMath.h>
15
16mitk::ContourModelSet::ContourModelSet() : m_Contours(), m_UpdateBoundingBox(true)
17{
18 this->InitializeEmpty();
19}
20
21mitk::ContourModelSet::ContourModelSet(const mitk::ContourModelSet &other)
22 : mitk::BaseData(other), m_UpdateBoundingBox(other.m_UpdateBoundingBox)

Callers

nothing calls this directly

Calls 3

InitializeEmptyMethod · 0.95
CloneMethod · 0.45

Tested by

no test coverage detected