Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ create
Method
create
gpu/containers/src/device_memory.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void
73
pcl::gpu::DeviceMemory::create(std::size_t)
74
{
75
throw_nogpu();
76
}
77
78
void
79
pcl::gpu::DeviceMemory::release()
Callers
15
DeviceVolume
Method · 0.45
createFromDepth
Method · 0.45
run
Method · 0.45
ColorVolume
Method · 0.45
fetchColors
Method · 0.45
RayCaster
Method · 0.45
run
Method · 0.45
generateSceneView
Method · 0.45
generateDepthImage
Method · 0.45
PointXYZ>
Method · 0.45
Normal>
Method · 0.45
allocateBufffers
Method · 0.45
Calls
1
throw_nogpu
Function · 0.70
Tested by
no test coverage detected