#include <GridCell.h>
Public Member Functions | |
const std::vector< unsigned int > & | getPopulation () const |
GridCell () | |
void | populate (const unsigned int &index) |
bool | populated () const |
void | visit () |
bool | visited () const |
Protected Attributes | |
std::vector< unsigned int > | mIndices |
Private Attributes | |
bool | mVisited |
Definition at line 41 of file GridCell.h.
GridCell::GridCell | ( | ) | [inline] |
Definition at line 43 of file GridCell.h.
const std::vector<unsigned int>& GridCell::getPopulation | ( | ) | const [inline] |
Definition at line 53 of file GridCell.h.
void GridCell::populate | ( | const unsigned int & | index | ) | [inline] |
Definition at line 49 of file GridCell.h.
bool GridCell::populated | ( | ) | const [inline] |
Reimplemented in NodeGridCell.
Definition at line 51 of file GridCell.h.
void GridCell::visit | ( | ) | [inline] |
Definition at line 45 of file GridCell.h.
bool GridCell::visited | ( | ) | const [inline] |
Definition at line 47 of file GridCell.h.
std::vector<unsigned int> GridCell::mIndices [protected] |
Definition at line 58 of file GridCell.h.
bool GridCell::mVisited [private] |
Definition at line 56 of file GridCell.h.