Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ getSize
Method
getSize
tools/openni_image.cpp:223–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
inline int
224
getSize ()
225
{
226
std::lock_guard<std::mutex> buff_lock (bmutex_);
227
return (static_cast<int>(buffer_.size ()));
228
}
229
230
inline int
231
getCapacity ()
Callers
4
receiveAndProcess
Method · 0.45
openniModeToGrabberMode
Function · 0.45
OpenNI2DeviceListener
Method · 0.45
TEST
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.36