Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::v2x::ft::base::Info3f Class Reference

#include <v2x_object.h>

Inheritance diagram for apollo::v2x::ft::base::Info3f:
Inheritance graph
Collaboration diagram for apollo::v2x::ft::base::Info3f:
Collaboration graph

Public Member Functions

 Info3f ()
 
 ~Info3f ()=default
 
float x () const
 
float y () const
 
float z () const
 
float length () const
 
float width () const
 
float height () const
 
- Public Member Functions inherited from apollo::v2x::ft::base::Info< Eigen::Vector3f, Eigen::Matrix3f >
 Info ()=default
 
 Info (Eigen::Vector3f val, Eigen::Matrix3f var)
 
 Info (const Info &rhs)
 
 ~Info ()=default
 
Infooperator= (const Info &rhs)
 
void Set (Eigen::Vector3f value, Eigen::Matrix3f variance)
 
Eigen::Vector3f Value () const
 
Eigen::Matrix3f Variance () const
 

Additional Inherited Members

- Protected Attributes inherited from apollo::v2x::ft::base::Info< Eigen::Vector3f, Eigen::Matrix3f >
Eigen::Vector3f value_
 
Eigen::Matrix3f variance_
 

Constructor & Destructor Documentation

◆ Info3f()

apollo::v2x::ft::base::Info3f::Info3f ( )
inline

◆ ~Info3f()

apollo::v2x::ft::base::Info3f::~Info3f ( )
default

Member Function Documentation

◆ height()

float apollo::v2x::ft::base::Info3f::height ( void  ) const
inline

◆ length()

float apollo::v2x::ft::base::Info3f::length ( ) const
inline

◆ width()

float apollo::v2x::ft::base::Info3f::width ( void  ) const
inline

◆ x()

float apollo::v2x::ft::base::Info3f::x ( void  ) const
inline

◆ y()

float apollo::v2x::ft::base::Info3f::y ( void  ) const
inline

◆ z()

float apollo::v2x::ft::base::Info3f::z ( void  ) const
inline

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