MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~DumpDepthPacketProcessor

Method ~DumpDepthPacketProcessor

src/depth_packet_processor.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123DumpDepthPacketProcessor::~DumpDepthPacketProcessor(){
124 delete[] p0table_;
125 delete[] xtable_;
126 delete[] ztable_;
127 delete[] lut_;
128}
129
130void DumpDepthPacketProcessor::process(const DepthPacket &packet) {
131 Frame* depth_frame = new Frame(1, 1, packet.buffer_length);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected