------------------------------------------------------------------------------
| 73 | |
| 74 | //------------------------------------------------------------------------------ |
| 75 | vtkBSPIntersections::~vtkBSPIntersections() |
| 76 | { |
| 77 | this->SetCuts(nullptr); |
| 78 | delete[] this->RegionList; |
| 79 | } |
| 80 | //------------------------------------------------------------------------------ |
| 81 | int vtkBSPIntersections::BuildRegionList() |
| 82 | { |