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

Method openChild

tests/catch.hpp:11724–11730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11722 }
11723
11724 void TrackerBase::openChild() {
11725 if( m_runState != ExecutingChildren ) {
11726 m_runState = ExecutingChildren;
11727 if( m_parent )
11728 m_parent->openChild();
11729 }
11730 }
11731
11732 bool TrackerBase::isSectionTracker() const { return false; }
11733 bool TrackerBase::isGeneratorTracker() const { return false; }

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected