Go to the source code of this file.
|
| Id | lanelet::test_setup::getId (int &num) |
| |
| bool | lanelet::test_setup::hasId (const Ids &ids, Id id) |
| |
| bool | lanelet::operator== (const PointData &lhs, const PointData &rhs) |
| |
| bool | lanelet::operator== (const LineStringData &lhs, const LineStringData &rhs) |
| |
| bool | lanelet::operator== (const RegulatoryElementData &rhs, const RegulatoryElementData &lhs) |
| |
| bool | lanelet::operator== (const LaneletData &lhs, const LaneletData &rhs) |
| |
| bool | lanelet::operator== (const AreaData &lhs, const AreaData &rhs) |
| |
| template<typename T > |
| bool | lanelet::operator== (const PrimitiveLayer< T > &rhs, const PrimitiveLayer< T > &lhs) |
| |
| bool | lanelet::operator== (const LaneletMap &rhs, const LaneletMap &lhs) |
| |
| template<> |
| bool | lanelet::operator==<RegulatoryElementPtr > (const PrimitiveLayer< RegulatoryElementPtr > &rhs, const PrimitiveLayer< RegulatoryElementPtr > &lhs) |
| |
| Area | lanelet::test_setup::setUpArea (int &num, const std::string &type=AttributeValueString::Parking) |
| |
| RegulatoryElementPtr | lanelet::test_setup::setUpGenericRegulatoryElement (int &num) |
| |
| Lanelet | lanelet::test_setup::setUpLanelet (int &num, const std::string &type=AttributeValueString::Road) |
| |
| LineString3d | lanelet::test_setup::setUpLineString (int &num, const std::string &type=AttributeValueString::Curbstone) |
| |
| Point3d | lanelet::test_setup::setUpPoint (int &num, int xOffset=0, const std::string &type=AttributeValueString::Start) |
| |
| RegulatoryElementPtr | lanelet::test_setup::setUpRegulatoryElement (int &num) |
| |