MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / printHelp

Function printHelp

simulation/tools/sim_test_simple.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73bool write_file_;
74
75void
76printHelp(int, char** argv)
77{
78 print_error("Syntax is: %s <filename>\n", argv[0]);
79 print_info("acceptable filenames include vtk, obj and ply. ply can support colour\n");
80}
81
82void
83wait()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected