MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / sizeInBytes

Method sizeInBytes

src/cpu_depth_packet_processor.cpp:227–230  ·  view source on GitHub ↗

* Get the size of the buffer. * @return Number of bytes in the buffer. */

Source from the content-addressed store, hash-verified

225 * @return Number of bytes in the buffer.
226 */
227 int sizeInBytes() const
228 {
229 return buffer_end_ - buffer_;
230 }
231};
232
233/**

Callers 1

flipHorizontalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected