| 891 | } |
| 892 | |
| 893 | OpenGLDepthPacketProcessor::~OpenGLDepthPacketProcessor() |
| 894 | { |
| 895 | delete impl_; |
| 896 | } |
| 897 | |
| 898 | |
| 899 | void OpenGLDepthPacketProcessor::setConfiguration(const libfreenect2::DepthPacketProcessor::Config &config) |
nothing calls this directly
no outgoing calls
no test coverage detected