69 const std::string model = oc.
getString(
"pedestrian.model");
70 if (model ==
"striping") {
72 }
else if (model ==
"nonInteracting") {
75 throw ProcessError(
"Unknown pedestrian model '" + model +
"'");
98 const std::vector<MSLane*>& lanes = edge->
getLanes();
99 for (std::vector<MSLane*>::const_iterator it = lanes.begin(); it != lanes.end(); ++it) {
104 return lanes.front();
111 for (std::vector<const MSEdge*>::const_iterator it = route.begin(); it != route.end(); ++it) {