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