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 150 of file ROPerson.h.
◆ TripItem()
ROPerson::TripItem::TripItem |
( |
const double |
_cost | ) |
|
|
inline |
◆ ~TripItem()
virtual ROPerson::TripItem::~TripItem |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
virtual TripItem* ROPerson::TripItem::clone |
( |
| ) |
const |
|
pure virtual |
◆ 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 |
◆ saveAsXML()
virtual void ROPerson::TripItem::saveAsXML |
( |
OutputDevice & |
os, |
|
|
const bool |
extended |
|
) |
| const |
|
pure virtual |
◆ cost
double ROPerson::TripItem::cost |
|
protected |
The documentation for this class was generated from the following file: