| 264 | } |
| 265 | |
| 266 | const Eigen::Matrix2i getBufferOrderToMapFrameAlignment() |
| 267 | { |
| 268 | return getBufferOrderToMapFrameTransformation().array().abs().matrix(); |
| 269 | } |
| 270 | |
| 271 | bool getSubmapInformation(Index& submapTopLeftIndex, |
| 272 | Size& submapBufferSize, |
nothing calls this directly
no test coverage detected