MCPcopy Create free account
hub / github.com/RenderKit/ospray / printHelp

Function printHelp

modules/mpi/tutorials/ospMPIDistribTutorialReplicated.cpp:32–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static std::string builderType = "boxes";
31
32void printHelp()
33{
34 std::cout <<
35 R"description(
36usage: ./ospMPIDistribTutorialReplicated [-h | --help] [[-s | --scene] scene] [[r | --renderer] renderer_type]
37
38scenes:
39
40 boxes
41 cornell_box
42 curves
43 cylinders
44 empty
45 gravity_spheres_volume
46 perlin_noise_volumes
47 random_spheres
48 streamlines
49 subdivision_cube
50 unstructured_volume
51
52 )description";
53}
54
55int main(int argc, char **argv)
56{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected