45 const RGBColor& color,
const std::string& departLane,
const std::string& departPos,
const std::string& departSpeed,
const std::string& arrivalLane,
46 const std::string& arrivalPos,
const std::string& arrivalSpeed,
const std::string& line,
int personNumber,
int containerNumber,
bool reroute,
47 const std::string& departPosLat,
const std::string& arrivalPosLat,
SUMOTime begin,
SUMOTime end);
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
An Element which don't belongs to GNENet but has influency in the simulation.
Dialog for edit calibrators.
GNECalibratorFlow & operator=(const GNECalibratorFlow &)=delete
Invalidated assignment operator.
double getAttributeDouble(SumoXMLAttr key) const
std::string myDepartSpeed
depart speed
std::string myArrivalPos
arrival pos
int myContainerNumber
number of container
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
std::string myArrivalLane
arrival lane
~GNECalibratorFlow()
destructor
std::string myDepartLane
depart lane
RGBColor myColor
color of flow
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes
std::string myArrivalPosLat
void updateGeometry()
update pre-computed geometry information
GNECalibratorFlow(GNEAdditional *calibratorParent)
default constructor (used only in GNECalibratorDialog)
void updateCenteringBoundary(const bool updateGrid)
update centering boundary (implies change in RTREE)
SUMOTime myEnd
time step end
std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
std::string myLine
line of bus/container stop
int myPersonNumber
number of person
std::string mySpeed
flow speed (String instead float because can be empty)
std::string myArrivalSpeed
arrival speed
GNEDemandElement * myVehicleType
type of flow
bool isAttributeEnabled(SumoXMLAttr key) const
GNEMoveOperation * getMoveOperation(const double shapeOffset)
get move operation for the given shapeOffset
GNECalibratorFlow(const GNECalibratorFlow &)=delete
Invalidated copy constructor.
GNEDemandElement * myRoute
route in which this flow is used
void commitMoveShape(const GNEMoveResult &moveResult, GNEUndoList *undoList)
commit move shape
void splitEdgeGeometry(const double splitPosition, const GNENetworkElement *originalElement, const GNENetworkElement *newElement, GNEUndoList *undoList)
split geometry
void setMoveShape(const GNEMoveResult &moveResult)
set move shape
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
std::string myDepartPosLat
departPosLat
std::string getParentName() const
Returns the name of the parent object.
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
std::string getAttribute(SumoXMLAttr key) const
inherited from GNEAttributeCarrier
std::string myVehsPerHour
flows per hour (String instead float because can be empty)
std::string myDepartPos
depart position
An Element which don't belongs to GNENet but has influency in the simulation.
Stores the information about how to visualize structures.