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

Method ~vtkPointSet

Common/DataModel/vtkPointSet.cxx:38–43  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36
37//------------------------------------------------------------------------------
38vtkPointSet::~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.

Callers

nothing calls this directly

Calls 3

CleanupMethod · 0.95
SetPointLocatorMethod · 0.80
SetCellLocatorMethod · 0.80

Tested by

no test coverage detected