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

Method ReleaseSource

Common/DataModel/vtkIterativeClosestPointTransform.cxx:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82//------------------------------------------------------------------------------
83
84void vtkIterativeClosestPointTransform::ReleaseSource()
85{
86 if (this->Source)
87 {
88 this->Source->UnRegister(this);
89 this->Source = nullptr;
90 }
91}
92
93//------------------------------------------------------------------------------
94

Callers 1

SetSourceMethod · 0.95

Calls 1

UnRegisterMethod · 0.45

Tested by

no test coverage detected