MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / CreateGraph

Method CreateGraph

src/engine/SceneGraph.cpp:1137–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135}
1136
1137std::shared_ptr<SceneGraph> SceneTypeFactory::CreateGraph()
1138{
1139 return std::make_shared<SceneGraph>();
1140}
1141
1142std::shared_ptr<SceneGraphLeaf> SceneTypeFactory::CreateLeaf(const std::string& type)
1143{

Callers 1

LoadWithThreadPoolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected