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

Method GetPointSetSeriesSize

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

Source from the content-addressed store, hash-verified

116}
117
118unsigned int mitk::PointSet::GetPointSetSeriesSize() const
119{
120 return m_PointSetSeries.size();
121}
122
123int mitk::PointSet::GetSize(unsigned int t) const
124{

Callers 7

TestPointSetCloneMethod · 0.80
PointSetMethod · 0.80
GenerateDataMethod · 0.80
SetInputMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

TestPointSetCloneMethod · 0.64