99 return getEdge().getID();
115 const VehCont& getVehiclesSecure()
const;
123 void releaseVehicles()
const;
133 void planMovements(
const SUMOTime t);
137 bool executeMovements(
SUMOTime t, std::vector<MSLane*>& into);
141 bool integrateNewVehicle(
SUMOTime t);
147 void detectCollisions(
SUMOTime timestep,
const std::string& stage);
167 void resetPartialOccupation(
MSVehicle* v);
200 Boundary getCenteringBoundary()
const;
213 const std::vector<SUMOReal>& getShapeRotations()
const;
214 const std::vector<SUMOReal>& getShapeLengths()
const;
222 void drawBikeMarkings()
const;
228 void drawDirectionIndicators()
const;
234 SUMOReal getStoredEdgeTravelTime()
const;
238 SUMOReal getLoadedEdgeWeight()
const;
241 void setGeometry(osg::Geometry* geom) {
250 void closeTraffic(
bool rebuildAllowed =
true);
258 void swapAfterLaneChange(
SUMOTime t);
273 const MSLane::VehCont::iterator& at,
283 void drawArrows()
const;
284 void drawLane2LaneConnections()
const;
292 SUMOReal getColorValue(
int activeScheme)
const;
295 SUMOReal getScaleValue(
int activeScheme)
const;
298 bool setFunctionalColor(
int activeScheme)
const;
301 bool setMultiColor(
const GUIColorer& c)
const;
331 osg::Geometry* myGeom;
std::vector< int > myShapeSegments
the meso segment index for each geometry segment
std::vector< RGBColor > myShapeColors
The color of the shape parts (cached)
Representation of a vehicle in the micro simulation.
Stores the information about how to visualize structures.
const std::string & getParentName() const
Returns the name of the parent object (if any)
Notification
Definition of a vehicle state.
SVCPermissions myOriginalPermissions
A class that stores a 2D geometrical boundary.
The simulated network and simulation perfomer.
Representation of a lane in the micro simulation (gui-version)
std::vector< SUMOReal > myShapeRotations
The rotations of the shape parts.
A road/street connecting two junctions.
MFXMutex myLock
The mutex used to avoid concurrent updates of the vehicle buffer.
std::vector< SUMOReal > myShapeLengths
The lengths of the shape parts.
std::vector< MSVehicle * > VehCont
Container for vehicles.
The vehicle has departed (was inserted into the network)
A MSNet extended by some values for usage within the gui.
SUMOReal myHalfLaneWidth
Half of lane width, for speed-up.
bool myAmClosed
state for dynamic lane closings
SUMOReal myQuarterLaneWidth
Quarter of lane width, for speed-up.
Representation of a lane in the micro simulation.
A window containing a gl-object's parameter.