Jafar
|
The geometric decomposition (quadtree, bintree or any rectangular-pattern based decomposition) of the terrain represented over the position map. More...
The geometric decomposition (quadtree, bintree or any rectangular-pattern based decomposition) of the terrain represented over the position map.
Definition at line 77 of file PositionMap.hpp.
#include <PositionMap.hpp>
Public Member Functions | |
PositionMap (const GeoData &grid) | |
bool | getPosForRasterCell (int i, int j, std::vector< Pos2d > &pos) const |
int | getRasterCell (std::vector< RasterIndex2d > &cells, const Pos2d &pos) const |
bool | getNeighboors (const Pos2d &pos, std::vector< Pos2d * > &nb) |
int | nbPositions () const |
Private Attributes | |
int | rasterxsize |
int | rasterysize |
PosMap | xpos |
PosMap | ypos |
Friends | |
class | NavGraph |
Generated on Wed Oct 15 2014 00:37:41 for Jafar by doxygen 1.7.6.1 |