ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::apps::PlainXMLExporter::Edge Struct Reference
Collaboration diagram for adore::apps::PlainXMLExporter::Edge:
Collaboration graph

Public Attributes

std::vector< Border * > represents_
 
int number_of_lanes_
 
double lane_width_
 
std::vector< int > ids_
 
std::vector< int > split_node_ids_
 
std::vector< double > s_
 

Member Data Documentation

◆ ids_

std::vector<int> adore::apps::PlainXMLExporter::Edge::ids_

◆ lane_width_

double adore::apps::PlainXMLExporter::Edge::lane_width_

◆ number_of_lanes_

int adore::apps::PlainXMLExporter::Edge::number_of_lanes_

◆ represents_

std::vector<Border*> adore::apps::PlainXMLExporter::Edge::represents_

◆ s_

std::vector<double> adore::apps::PlainXMLExporter::Edge::s_

◆ split_node_ids_

std::vector<int> adore::apps::PlainXMLExporter::Edge::split_node_ids_

The documentation for this struct was generated from the following file: