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

Method Reset

Common/DataModel/vtkCellLocator.cxx:34–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32
33//------------------------------------------------------------------------------
34void vtkCellLocator::vtkNeighborCells::Reset()
35{
36 this->Points->Reset();
37}
38
39//------------------------------------------------------------------------------
40int* vtkCellLocator::vtkNeighborCells::GetPoint(int i)

Callers 3

GetOverlappingBucketsMethod · 0.45
FindCellsWithinBoundsMethod · 0.45
IntersectWithLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected