Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool write_file_;
74
75
void
76
printHelp(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
82
void
83
wait()
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected