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

Method GetSize

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

Source from the content-addressed store, hash-verified

121}
122
123int mitk::PointSet::GetSize(unsigned int t) const
124{
125 if (t < m_PointSetSeries.size())
126 {
127 return m_PointSetSeries[t]->GetNumberOfPoints();
128 }
129 else
130 {
131 return 0;
132 }
133}
134
135mitk::PointSet::DataType::Pointer mitk::PointSet::GetPointSet(int t) const
136{

Calls 2

GetNumberOfPointsMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected