#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.
| typedef boost::shared_ptr<GridIndex> jsk_recognition_utils::GridIndex::Ptr |
Definition at line 47 of file grid_index.h.
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.
| jsk_recognition_utils::GridIndex::~GridIndex | ( | ) | [virtual] |
Definition at line 50 of file grid_index.cpp.
Definition at line 52 of file grid_index.h.
Definition at line 53 of file grid_index.h.