------------------------------------------------------------------------------
| 52 | |
| 53 | //------------------------------------------------------------------------------ |
| 54 | void vtkModifiedBSPTree::FreeSearchStructure() |
| 55 | { |
| 56 | this->mRoot.reset(); |
| 57 | this->Level = 0; |
| 58 | this->npn = this->nln = this->tot_depth = 0; |
| 59 | } |
| 60 | |
| 61 | ////////////////////////////////////////////////////////////////////////////// |
| 62 | // Here's the stuff for spatial subdivision |
no test coverage detected