Go to the source code of this file.
|
| template<class Celltype > |
| Celltype | getMaximum (const maps::GridMap< Celltype > &map, const Polygon2f &polygon, const Pose2 &polygonPose, uint8 precision=1) |
| | Function for finding the maximum value of cells that have an overlap with the rasterization of a polygon at certain pose. More...
|
| |
| template<class Celltype > |
| Celltype | getMaximum (const maps::GridMap< Celltype > &map, const std::vector< Polygon2f > &polygons, const Pose2 &polygonPose, uint8 precision=1) |
| | Function for finding the maximum value of cells that have an overlap with one of the polygons at the provided pose. More...
|
| |
| template<class Celltype > |
| void | fill (maps::GridMap< Celltype > &map, const Polygon2f &polygon, const Pose2 &polygonPose, const Celltype fillValue, uint8 precision=1) |
| | Function for filling cells that overlap with the polygon at the provided pose. More...
|
| |
| template<class Celltype > |
| void | fill (maps::GridMap< Celltype > &map, const std::vector< Polygon2f > &polygons, const Pose2 &polygonPose, const Celltype fillValue, uint8 precision=1) |
| | Function for filling cells that overlap with one of the polygons at the provided pose. More...
|
| |