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

Method GetBoundaryCellList

Common/DataModel/vtkKdTree.cxx:3875–3878  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3873
3874//------------------------------------------------------------------------------
3875vtkIdList* vtkKdTree::GetBoundaryCellList(int regionID)
3876{
3877 return this->GetList(regionID, this->CellList.boundaryCells);
3878}
3879
3880//------------------------------------------------------------------------------
3881vtkIdType vtkKdTree::GetCellLists(

Callers 2

GetCellListsMethod · 0.95
GetCellIdsForProcessMethod · 0.80

Calls 1

GetListMethod · 0.95

Tested by

no test coverage detected