19 #ifndef GNECalibratorFlow_h 20 #define GNECalibratorFlow_h 71 const RGBColor& color,
const std::string& departLane,
const std::string& departPos,
const std::string& departSpeed,
const std::string& arrivalLane,
72 const std::string& arrivalPos,
const std::string& arrivalSpeed,
const std::string& line,
int personNumber,
int containerNumber,
bool reroute,
73 const std::string& departPosLat,
const std::string& arrivalPosLat,
double begin,
double end,
double vehsPerHour,
double period,
RGBColor myColor
color of flow
~GNECalibratorFlow()
destructor
bool isValid(SumoXMLAttr key, const std::string &value)
std::string myLine
line of bus/container stop
std::string myDepartPosLat
departPosLat
void setFlowType(GNECalibratorFlow::TypeOfFlow type)
set type of flow
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
int myNumber
number of flow
GNECalibratorFlow(GNECalibratorDialog *calibratorDialog)
constructor (used only in GNECalibratorDialog)
std::string myArrivalPos
arrival pos
double myEnd
time step end
std::string myArrivalPosLat
std::string getAttribute(SumoXMLAttr key) const
inherited from GNEAttributeCarrier
int myPersonNumber
number of person
std::string myDepartPos
depart position
GNECalibratorFlow & operator=(const GNECalibratorFlow &)=delete
Invalidated assignment operator.
std::string myDepartLane
depart lane
std::string myArrivalLane
arrival lane
double myVehsPerHour
flows per hour
std::string myFlowID
ID of flow.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
int myContainerNumber
number of container
GNECalibrator * getCalibratorParent() const
get pointer to calibrator parent
Dialog for edit calibrators.
double myProbability
probability
GNECalibrator * myCalibratorParent
pointer to calibrator parent
std::string myArrivalSpeed
arrival speed
std::string myDepartSpeed
depart speed
TypeOfFlow myFlowType
type of flow
Static storage of an output device and its base (abstract) implementation.
GNECalibratorFlow::TypeOfFlow getFlowType() const
get type of flow
GNECalibratorVehicleType * myVehicleType
type of flow
void writeFlow(OutputDevice &device)
write Flow values into a XML
GNECalibratorRoute * myRoute
route in which this flow is used