|
Apollo 10.0
自动驾驶开放平台
|
#include <cruise_scenario_features.h>
Public 成员函数 | |
| CruiseScenarioFeatures () | |
| virtual | ~CruiseScenarioFeatures () |
| bool | IsLaneOfInterest (const std::string &lane_id) const |
| void | InsertLaneOfInterest (const std::string &lane_id) |
| void | BuildCruiseScenarioFeatures (const EnvironmentFeatures &environment_features) |
Public 成员函数 继承自 apollo::prediction::ScenarioFeatures | |
| ScenarioFeatures () | |
| virtual | ~ScenarioFeatures ()=default |
| const Scenario & | scenario () const |
额外继承的成员函数 | |
Protected 属性 继承自 apollo::prediction::ScenarioFeatures | |
| Scenario | scenario_ |
在文件 cruise_scenario_features.h 第 32 行定义.
| apollo::prediction::CruiseScenarioFeatures::CruiseScenarioFeatures | ( | ) |
在文件 cruise_scenario_features.cc 第 32 行定义.
|
virtual |
在文件 cruise_scenario_features.cc 第 36 行定义.
| void apollo::prediction::CruiseScenarioFeatures::BuildCruiseScenarioFeatures | ( | const EnvironmentFeatures & | environment_features | ) |
在文件 cruise_scenario_features.cc 第 47 行定义.
| void apollo::prediction::CruiseScenarioFeatures::InsertLaneOfInterest | ( | const std::string & | lane_id | ) |
在文件 cruise_scenario_features.cc 第 43 行定义.
| bool apollo::prediction::CruiseScenarioFeatures::IsLaneOfInterest | ( | const std::string & | lane_id | ) | const |
在文件 cruise_scenario_features.cc 第 38 行定义.