MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkHyperTreeGrid

Method ~vtkHyperTreeGrid

Common/DataModel/vtkHyperTreeGrid.cxx:256–262  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CleanPureMaskMethod · 0.95

Tested by

no test coverage detected