Home
last modified time | relevance | path

Searched refs:getLengthGeometryFactor (Results 1 – 17 of 17) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEStoppingPlace.cpp64 …etParentEdge().getNBEdge()->getFinalLength() * getLaneParents().front()->getLengthGeometryFactor(); in isAdditionalValid()
242 …etParentEdge().getNBEdge()->getFinalLength() * getLaneParents().front()->getLengthGeometryFactor(); in moveGeometry()
344 return fixedPos * getLaneParents().front()->getLengthGeometryFactor(); in getStartGeometryPositionOverLane()
359 return fixedPos * getLaneParents().front()->getLengthGeometryFactor(); in getEndGeometryPositionOverLane()
H A DGNEDetectorE2.cpp207 …ts().front()->getParentEdge().getNBEdge()->getFinalLength() * getLane()->getLengthGeometryFactor(); in moveGeometry()
285 …xed * getLaneParents().front()->getLengthGeometryFactor(), endPosFixed * getLaneParents().back()-> in updateGeometry()
306 …ltiShape[0].getSubpart(startPosFixed * getLaneParents().front()->getLengthGeometryFactor(), getLan… in updateGeometry()
321 …tShape = lastShape.getSubpart(0, endPosFixed * getLaneParents().back()->getLengthGeometryFactor()); in updateGeometry()
H A DGNEDetector.cpp87 return fixedPos * getLane()->getLengthGeometryFactor(); in getGeometryPositionOverLane()
H A DGNEAccess.cpp101 …pe().positionAtOffset(fixedPositionOverLane * getLaneParents().front()->getLengthGeometryFactor()); in updateGeometry()
H A DGNEPOI.cpp166 …positionAtOffset(fixedPositionOverLane * getLaneParents().at(0)->getLengthGeometryFactor(), -myPos… in updateGeometry()
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalEdge.h162 inline double getLengthGeometryFactor() const { in getLengthGeometryFactor() function
163 return myEdge != nullptr ? myEdge->getLengthGeometryFactor() : 1; in getLengthGeometryFactor()
H A DAStarRouter.h106 … myMaxSpeed = MAX2(myMaxSpeed, edge->getSpeedLimit() * MAX2(1.0, edge->getLengthGeometryFactor()));
116 …peed = MAX2(myMaxSpeed, edgeInfo.edge->getSpeedLimit() * edgeInfo.edge->getLengthGeometryFactor());
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEStop.cpp96 …etParentEdge().getNBEdge()->getFinalLength() * getLaneParents().front()->getLengthGeometryFactor(); in moveGeometry()
576 return fixedPos * getLaneParents().front()->getLengthGeometryFactor(); in getStartGeometryPositionOverLane()
591 return fixedPos * getLaneParents().front()->getLengthGeometryFactor(); in getEndGeometryPositionOverLane()
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNELane.h87 double getLengthGeometryFactor() const;
H A DGNELane.cpp1287 GNELane::getLengthGeometryFactor() const { in getLengthGeometryFactor() function in GNELane
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DROEdge.h224 double getLengthGeometryFactor() const;
H A DROEdge.cpp319 ROEdge::getLengthGeometryFactor() const { in getLengthGeometryFactor() function in ROEdge
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSEdge.h581 double getLengthGeometryFactor() const;
H A DMSEdge.cpp922 MSEdge::getLengthGeometryFactor() const { in getLengthGeometryFactor() function in MSEdge
923 return myLanes->empty() ? 1 : getLanes()[0]->getLengthGeometryFactor(); in getLengthGeometryFactor()
H A DMSLane.h482 inline double getLengthGeometryFactor() const { in getLengthGeometryFactor() function
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEAdditionalFrame.cpp219 …e, lane->getShape().nearest_offset_to_point2D(clickedPosition) / lane->getLengthGeometryFactor())); in addSelectedLane()
970 …yViewNet->snapToActiveGrid(myViewNet->getPositionInformation())) / lane->getLengthGeometryFactor(); in buildAdditionalOverLane()
H A DGNEFrame.cpp2587 …oActiveGrid(myFrameParent->myViewNet->getPositionInformation())) / lane->getLengthGeometryFactor(); in getNeteditAttributesAndValues()