Apollo
6.0
Open source self driving car software
|
#include <image.h>
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 |
apollo::perception::lidar::Image< T >::Image | ( | const int | width, |
const int | height, | ||
const bool | init = true |
||
) |
apollo::perception::lidar::Image< T >::~Image | ( | ) |
Image< T > * apollo::perception::lidar::Image< T >::copy | ( | ) | const |
|
inline |
void apollo::perception::lidar::Image< T >::init | ( | const T & | val | ) |
|
inline |
T** apollo::perception::lidar::Image< T >::_access |
T* apollo::perception::lidar::Image< T >::_data |