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

Method postParseCommandLine

tutorials/hair_geometry/hair_geometry.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 : SceneLoadingTutorialApplication(NAME,FEATURES) {}
27
28 void postParseCommandLine() override
29 {
30 /* load default scene if none specified */
31 if (scene_empty_post_parse()) {
32 FileName file = FileName::executableFolder() + FileName("models/furBall_A.ecs");
33 parseCommandLine(new ParseStream(new LineCommentFilter(file, "#")), file.path());
34 }
35 }
36
37 };
38

Callers

nothing calls this directly

Calls 3

FileNameClass · 0.85
pathMethod · 0.80
parseCommandLineFunction · 0.50

Tested by

no test coverage detected