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