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

Method getDepthP0Tables

src/packet_pipeline.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188DumpPacketPipeline::~DumpPacketPipeline() {}
189
190const unsigned char* DumpPacketPipeline::getDepthP0Tables(size_t* length) {
191 *length = sizeof(libfreenect2::protocol::P0TablesResponse);
192 return static_cast<DumpDepthPacketProcessor*>(getDepthPacketProcessor())->getP0Tables();
193}
194
195const float* DumpPacketPipeline::getDepthXTable(size_t* length) {
196 *length = DepthPacketProcessor::TABLE_SIZE;

Callers

nothing calls this directly

Calls 1

getP0TablesMethod · 0.80

Tested by

no test coverage detected