MCPcopy Create free account
hub / github.com/RenderKit/embree / postParseCommandLine

Method postParseCommandLine

tutorials/buildbench/buildbench.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void postParseCommandLine() override
42 {
43 /* load default scene if none specified */
44 if (scene_empty_post_parse()) {
45 FileName file = FileName::executableFolder() + FileName("models/cornell_box.ecs");
46 parseCommandLine(new ParseStream(new LineCommentFilter(file, "#")), file.path());
47 }
48 }
49 };
50
51 std::unique_ptr<Tutorial> tutorial {};

Callers

nothing calls this directly

Calls 3

FileNameClass · 0.85
pathMethod · 0.80
parseCommandLineFunction · 0.50

Tested by

no test coverage detected