maliput_malidrive
DBManager::XodrGapBetweenGeometries Struct Reference

Detailed Description

Holds gap between Geometries related information.

#include <src/maliput_malidrive/xodr/db_manager.h>

Public Attributes

RoadHeader::Id road_header_id {"none"}
 Id of the Road where the Geometries belongs to. More...
 
std::pair< int, int > geometry_index_pair {}
 Holds the two Geometries' index responsible for the gap. More...
 
double distance {}
 Distance between first geometry's endpoint and second geometry's startpoint. More...
 

Member Data Documentation

◆ distance

double distance {}

Distance between first geometry's endpoint and second geometry's startpoint.

◆ geometry_index_pair

std::pair<int, int> geometry_index_pair {}

Holds the two Geometries' index responsible for the gap.

Gap formed by endpoint of geometry_index_pair.first and startpoint of geometry_index_pair.second

◆ road_header_id

RoadHeader::Id road_header_id {"none"}

Id of the Road where the Geometries belongs to.


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