------------------------------------------------------------------------------
| 45 | |
| 46 | //------------------------------------------------------------------------------ |
| 47 | vtkModifiedBSPTree::~vtkModifiedBSPTree() |
| 48 | { |
| 49 | this->FreeSearchStructure(); |
| 50 | this->FreeCellBounds(); |
| 51 | } |
| 52 | |
| 53 | //------------------------------------------------------------------------------ |
| 54 | void vtkModifiedBSPTree::FreeSearchStructure() |
nothing calls this directly
no test coverage detected