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

Method ~DepthPacketStreamParser

src/depth_packet_stream_parser.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52DepthPacketStreamParser::~DepthPacketStreamParser()
53{
54 delete[] work_buffer_.data;
55}
56
57void DepthPacketStreamParser::setPacketProcessor(libfreenect2::BaseDepthPacketProcessor *processor)
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected