Classes | |
class | lanelet::AreaData |
Common data management class for all Area-Typed objects. More... | |
class | lanelet::LaneletData |
Common data management class for all Lanelet-Typed objects. More... | |
class | lanelet::LineStringData |
class | lanelet::PointData |
class | lanelet::PrimitiveData |
Common data class for all lanelet primitivesThis class provides the data that all lanelet primitives have in common: id and attributes. It is inherited by all other data classes. More... | |
class | lanelet::RegulatoryElementData |
Data container for all RegulatoryElement types. More... | |
All the data of lanelets are managed by these objects. Usually you should not get in contact with them, as the lanelet Primitives and ConstPrimitives hide them.
All data classes represent a unique part of the map and are therefore noncopyable.