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

Method IndexExists

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

Source from the content-addressed store, hash-verified

465}
466
467bool mitk::PointSet::IndexExists(int position, int t) const
468{
469 if ((unsigned int)t < m_PointSetSeries.size())
470 {
471 return m_PointSetSeries[t]->GetPoints()->IndexExists(position);
472 }
473 else
474 {
475 return false;
476 }
477}
478
479bool mitk::PointSet::GetSelectInfo(int position, int t) const
480{

Callers 15

GetSelectInfoMethod · 0.95
SetSelectInfoMethod · 0.95
UpdateVtkObjectsMethod · 0.80
TestAddPointDirectlyMethod · 0.80
AddPointMethod · 0.80

Calls 1

sizeMethod · 0.45