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

Method clear

gpu/octree/src/octree.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84pcl::gpu::Octree::~Octree() { clear(); }
85
86void pcl::gpu::Octree::clear()
87{
88 delete static_cast<OctreeImpl*>(impl);
89}
90
91void pcl::gpu::Octree::setCloud(const PointCloud& cloud_arg)
92{

Callers 15

showMethod · 0.45
clearCloudsMethod · 0.45
setMatchFileMethod · 0.45
showMethod · 0.45
clearCloudsMethod · 0.45
convertToTsdfCloudMethod · 0.45
resetMethod · 0.45
fetchCloudHostMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
generateSurfaceMethod · 0.45
generateIndicesMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
generateSurfaceMethod · 0.36
generateIndicesMethod · 0.36