|
maliput_sparse
|
Pure virtual parser API class to be inherited by a specific parser class.
#include <include/maliput_sparse/parser/parser.h>
Public Member Functions | |
| Parser ()=default | |
| virtual | ~Parser ()=default |
| const std::unordered_map< Junction::Id, Junction > & | GetJunctions () const |
| Gets the segments parsed from the input description. More... | |
| const std::vector< Connection > & | GetConnections () const |
| Gets connections between the map's lanes. More... | |
| const std::string & | GetGeoReferenceInfo () const |
| Gets the geo reference information parsed from the input description. More... | |
|
default |
|
virtualdefault |
| const std::vector<Connection>& GetConnections | ( | ) | const |
Gets connections between the map's lanes.
| const std::string& GetGeoReferenceInfo | ( | ) | const |
Gets the geo reference information parsed from the input description.
| const std::unordered_map<Junction::Id, Junction>& GetJunctions | ( | ) | const |
Gets the segments parsed from the input description.