Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::lidar::Image< T > Class Template Reference

#include <image.h>

Collaboration diagram for apollo::perception::lidar::Image< T >:
Collaboration graph

Public Member Functions

 Image (const int width, const int height, const bool init=true)
 
 ~Image ()
 
void init (const T &val)
 
Image< T > * copy () const
 
int width () const
 
int height () const
 

Public Attributes

T * _data
 
T ** _access
 

Constructor & Destructor Documentation

◆ Image()

template<class T >
apollo::perception::lidar::Image< T >::Image ( const int  width,
const int  height,
const bool  init = true 
)

◆ ~Image()

template<class T >
apollo::perception::lidar::Image< T >::~Image ( )

Member Function Documentation

◆ copy()

template<class T >
Image< T > * apollo::perception::lidar::Image< T >::copy ( ) const

◆ height()

template<class T>
int apollo::perception::lidar::Image< T >::height ( ) const
inline

◆ init()

template<class T >
void apollo::perception::lidar::Image< T >::init ( const T &  val)

◆ width()

template<class T>
int apollo::perception::lidar::Image< T >::width ( ) const
inline

Member Data Documentation

◆ _access

template<class T>
T** apollo::perception::lidar::Image< T >::_access

◆ _data

template<class T>
T* apollo::perception::lidar::Image< T >::_data

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