Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
NavGEdge.hpp
Go to the documentation of this file.
00001 
00012 #ifndef LGL_NAVIGATION_GRAPH_EDGE_HPP
00013 #define LGL_NAVIGATION_GRAPH_EDGE_HPP
00014 
00015 #include <climits>
00016 
00017 #include <lgl/Raster.hpp>
00018 
00019 namespace jafar {
00020   namespace lgl {
00021     
00029     struct NavGEdge {
00030       
00032       double weight;
00033 
00039       double gru;
00040       
00047       RasterCellIndex cluster;
00048 
00049       NavGEdge& operator=(const NavGEdge &rhs);
00050 
00051     };
00052 
00053   }
00054 }
00055 
00056 #endif /* LGL_NAVIGATION_GRAPH_EDGE_HPP */
00057 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:24 for Jafar by doxygen 1.7.6.1
LAAS-CNRS