Apollo
6.0
Open source self driving car software
|
This is the complete list of members for apollo::prediction::LaneScanningEvaluator, including all inherited members.
Evaluate(Obstacle *obstacle_ptr, ObstaclesContainer *obstacles_container) override | apollo::prediction::LaneScanningEvaluator | virtual |
Evaluate(Obstacle *obstacle_ptr, ObstaclesContainer *obstacles_container, std::vector< Obstacle *> dynamic_env) override | apollo::prediction::LaneScanningEvaluator | virtual |
Evaluator()=default | apollo::prediction::Evaluator | |
evaluator_type_ | apollo::prediction::Evaluator | protected |
ExtractFeatures(const Obstacle *obstacle_ptr, const LaneGraph *lane_graph_ptr, std::vector< double > *feature_values) | apollo::prediction::LaneScanningEvaluator | |
ExtractStringFeatures(const LaneGraph &lane_graph, std::vector< std::string > *const string_feature_values) | apollo::prediction::LaneScanningEvaluator | |
GetName() override | apollo::prediction::LaneScanningEvaluator | inlinevirtual |
LaneScanningEvaluator() | apollo::prediction::LaneScanningEvaluator | |
VectorToMatrixXf(const std::vector< double > &nums, const int start_index, const int end_index) | apollo::prediction::Evaluator | inlineprotected |
VectorToMatrixXf(const std::vector< double > &nums, const int start_index, const int end_index, const int output_num_row, const int output_num_col) | apollo::prediction::Evaluator | inlineprotected |
WorldAngleToObjAngle(double input_world_angle, double obj_world_angle) | apollo::prediction::Evaluator | inlineprotected |
WorldCoordToObjCoord(std::pair< double, double > input_world_coord, std::pair< double, double > obj_world_coord, double obj_world_angle) | apollo::prediction::Evaluator | inlineprotected |
~Evaluator()=default | apollo::prediction::Evaluator | virtual |
~LaneScanningEvaluator()=default | apollo::prediction::LaneScanningEvaluator | virtual |