maliput
LaneEndSet Class Referenceabstract

Detailed Description

A set of LaneEnds.

#include <include/maliput/api/branch_point.h>

Inheritance diagram for LaneEndSet:
[legend]

Public Member Functions

virtual ~LaneEndSet ()=default
 
int size () const
 Returns the number of LaneEnds in this set. More...
 
const LaneEndget (int index) const
 Returns the LaneEnd indexed by index. More...
 

Protected Member Functions

 LaneEndSet ()=default
 

Constructor & Destructor Documentation

◆ ~LaneEndSet()

virtual ~LaneEndSet ( )
virtualdefault

Reimplemented in LaneEndSet.

◆ LaneEndSet()

LaneEndSet ( )
protecteddefault

Member Function Documentation

◆ get()

const LaneEnd& get ( int  index) const

Returns the LaneEnd indexed by index.

Precondition
index must be >= 0 and < size().

◆ size()

int size ( ) const

Returns the number of LaneEnds in this set.

Return value is non-negative.


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