| 154 | const unsigned char* DumpDepthPacketProcessor::getP0Tables() { return p0table_; } |
| 155 | |
| 156 | const float* DumpDepthPacketProcessor::getXTable() { return xtable_; } |
| 157 | const float* DumpDepthPacketProcessor::getZTable() { return ztable_; } |
| 158 | |
| 159 | const short* DumpDepthPacketProcessor::getLookupTable() { return lut_; } |