#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 76 of file grid_index.h.
Definition at line 111 of file grid_index.h.
jsk_recognition_utils::GridIndex::GridIndex | ( | ) |
Definition at line 72 of file grid_index.cpp.
jsk_recognition_utils::GridIndex::GridIndex | ( | int | _x, |
int | _y | ||
) |
Definition at line 77 of file grid_index.cpp.
|
virtual |
Definition at line 82 of file grid_index.cpp.
int jsk_recognition_utils::GridIndex::x |
Definition at line 116 of file grid_index.h.
int jsk_recognition_utils::GridIndex::y |
Definition at line 117 of file grid_index.h.