| 117 | } |
| 118 | |
| 119 | DumpDepthPacketProcessor::DumpDepthPacketProcessor() |
| 120 | : p0table_(NULL), xtable_(NULL), ztable_(NULL), lut_(NULL) { |
| 121 | } |
| 122 | |
| 123 | DumpDepthPacketProcessor::~DumpDepthPacketProcessor(){ |
| 124 | delete[] p0table_; |
nothing calls this directly
no outgoing calls
no test coverage detected