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

#include <visibility.h>

Collaboration diagram for apollo::perception::benchmark::Visibility:
Collaboration graph

Public Member Functions

 Visibility (float half_length, float half_width)
 
 ~Visibility ()=default
 
void set_car_pos (const Eigen::Vector3d &car_pos)
 
void fill_objects (std::vector< ObjectPtr > *objs, float thresh)
 

Constructor & Destructor Documentation

◆ Visibility()

apollo::perception::benchmark::Visibility::Visibility ( float  half_length,
float  half_width 
)
inline

◆ ~Visibility()

apollo::perception::benchmark::Visibility::~Visibility ( )
default

Member Function Documentation

◆ fill_objects()

void apollo::perception::benchmark::Visibility::fill_objects ( std::vector< ObjectPtr > *  objs,
float  thresh 
)

◆ set_car_pos()

void apollo::perception::benchmark::Visibility::set_car_pos ( const Eigen::Vector3d &  car_pos)

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