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

Function printHelp

simulation/tools/sim_test_performance.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61TexturedQuad::Ptr textured_quad_;
62
63void
64printHelp(int, char** argv)
65{
66 print_error("Syntax is: %s <filename>\n", argv[0]);
67 print_info("acceptable filenames include vtk, obj and ply. ply can support color\n");
68}
69
70void
71display_score_image(const float* score_buffer)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected