| 809 | } |
| 810 | |
| 811 | CpuDepthPacketProcessor::~CpuDepthPacketProcessor() |
| 812 | { |
| 813 | delete impl_; |
| 814 | } |
| 815 | |
| 816 | void CpuDepthPacketProcessor::setConfiguration(const libfreenect2::DepthPacketProcessor::Config &config) |
| 817 | { |
nothing calls this directly
no outgoing calls
no test coverage detected