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

Function printHelp

tools/xyz2pcd.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45using namespace pcl::console;
46
47void
48printHelp (int, char **argv)
49{
50 print_error ("Syntax is: %s input.xyz output.pcd\n", argv[0]);
51}
52
53bool
54loadCloud (const std::string &filename, PointCloud<PointXYZ> &cloud)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected