MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / createGraphOutputInterface

Method createGraphOutputInterface

apps/PathTreeExport/GraphOutputInterface.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// - none
35
36osvr::unique_ptr<GraphOutputInterface>
37GraphOutputInterface::createGraphOutputInterface(std::ostream &os,
38 std::string const &type) {
39 static GraphOutputFactory factory{};
40 static GraphFactoryRegistration<DOTGraphOutput> dot{factory, "dot"};
41 return factory.create(os, type);
42}
43GraphOutputInterface::~GraphOutputInterface() {}

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected