| 181 | } |
| 182 | |
| 183 | bool getPositionShiftFromIndexShift(Vector& positionShift, |
| 184 | const Index& indexShift, |
| 185 | const double& resolution) |
| 186 | { |
| 187 | positionShift = transformBufferOrderToMapFrame(indexShift) * resolution; |
| 188 | return true; |
| 189 | } |
| 190 | |
| 191 | bool checkIfIndexInRange(const Index& index, const Size& bufferSize) |
| 192 | { |