------------------------------------------------------------------------------
| 65 | |
| 66 | //------------------------------------------------------------------------------ |
| 67 | void vtkAbstractCellLocator::FreeCellBounds() |
| 68 | { |
| 69 | this->CellBoundsSharedPtr.reset(); |
| 70 | this->CellBounds = nullptr; |
| 71 | } |
| 72 | |
| 73 | //------------------------------------------------------------------------------ |
| 74 | void vtkAbstractCellLocator::ComputeCellBounds() |
no test coverage detected