|
StarEngine
|
#include <SearchCell.h>

Public Member Functions | |
| SearchCell () | |
| SearchCell (int x, int y, SearchCell *parent) | |
| ~SearchCell () | |
| float | GetF () const |
| float | ManhattanDistance (SearchCell *nodeEnd) |
Public Attributes | |
| int | X |
| int | Y |
| int | Id |
| SearchCell * | Parent |
| float | G |
| float | H |
Static Public Attributes | |
| static const int | WORLD_SIZE = 15 |
| star::SearchCell::SearchCell | ( | ) |
| star::SearchCell::SearchCell | ( | int | x, |
| int | y, | ||
| SearchCell * | parent | ||
| ) |
| star::SearchCell::~SearchCell | ( | ) |
| float star::SearchCell::GetF | ( | ) | const |
| float star::SearchCell::ManhattanDistance | ( | SearchCell * | nodeEnd | ) |
| float star::SearchCell::G |
| float star::SearchCell::H |
| int star::SearchCell::Id |
| SearchCell* star::SearchCell::Parent |
|
static |
| int star::SearchCell::X |
| int star::SearchCell::Y |
1.8.5