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

Method GetCellList

Common/DataModel/vtkKdTree.cxx:3869–3872  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3867
3868//------------------------------------------------------------------------------
3869vtkIdList* vtkKdTree::GetCellList(int regionID)
3870{
3871 return this->GetList(regionID, this->CellList.cells);
3872}
3873
3874//------------------------------------------------------------------------------
3875vtkIdList* vtkKdTree::GetBoundaryCellList(int regionID)

Callers 2

GetCellListsMethod · 0.95
GetCellIdsForProcessMethod · 0.80

Calls 1

GetListMethod · 0.95

Tested by

no test coverage detected