| 718 | }; |
| 719 | |
| 720 | OpenCLDepthPacketProcessor::OpenCLDepthPacketProcessor(const int deviceId) : |
| 721 | impl_(new OpenCLDepthPacketProcessorImpl(deviceId)) |
| 722 | { |
| 723 | } |
| 724 | |
| 725 | OpenCLDepthPacketProcessor::~OpenCLDepthPacketProcessor() |
| 726 | { |
nothing calls this directly
no outgoing calls
no test coverage detected