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

Method getDepthXTable

src/packet_pipeline.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195const float* DumpPacketPipeline::getDepthXTable(size_t* length) {
196 *length = DepthPacketProcessor::TABLE_SIZE;
197 return static_cast<DumpDepthPacketProcessor*>(getDepthPacketProcessor())->getXTable();
198}
199
200const float* DumpPacketPipeline::getDepthZTable(size_t* length) {
201 *length = DepthPacketProcessor::TABLE_SIZE;

Callers

nothing calls this directly

Calls 1

getXTableMethod · 0.80

Tested by

no test coverage detected