------------------------------------------------------------------------------
| 1264 | |
| 1265 | //------------------------------------------------------------------------------ |
| 1266 | vtkCellTreeLocator::~vtkCellTreeLocator() |
| 1267 | { |
| 1268 | this->FreeSearchStructure(); |
| 1269 | this->FreeCellBounds(); |
| 1270 | } |
| 1271 | |
| 1272 | //------------------------------------------------------------------------------ |
| 1273 | void vtkCellTreeLocator::FreeSearchStructure() |
nothing calls this directly
no test coverage detected