Apollo  6.0
Open source self driving car software
Public Types | Public Attributes | List of all members
apollo::perception::base::Point< T > Struct Template Reference

#include <point.h>

Inheritance diagram for apollo::perception::base::Point< T >:
Inheritance graph
Collaboration diagram for apollo::perception::base::Point< T >:
Collaboration graph

Public Types

typedef T Type
 

Public Attributes

x = 0
 
y = 0
 
z = 0
 
intensity = 0
 

Member Typedef Documentation

◆ Type

template<typename T >
typedef T apollo::perception::base::Point< T >::Type

Member Data Documentation

◆ intensity

template<typename T >
T apollo::perception::base::Point< T >::intensity = 0

◆ x

template<typename T >
T apollo::perception::base::Point< T >::x = 0

◆ y

template<typename T >
T apollo::perception::base::Point< T >::y = 0

◆ z

template<typename T >
T apollo::perception::base::Point< T >::z = 0

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