MCPcopy Create free account
hub / github.com/Kitware/VTK / GetDataSetIndex

Method GetDataSetIndex

Common/DataModel/vtkKdTree.cxx:460–463  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

458
459//------------------------------------------------------------------------------
460int vtkKdTree::GetDataSetIndex(vtkDataSet* set)
461{
462 return this->DataSets->IndexOfFirstOccurrence(set);
463}
464
465//------------------------------------------------------------------------------
466vtkDataSet* vtkKdTree::GetDataSet(int index)

Callers 3

ComputeCellCenterMethod · 0.95
CreateCellListsMethod · 0.95

Calls 1

Tested by

no test coverage detected