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

Method open

apps/modeler/src/cloud_mesh.cpp:76–85  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

74
75//////////////////////////////////////////////////////////////////////////////////////////////
76bool
77pcl::modeler::CloudMesh::open(const std::string& filename)
78{
79 if (pcl::io::loadPCDFile(filename, *cloud_) != 0)
80 return false;
81
82 updateVtkPoints();
83
84 return true;
85}
86
87//////////////////////////////////////////////////////////////////////////////////////////////
88bool

Callers 10

loadTransformMethod · 0.45
openPointCloudMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
readMatrixFromFileFunction · 0.45
getCentroidFromFileFunction · 0.45
readFloatFromFileFunction · 0.45
readMatrixFromFileFunction · 0.45

Calls 1

loadPCDFileFunction · 0.85

Tested by

no test coverage detected