|
Transit Planner
1.0
An experiment on transfer patterns robustness
|
Public Member Functions | |
| Stop (const string &id, float lat, float lon) | |
| Stop (const string &id, const string &name, float lat, float lon) | |
| string | id () const |
| string | name () const |
| float | lat () const |
| float | lon () const |
| int | index () const |
| void | index (const int i) |
| const vector< int > & | getNodeIndices () const |
| void | addNodeIndex (const int id) |
| int | numNodes () const |
| int | nodeIndex (const int i) const |
| vector< int >::iterator | nodesBegin () |
| vector< int >::iterator | nodesEnd () |
| bool | operator== (const Stop &other) const |
Static Public Attributes | |
| static const float | kInvalidPos = 999.0f |
Friends | |
| class | boost::serialization::access |
1.7.6.1