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

Method DumpDepthPacketProcessor

src/depth_packet_processor.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119DumpDepthPacketProcessor::DumpDepthPacketProcessor()
120 : p0table_(NULL), xtable_(NULL), ztable_(NULL), lut_(NULL) {
121}
122
123DumpDepthPacketProcessor::~DumpDepthPacketProcessor(){
124 delete[] p0table_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected