MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Application

Method Application

GTE/Applications/Application.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace gte;
11
12Application::Application(Parameters const& parameters)
13 :
14 mBaseEngine(parameters.engine),
15 mProgramFactory(parameters.factory)
16{
17}
18
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected