Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
using namespace pcl::console;
46
47
void
48
printHelp (int, char **argv)
49
{
50
print_error (
"Syntax is: %s input.xyz output.pcd\n"
, argv[0]);
51
}
52
53
bool
54
loadCloud (const std::string &filename, PointCloud<PointXYZ> &cloud)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected