MCPcopy Create free account
hub / github.com/Kitware/VTK / Cleanup

Method Cleanup

Common/DataModel/vtkPointSet.cxx:67–74  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//------------------------------------------------------------------------------
67void vtkPointSet::Cleanup()
68{
69 if (this->Points)
70 {
71 this->Points->UnRegister(this);
72 this->Points = nullptr;
73 }
74}
75
76//------------------------------------------------------------------------------
77void vtkPointSet::Initialize()

Callers 2

~vtkPointSetMethod · 0.95
InitializeMethod · 0.95

Calls 1

UnRegisterMethod · 0.45

Tested by

no test coverage detected