* Delete the octree search structure. */
| 91 | * Delete the octree search structure. |
| 92 | */ |
| 93 | void Initialize() override { this->FreeSearchStructure(); } |
| 94 | |
| 95 | /** |
| 96 | * Delete the octree search structure. |
nothing calls this directly
no test coverage detected