#include <lanelet2_core/primitives/Lanelet.h>
#include <lanelet2_core/primitives/LaneletOrArea.h>
#include <functional>
#include "lanelet2_routing/Forward.h"
Go to the source code of this file.
Classes | |
struct | lanelet::routing::LaneletOrAreaVisitInformation |
This object carries the required information for the graph neighbourhood search. More... | |
struct | lanelet::routing::LaneletRelation |
Represents the relation of a lanelet to another lanelet. More... | |
struct | lanelet::routing::LaneletVisitInformation |
This object carries the required information for the graph neighbourhood search. More... | |
Namespaces | |
lanelet | |
lanelet::routing | |
Typedefs | |
using | lanelet::routing::LaneletOrAreaVisitFunction = std::function< bool(const LaneletOrAreaVisitInformation &)> |
using | lanelet::routing::LaneletVisitFunction = std::function< bool(const LaneletVisitInformation &)> |
Functions | |
bool | lanelet::routing::operator!= (const LaneletRelation &rhs, const LaneletRelation &lhs) |
bool | lanelet::routing::operator== (const LaneletRelation &lhs, const LaneletRelation &rhs) |