| 203 | } |
| 204 | |
| 205 | const short* DumpPacketPipeline::getDepthLookupTable(size_t* length) { |
| 206 | *length = DepthPacketProcessor::LUT_SIZE; |
| 207 | return static_cast<DumpDepthPacketProcessor*>(getDepthPacketProcessor())->getLookupTable(); |
| 208 | } |
| 209 | |
| 210 | } /* namespace libfreenect2 */ |
nothing calls this directly
no test coverage detected