| 360 | } |
| 361 | |
| 362 | Registration::Registration(Freenect2Device::IrCameraParams depth_p, Freenect2Device::ColorCameraParams rgb_p): |
| 363 | impl_(new RegistrationImpl(depth_p, rgb_p)) {} |
| 364 | |
| 365 | Registration::~Registration() |
| 366 | { |
nothing calls this directly
no outgoing calls
no test coverage detected