MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / moveToParent

Method moveToParent

tests/catch.hpp:11782–11785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11780 }
11781
11782 void TrackerBase::moveToParent() {
11783 assert( m_parent );
11784 m_ctx.setCurrentTracker( m_parent );
11785 }
11786 void TrackerBase::moveToThis() {
11787 m_ctx.setCurrentTracker( this );
11788 }

Callers

nothing calls this directly

Calls 1

setCurrentTrackerMethod · 0.80

Tested by

no test coverage detected