------------------------------------------------------------------------------
| 1271 | |
| 1272 | //------------------------------------------------------------------------------ |
| 1273 | void vtkCellTreeLocator::FreeSearchStructure() |
| 1274 | { |
| 1275 | if (this->Tree) |
| 1276 | { |
| 1277 | delete this->Tree; |
| 1278 | this->Tree = nullptr; |
| 1279 | } |
| 1280 | } |
| 1281 | |
| 1282 | //------------------------------------------------------------------------------ |
| 1283 | void vtkCellTreeLocator::BuildLocator() |
no outgoing calls
no test coverage detected