#include <grid_index.h>
Public Types | |
typedef boost::shared_ptr< GridIndex > | Ptr |
Public Member Functions | |
GridIndex () | |
GridIndex (int _x, int _y) | |
virtual | ~GridIndex () |
Public Attributes | |
int | x |
int | y |
Definition at line 44 of file grid_index.h.
Definition at line 47 of file grid_index.h.
jsk_recognition_utils::GridIndex::GridIndex | ( | ) |
Definition at line 40 of file grid_index.cpp.
jsk_recognition_utils::GridIndex::GridIndex | ( | int | _x, |
int | _y | ||
) |
Definition at line 45 of file grid_index.cpp.
|
virtual |
Definition at line 50 of file grid_index.cpp.
int jsk_recognition_utils::GridIndex::x |
Definition at line 52 of file grid_index.h.
int jsk_recognition_utils::GridIndex::y |
Definition at line 53 of file grid_index.h.