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

Method TrackerBase

tests/catch.hpp:11682–11686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11680 }
11681
11682 TrackerBase::TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent )
11683 : m_nameAndLocation( nameAndLocation ),
11684 m_ctx( ctx ),
11685 m_parent( parent )
11686 {}
11687
11688 NameAndLocation const& TrackerBase::nameAndLocation() const {
11689 return m_nameAndLocation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected