Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
pcl::gpu::Octree::~Octree() { clear(); }
85
86
void pcl::gpu::Octree::clear()
87
{
88
delete static_cast<OctreeImpl*>(impl);
89
}
90
91
void pcl::gpu::Octree::setCloud(const PointCloud& cloud_arg)
92
{
Callers
15
show
Method · 0.45
clearClouds
Method · 0.45
setMatchFile
Method · 0.45
show
Method · 0.45
clearClouds
Method · 0.45
convertToTsdfCloud
Method · 0.45
reset
Method · 0.45
fetchCloudHost
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
generateSurface
Method · 0.45
generateIndices
Method · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
generateSurface
Method · 0.36
generateIndices
Method · 0.36