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

Method GetRegionContainingCell

Common/DataModel/vtkKdTree.cxx:4079–4082  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4077
4078//------------------------------------------------------------------------------
4079int vtkKdTree::GetRegionContainingCell(vtkIdType cellID)
4080{
4081 return this->GetRegionContainingCell(this->GetDataSet(), cellID);
4082}
4083
4084//------------------------------------------------------------------------------
4085int vtkKdTree::GetRegionContainingCell(int setIndex, vtkIdType cellID)

Callers

nothing calls this directly

Calls 6

GetDataSetMethod · 0.95
GetDataSetIndexMethod · 0.95
ComputeCellCenterMethod · 0.95
GetNumberOfCellsMethod · 0.45

Tested by

no test coverage detected