#include <utility>
#include "lanelet2_core/primitives/CompoundLineString.h"
#include "lanelet2_core/primitives/CompoundPolygon.h"
#include "lanelet2_core/primitives/Lanelet.h"
Go to the source code of this file.
Classes | |
class | lanelet::LaneletSequence |
A collection of Lanelets. More... | |
class | lanelet::LaneletSequenceData |
Common data management class for LaneletSequences. More... | |
Namespaces | |
lanelet | |
lanelet::utils | |
Functions | |
bool | lanelet::utils::has (const LaneletSequence &ll, Id id) |
returns true if element of a primitive has a matching Id More... | |
bool | lanelet::operator!= (const LaneletSequence &lhs, const LaneletSequence &rhs) |
std::ostream & | lanelet::operator<< (std::ostream &stream, const LaneletSequence &obj) |
bool | lanelet::operator== (const LaneletSequence &lhs, const LaneletSequence &rhs) |