Jafar
|
Header file declaring the navigation graph object and functions. More...
Header file declaring the navigation graph object and functions.
Definition in file NavGraph.hpp.
Go to the source code of this file.
Classes | |
class | jafar::lgl::NavGraph |
NavGraph build and manages the graph over a raster. More... | |
Namespaces | |
namespace | jafar |
Transport info from GDAL Datasets to Bands' internal data. | |
Defines | |
#define | PRUNING_ENABLED true |
#define | PRUNING_DISABLED false |
#define | DEFAULT_PRUNING_THRESHOLD 0.5 |
Typedefs | |
typedef std::pair< NavLocation, Attributes > | jafar::lgl::NavVertex |
Navigation path element. | |
typedef GraphPath< NavVertex > | jafar::lgl::NavPath |
The Navigation path is a std::list of navigation elements. |
Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1 |