|
template<typename PointT > |
bool | lanelet::utils::has (const ConstLineStringImpl< PointT > &ls, Id id) |
| returns true if element of a lanelet primitive has a matching Id More...
|
|
template<typename T > |
constexpr bool | lanelet::traits::isLinestringT () |
|
template<typename LhsPointT , typename RhsPointT > |
bool | lanelet::operator!= (const ConstLineStringImpl< LhsPointT > &lhs, const ConstLineStringImpl< RhsPointT > &rhs) |
|
template<typename PointT > |
bool | lanelet::operator!= (const ConstLineStringImpl< PointT > &lhs, const std::vector< PointT > &rhs) |
|
template<typename PointT > |
bool | lanelet::operator!= (const std::vector< PointT > &lhs, const ConstLineStringImpl< PointT > &rhs) |
|
std::ostream & | lanelet::operator<< (std::ostream &stream, const ConstLineString2d &obj) |
|
std::ostream & | lanelet::operator<< (std::ostream &stream, const ConstLineString3d &obj) |
|
template<typename LhsPointT , typename RhsPointT > |
bool | lanelet::operator== (const ConstLineStringImpl< LhsPointT > &lhs, const ConstLineStringImpl< RhsPointT > &rhs) |
|
template<typename PointT > |
bool | lanelet::operator== (const ConstLineStringImpl< PointT > &lhs, const std::vector< PointT > &rhs) |
|
template<typename PointT > |
bool | lanelet::operator== (const std::vector< PointT > &lhs, const ConstLineStringImpl< PointT > &rhs) |
|
Points3d::const_iterator | lanelet::internal::pointIter (internal::ReverseAndForwardIterator< Points3d::iterator > it) |
|
template<> |
BasicLineString2d | lanelet::traits::to2D< BasicLineString3d > (const BasicLineString3d &primitive) |
|
template<typename PointT > |
auto | lanelet::traits::toBasicSegment (const Segment< PointT > &s) |
|
template<typename LineStringT > |
constexpr auto | lanelet::traits::toHybrid (const LineStringT ls) |
|