#include <cspace3_cache.h>
|
| CSpace3Cache () |
|
char & | e (const int &x, const int &y, const int &yaw) |
|
const char & | e (const int &x, const int &y, const int &yaw) const |
|
void | getCenter (int &x, int &y, int &a) const |
|
void | getSize (int &x, int &y, int &a) const |
|
void | reset (const int &x, const int &y, const int &yaw) |
|
Definition at line 39 of file cspace3_cache.h.
costmap_cspace::CSpace3Cache::CSpace3Cache |
( |
| ) |
|
|
inline |
char& costmap_cspace::CSpace3Cache::e |
( |
const int & |
x, |
|
|
const int & |
y, |
|
|
const int & |
yaw |
|
) |
| |
|
inline |
const char& costmap_cspace::CSpace3Cache::e |
( |
const int & |
x, |
|
|
const int & |
y, |
|
|
const int & |
yaw |
|
) |
| const |
|
inline |
void costmap_cspace::CSpace3Cache::getCenter |
( |
int & |
x, |
|
|
int & |
y, |
|
|
int & |
a |
|
) |
| const |
|
inline |
void costmap_cspace::CSpace3Cache::getSize |
( |
int & |
x, |
|
|
int & |
y, |
|
|
int & |
a |
|
) |
| const |
|
inline |
void costmap_cspace::CSpace3Cache::reset |
( |
const int & |
x, |
|
|
const int & |
y, |
|
|
const int & |
yaw |
|
) |
| |
|
inline |
size_t costmap_cspace::CSpace3Cache::array_size_ |
|
protected |
std::unique_ptr<char[]> costmap_cspace::CSpace3Cache::c_ |
|
protected |
int costmap_cspace::CSpace3Cache::center_[3] |
|
protected |
int costmap_cspace::CSpace3Cache::size_[3] |
|
protected |
int costmap_cspace::CSpace3Cache::stride_[3] |
|
protected |
The documentation for this class was generated from the following file: