22 #ifndef NBContHelper_h
23 #define NBContHelper_h
61 EdgeVector::const_iterator& from);
66 EdgeVector::const_iterator& from);
73 static std::ostream&
out(std::ostream& os,
const std::vector<bool>& v);
219 :
myAngle(e->getTotalAngle()) {}
317 if (mm1.first == mm2.first && mm1.second == mm2.second) {
323 (mm1.first <= mm2.first && mm1.second <= mm2.second)
325 (mm1.first >= mm2.first && mm1.second >= mm2.second));
326 return (mm1.first >= mm2.first && mm1.second >= mm2.second);
336 for (EdgeVector::const_iterator i = ev.begin(); i != ev.end(); ++i) {
339 if (min == 360 || min > angle) {
342 if (max == 360 || max < angle) {
346 return std::pair<SUMOReal, SUMOReal>(
min,
max);