Apollo  v5.5.0
Open source self driving car software
Classes | Namespaces | Typedefs
box.h File Reference
#include <algorithm>
#include <sstream>
#include <string>
#include "modules/perception/base/comparison_traits.h"
#include "modules/perception/base/point.h"
Include dependency graph for box.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  apollo::perception::base::BBox2D< T >
 
struct  apollo::perception::base::Rect< T >
 
struct  apollo::perception::base::BBox2D< T >
 

Namespaces

 apollo
 
 apollo::perception
 
 apollo::perception::base
 

Typedefs

typedef Rect< int > apollo::perception::base::RectI
 
typedef Rect< float > apollo::perception::base::RectF
 
typedef Rect< double > apollo::perception::base::RectD
 
typedef BBox2D< int > apollo::perception::base::BBox2DI
 
typedef BBox2D< float > apollo::perception::base::BBox2DF
 
typedef BBox2D< double > apollo::perception::base::BBox2DD