Home
last modified time | relevance | path

Searched refs:myEndPos (Results 1 – 16 of 16) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSStoppingPlace.cpp44 myBegPos(begPos), myEndPos(endPos), myLastFreePos(endPos), in MSStoppingPlace()
71 return myEndPos; in getEndLanePosition()
84 if (myLastFreePos != myEndPos) { in getLastFreePos()
97 double prev = myEndPos; in getLastFreePos()
119 … return pos + POSITION_EPS >= myEndPos || (pos - myBegPos >= veh.getVehicleType().getLength() / 2); in fits()
126 … return myEndPos - (0.5 + (it->second) % getPersonsAbreast()) * SUMO_const_waitingPersonWidth; in getWaitingPositionOnLane()
128 return (myEndPos + myBegPos) / 2; in getWaitingPositionOnLane()
140 return getPersonsAbreast(myEndPos - myBegPos); in getPersonsAbreast()
211 myLastFreePos = myEndPos; in computeLastFreePos()
224 return (myBegPos + myEndPos) / 2.; in getAccessPos()
[all …]
H A DMSParkingArea.cpp64 …const double spaceDim = capacity > 0 ? myLane.interpolateLanePosToGeometryPos((myEndPos - myBegPos… in MSParkingArea()
85 mySpaceOccupancies.back().myEndPos = myBegPos + MAX2(POSITION_EPS, spaceDim * (i + 1)); in MSParkingArea()
102 lsd.myEndPos = myEndPos; in addLotEntry()
180 myLastFreePos = lsd.myEndPos; in computeLastFreePos()
184 … myLastFreePos = lsd.myEndPos - lsd.vehicle->getVehicleType().getLength() - POSITION_EPS; in computeLastFreePos()
190 … lsd.myEndPos - lsd.vehicle->getVehicleType().getLength() - NUMERICAL_EPS); in computeLastFreePos()
239 …d full, maxLen=" << myReservationMaxLength << " endPos=" << mySpaceOccupancies[0].myEndPos << "\n"; in getLastFreePosWithReservation()
241 return (mySpaceOccupancies[0].myEndPos in getLastFreePosWithReservation()
H A DMSParkingArea.h216 double myEndPos; member
H A DMSStoppingPlace.h225 const double myEndPos; variable
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE2Collector.cpp129 myEndPos = endPos; in MSE2Collector()
157 myEndPos(endPos),
185 myEndPos = myEndPos < 0 ? lanes[lanes.size() - 1]->getLength() + myEndPos : myEndPos;
191 myEndPos = lanes[lanes.size() - 1]->getLength();
219 myEndPos = MIN2(myEndPos + prolong, myLastLane->getLength());
229 myEndPos = snap(myEndPos, myFirstLane->getLength(), POSITION_EPS);
230 myEndPos = snap(myEndPos, POSITION_EPS, POSITION_EPS);
231 myEndPos = snap(myEndPos, myFirstLane->getLength(), POSITION_EPS);
240 std::cout << "myEndPos = " << myEndPos << std::endl;
247 … assert(myEndPos <= myLastLane->getLength() - POSITION_EPS || myEndPos == myLastLane->getLength());
[all …]
H A DMSE2Collector.h379 return myEndPos; in getEndPos()
662 double myEndPos; variable
/dports/biology/bamutil/bamUtil-1.0.15/src/
H A DStats.cpp176 myEndPos = -1; in execute()
407 if(withinRegion && (myEndPos != -1) && (refPos >= myEndPos)) in execute()
468 pileup.processAlignmentRegion(samRecord, myStartPos, myEndPos, dbsnpListPtr); in execute()
549 myEndPos = 0; in getNextSection()
583 else if(!myRegColumn[2].AsInteger(myEndPos)) in getNextSection()
591 else if((myStartPos >= myEndPos) && (myEndPos != -1)) in getNextSection()
604 samIn.SetReadSection(myRegColumn[0].c_str(), myStartPos, myEndPos); in getNextSection()
H A DStats.h44 int myEndPos; variable
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/bam/
H A DSamFile.cpp730 myEndPos = end; in SetReadSection()
766 myEndPos = end; in SetReadSection()
887 return(samRecord.getNumOverlaps(myStartPos, myEndPos)); in GetNumOverlaps()
995 myEndPos = -1; in resetFile()
1235 if((myEndPos != -1) && (record.get0BasedPosition() >= myEndPos)) in checkRecordInSection()
1260 ((myEndPos != -1) && in checkRecordInSection()
1261 (record.get0BasedAlignmentEnd() >= myEndPos))) in checkRecordInSection()
1334 if(myBamIndex->getChunksForRegion(myRefID, myStartPos, myEndPos, in processNewSection()
1346 errorMsg += myEndPos; in processNewSection()
H A DSamFile.h430 int32_t myEndPos; variable
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBPTStop.cpp79 myEndPos = MIN2(center + myPTStopLength / 2., edgeLength); in computeExtent()
101 device.writeAttr(SUMO_ATTR_ENDPOS, myEndPos); in write()
H A DNBPTStop.h115 double myEndPos; variable
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIBusStop.cpp123 ret->mkItem("end position [m]", false, myEndPos); in getParameterWindow()
211 …Lane.getShape().positionAtOffset(myLane.interpolateLanePosToGeometryPos((myBegPos + myEndPos) / 2), in getWaitPosition()
H A DGUIContainerStop.cpp109 ret->mkItem("end position [m]", false, myEndPos); in getParameterWindow()
H A DGUIChargingStation.cpp97 ret->mkItem("end position [m]", false, myEndPos); in getParameterWindow()
H A DGUIParkingArea.cpp109 ret->mkItem("end position [m]", false, myEndPos); in getParameterWindow()