$search
#include <RNDF.h>
Public Member Functions | |
void | clear () |
bool | isvalid () |
void | print () |
Public Attributes | |
std::vector< Checkpoint > | checkpoints |
std::vector< Exit > | exits |
int | lane_id |
int | lane_width |
Lane_marking | left_boundary |
int | number_of_waypoints |
Lane_marking | right_boundary |
std::vector< Stop > | stops |
std::vector< LL_Waypoint > | waypoints |
Definition at line 125 of file RNDF.h.
std::vector<Checkpoint> Lane::checkpoints |
std::vector<Exit> Lane::exits |
int Lane::lane_id |
int Lane::lane_width |
std::vector<Stop> Lane::stops |
std::vector<LL_Waypoint> Lane::waypoints |