Template Struct PointTraits
Defined in File Traits.h
Inheritance Relationships
Base Type
public lanelet::traits::PrimitiveTraits< PointT >
(Template Struct PrimitiveTraits)
Struct Documentation
-
template<typename PointT>
struct PointTraits : public lanelet::traits::PrimitiveTraits<PointT> Specialization of traits for points.
Public Types
-
using ConstPoint = typename PrimitiveTraits<PointT>::ConstType
-
using MutablePoint = typename PrimitiveTraits<PointT>::MutableType
Public Static Attributes
-
static constexpr bool IsPrimitive = true
-
static constexpr Dimensions Dimension = PointT::Dimension
-
using ConstPoint = typename PrimitiveTraits<PointT>::ConstType