#include <discretized_path.h>
|
std::vector< common::PathPoint >::const_iterator | QueryLowerBound (const double path_s) const |
|
std::vector< common::PathPoint >::const_iterator | QueryUpperBound (const double path_s) const |
|
◆ DiscretizedPath() [1/2]
apollo::planning::DiscretizedPath::DiscretizedPath |
( |
| ) |
|
|
default |
◆ DiscretizedPath() [2/2]
apollo::planning::DiscretizedPath::DiscretizedPath |
( |
std::vector< common::PathPoint > |
path_points | ) |
|
|
explicit |
◆ Evaluate()
common::PathPoint apollo::planning::DiscretizedPath::Evaluate |
( |
const double |
path_s | ) |
const |
◆ EvaluateReverse()
common::PathPoint apollo::planning::DiscretizedPath::EvaluateReverse |
( |
const double |
path_s | ) |
const |
◆ Length()
double apollo::planning::DiscretizedPath::Length |
( |
| ) |
const |
◆ QueryLowerBound()
std::vector<common::PathPoint>::const_iterator apollo::planning::DiscretizedPath::QueryLowerBound |
( |
const double |
path_s | ) |
const |
|
protected |
◆ QueryUpperBound()
std::vector<common::PathPoint>::const_iterator apollo::planning::DiscretizedPath::QueryUpperBound |
( |
const double |
path_s | ) |
const |
|
protected |
The documentation for this class was generated from the following file: