#include <NodeGridCell.h>
Public Member Functions | |
void | blindPopulate () |
void | clearIndices () |
NodeGridCell () | |
void | populate (unsigned int index) |
bool | populated () const |
void | unpopulate () |
Private Attributes | |
bool | mPopulated |
Definition at line 41 of file NodeGridCell.h.
NodeGridCell::NodeGridCell | ( | ) | [inline] |
Definition at line 43 of file NodeGridCell.h.
void NodeGridCell::blindPopulate | ( | ) | [inline] |
Definition at line 47 of file NodeGridCell.h.
void NodeGridCell::clearIndices | ( | ) | [inline] |
Definition at line 46 of file NodeGridCell.h.
void NodeGridCell::populate | ( | unsigned int | index | ) | [inline] |
Definition at line 45 of file NodeGridCell.h.
bool NodeGridCell::populated | ( | ) | const [inline] |
Reimplemented from GridCell.
Definition at line 48 of file NodeGridCell.h.
void NodeGridCell::unpopulate | ( | ) | [inline] |
Definition at line 49 of file NodeGridCell.h.
bool NodeGridCell::mPopulated [private] |
Definition at line 51 of file NodeGridCell.h.