------------------------------------------------------------------------------
| 36 | |
| 37 | //------------------------------------------------------------------------------ |
| 38 | vtkPointSet::~vtkPointSet() |
| 39 | { |
| 40 | this->Cleanup(); |
| 41 | this->SetPointLocator(nullptr); |
| 42 | this->SetCellLocator(nullptr); |
| 43 | } |
| 44 | |
| 45 | //------------------------------------------------------------------------------ |
| 46 | // Copy the geometric structure of an input point set object. |
nothing calls this directly
no test coverage detected