MCPcopy 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

receiveAndProcessMethod · 0.45
openniModeToGrabberModeFunction · 0.45
OpenNI2DeviceListenerMethod · 0.45
TESTFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.36