| 723 | } |
| 724 | |
| 725 | OpenCLDepthPacketProcessor::~OpenCLDepthPacketProcessor() |
| 726 | { |
| 727 | delete impl_; |
| 728 | } |
| 729 | |
| 730 | void OpenCLDepthPacketProcessor::setConfiguration(const libfreenect2::DepthPacketProcessor::Config &config) |
| 731 | { |
nothing calls this directly
no outgoing calls
no test coverage detected