| 157 | const float* DumpDepthPacketProcessor::getZTable() { return ztable_; } |
| 158 | |
| 159 | const short* DumpDepthPacketProcessor::getLookupTable() { return lut_; } |
| 160 | |
| 161 | void DumpDepthPacketProcessor::loadP0TablesFromCommandResponse(unsigned char* buffer, size_t buffer_length) { |
| 162 | delete[] p0table_; |