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

Method ReleaseTarget

Common/DataModel/vtkIterativeClosestPointTransform.cxx:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116//------------------------------------------------------------------------------
117
118void vtkIterativeClosestPointTransform::ReleaseTarget()
119{
120 if (this->Target)
121 {
122 this->Target->UnRegister(this);
123 this->Target = nullptr;
124 }
125}
126
127//------------------------------------------------------------------------------
128

Callers 1

SetTargetMethod · 0.95

Calls 1

UnRegisterMethod · 0.45

Tested by

no test coverage detected