| 106 | } |
| 107 | |
| 108 | void Registration::apply( int dx, int dy, float dz, float& cx, float &cy) const |
| 109 | { |
| 110 | impl_->apply(dx, dy, dz, cx, cy); |
| 111 | } |
| 112 | |
| 113 | void RegistrationImpl::apply( int dx, int dy, float dz, float& cx, float &cy) const |
| 114 | { |
no outgoing calls
no test coverage detected