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

Function printHelp

tools/obj2pcd.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51using namespace pcl::console;
52
53void
54printHelp (int, char **argv)
55{
56 print_error ("Syntax is: %s input.obj output.pcd [options]\n", argv[0]);
57 print_info ("where options are: \n");
58 print_info (" -copy_normals 0/1 : set to true (1) or false (0) if the output PointCloud should contain normals or not.\n");
59}
60
61template <typename T> void
62saveCloud (const std::string &filename, const pcl::PointCloud<T> &cloud)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected