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

Function printHelp

tools/transform_from_viewpoint.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52Eigen::Quaternionf orientation;
53
54void
55printHelp (int, char **argv)
56{
57 print_error ("Syntax is: %s input.pcd output.pcd\n", argv[0]);
58}
59
60bool
61loadCloud (const std::string &filename, pcl::PCLPointCloud2 &cloud)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected