A TripItem is part of a trip, e.g., go from here to here by car.
More...
#include <ROPerson.h>
A TripItem is part of a trip, e.g., go from here to here by car.
Definition at line 167 of file ROPerson.h.
◆ TripItem()
ROPerson::TripItem::TripItem |
( |
const SUMOTime |
start, |
|
|
const double |
cost |
|
) |
| |
|
inline |
◆ ~TripItem()
virtual ROPerson::TripItem::~TripItem |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
virtual TripItem * ROPerson::TripItem::clone |
( |
| ) |
const |
|
pure virtual |
◆ getCost()
double ROPerson::TripItem::getCost |
( |
| ) |
const |
|
inline |
◆ getDestination()
virtual const ROEdge * ROPerson::TripItem::getDestination |
( |
| ) |
const |
|
pure virtual |
◆ getDestinationPos()
virtual double ROPerson::TripItem::getDestinationPos |
( |
| ) |
const |
|
pure virtual |
◆ getDuration()
SUMOTime ROPerson::TripItem::getDuration |
( |
| ) |
const |
|
inline |
◆ getOrigin()
virtual const ROEdge * ROPerson::TripItem::getOrigin |
( |
| ) |
const |
|
pure virtual |
◆ getStart()
SUMOTime ROPerson::TripItem::getStart |
( |
| ) |
const |
|
inline |
◆ saveAsXML()
◆ myCost
const double ROPerson::TripItem::myCost |
|
protected |
◆ myStart
const SUMOTime ROPerson::TripItem::myStart |
|
protected |
The documentation for this class was generated from the following file: