Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for JumpPointCache, including all inherited members.
ComputeRows(std::vector< Row > &rows, const Grid< NavcellData > &terrain, pass_class_t passClass, bool transpose, bool mirror) | JumpPointCache | inline |
GetJumpPointDown(int i, int j, const PathGoal &goal) const | JumpPointCache | inline |
GetJumpPointLeft(int i, int j, const PathGoal &goal) const | JumpPointCache | inline |
GetJumpPointRight(int i, int j, const PathGoal &goal) const | JumpPointCache | inline |
GetJumpPointUp(int i, int j, const PathGoal &goal) const | JumpPointCache | inline |
GetMemoryUsage() const | JumpPointCache | inline |
m_Height | JumpPointCache | |
m_JumpPointsDown | JumpPointCache | |
m_JumpPointsLeft | JumpPointCache | |
m_JumpPointsRight | JumpPointCache | |
m_JumpPointsUp | JumpPointCache | |
m_Width | JumpPointCache | |
reset(const Grid< NavcellData > *terrain, pass_class_t passClass) | JumpPointCache | inline |
Row typedef | JumpPointCache | private |