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

Method GetPointSet

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

Source from the content-addressed store, hash-verified

133}
134
135mitk::PointSet::DataType::Pointer mitk::PointSet::GetPointSet(int t) const
136{
137 if (t < (int)m_PointSetSeries.size())
138 {
139 return m_PointSetSeries[t];
140 }
141 else
142 {
143 return nullptr;
144 }
145}
146
147mitk::PointSet::PointsIterator mitk::PointSet::Begin(int t)
148{

Callers 12

mitkPointSetReaderTestFunction · 0.45
TestGetITKPointSetMethod · 0.45
TestAddPointDirectlyMethod · 0.45
TestPointSetCloneMethod · 0.45
ToXMLMethod · 0.45
UnSelectAllMethod · 0.45
UnselectAllMethod · 0.45
PointSetMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 5

mitkPointSetReaderTestFunction · 0.36
TestGetITKPointSetMethod · 0.36
TestAddPointDirectlyMethod · 0.36
TestPointSetCloneMethod · 0.36