74 auto otherLaneIt = other.
lanes_.cbegin();
76 auto laneIt =
lanes_.cbegin();
78 for(; laneIt !=
lanes_.cend() && otherLaneIt != other.
lanes_.cend(); ++otherLaneIt, ++laneIt)
80 if(!laneIt->isEqualShallow(*otherLaneIt))
Definition: MAPEMIntersection.h:26
bool operator==(const MAPEMIntersection &other) const
Definition: MAPEMIntersection.h:58
virtual bool isEqualShallow(const MAPEMIntersection &other) const
Definition: MAPEMIntersection.h:68
std::vector< MAPEMLane > lanes_
Definition: MAPEMIntersection.h:50
int lanes_count_
Definition: MAPEMIntersection.h:31
double ref_longitude_
Definition: MAPEMIntersection.h:45
unsigned int intersection_id_
Definition: MAPEMIntersection.h:29
double ref_latitude_
Definition: MAPEMIntersection.h:39
float lane_width_
Definition: MAPEMIntersection.h:33
Definition: areaofeffectconverter.h:20