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

Method PointSet

Modules/Core/src/DataManagement/mitkPointSet.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30mitk::PointSet::PointSet() : m_CalculateBoundingBox(true)
31{
32 this->InitializeEmpty();
33}
34
35mitk::PointSet::PointSet(const PointSet &other)
36 : BaseData(other), m_PointSetSeries(other.GetPointSetSeriesSize()), m_CalculateBoundingBox(true)

Callers

nothing calls this directly

Calls 9

InitializeEmptyMethod · 0.95
GetPointSetSeriesSizeMethod · 0.80
ValueMethod · 0.80
NewFunction · 0.50
sizeMethod · 0.45
GetPointSetMethod · 0.45
BeginMethod · 0.45
EndMethod · 0.45
SetPointMethod · 0.45

Tested by

no test coverage detected