------------------------------------------------------------------------------
| 254 | |
| 255 | //------------------------------------------------------------------------------ |
| 256 | vtkHyperTreeGrid::~vtkHyperTreeGrid() |
| 257 | { |
| 258 | this->CleanPureMask(); |
| 259 | |
| 260 | this->vtkHyperTreeGrid::SetInterfaceNormalsName(nullptr); |
| 261 | this->vtkHyperTreeGrid::SetInterfaceInterceptsName(nullptr); |
| 262 | } |
| 263 | |
| 264 | //------------------------------------------------------------------------------ |
| 265 | void vtkHyperTreeGrid::PrintSelf(ostream& os, vtkIndent indent) |
nothing calls this directly
no test coverage detected