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

Method CircuitCheck

Common/Transforms/vtkAbstractTransform.cxx:352–357  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

350
351//------------------------------------------------------------------------------
352int vtkAbstractTransform::CircuitCheck(vtkAbstractTransform* transform)
353{
354 auto& internals = *(this->Internals);
355 return (transform == this ||
356 (internals.DependsOnInverse && internals.MyInverse->CircuitCheck(transform)));
357}
358
359//------------------------------------------------------------------------------
360// Need to check inverse's MTime if we are an inverse transform

Callers 2

SetInverseMethod · 0.45
DeepCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected