Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::hdmap::RoadInfo Class Reference

#include <hdmap_common.h>

Collaboration diagram for apollo::hdmap::RoadInfo:
Collaboration graph

Public Member Functions

 RoadInfo (const Road &road)
 
const Id & id () const
 
const Road & road () const
 
const std::vector< RoadSection > & sections () const
 
const Id & junction_id () const
 
bool has_junction_id () const
 
const std::vector< RoadBoundary > & GetBoundaries () const
 
apollo::hdmap::Road_Type type () const
 

Constructor & Destructor Documentation

◆ RoadInfo()

apollo::hdmap::RoadInfo::RoadInfo ( const Road &  road)
explicit

Member Function Documentation

◆ GetBoundaries()

const std::vector<RoadBoundary>& apollo::hdmap::RoadInfo::GetBoundaries ( ) const

◆ has_junction_id()

bool apollo::hdmap::RoadInfo::has_junction_id ( ) const
inline

◆ id()

const Id& apollo::hdmap::RoadInfo::id ( ) const
inline

◆ junction_id()

const Id& apollo::hdmap::RoadInfo::junction_id ( ) const
inline

◆ road()

const Road& apollo::hdmap::RoadInfo::road ( ) const
inline

◆ sections()

const std::vector<RoadSection>& apollo::hdmap::RoadInfo::sections ( ) const
inline

◆ type()

apollo::hdmap::Road_Type apollo::hdmap::RoadInfo::type ( ) const
inline

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