| 335 | } |
| 336 | |
| 337 | void Registration::getPointXYZ(const Frame *undistorted, int r, int c, float &x, float &y, float &z) const |
| 338 | { |
| 339 | impl_->getPointXYZ(undistorted,r,c,x,y,z); |
| 340 | } |
| 341 | |
| 342 | void RegistrationImpl::getPointXYZ (const Frame *undistorted, int r, int c, float &x, float &y, float &z) const |
| 343 | { |
nothing calls this directly
no outgoing calls
no test coverage detected