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

Method GetCells

Common/DataModel/vtkCellLocator.cxx:676–680  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Get the cells in a bucket.

Source from the content-addressed store, hash-verified

674//------------------------------------------------------------------------------
675// Get the cells in a bucket.
676vtkIdList* vtkCellLocator::GetCells(int octantId)
677{
678 // handle parents ?
679 return this->Tree[octantId];
680}
681
682//------------------------------------------------------------------------------
683void vtkCellLocator::BuildLocator()

Callers 15

GetCellMethod · 0.45
GetCellBoundsMethod · 0.45
GetPointCellsMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
GetCellsFunction · 0.45
GetCellMethod · 0.45
GetCellBoundsMethod · 0.45
SetUnstructuredGridMethod · 0.45
GetPointCellsMethod · 0.45
GetCellEdgeNeighborsImplFunction · 0.45
GetCellNeighborsImplFunction · 0.45

Calls

no outgoing calls

Tested by 5

TestPolyhedron0Function · 0.36
TestStaticCellLinksFunction · 0.36
TestPolyhedralCellsInUGFunction · 0.36