Pyrogenesis  trunk
Public Attributes | List of all members
PathfinderState Struct Reference

#include <LongPathfinder.h>

Collaboration diagram for PathfinderState:
Collaboration graph
[legend]

Public Attributes

u32 steps
 
PathGoal goal
 
u16 iGoal
 
u16 jGoal
 
pass_class_t passClass
 
PriorityQueue open
 
PathfindTileGridtiles
 
Grid< NavcellData > * terrain
 
PathCost hBest
 
u16 iBest
 
u16 jBest
 
JumpPointCachejpc
 

Member Data Documentation

PathGoal PathfinderState::goal
PathCost PathfinderState::hBest
u16 PathfinderState::iBest
u16 PathfinderState::iGoal
u16 PathfinderState::jBest
u16 PathfinderState::jGoal
JumpPointCache* PathfinderState::jpc
PriorityQueue PathfinderState::open
pass_class_t PathfinderState::passClass
u32 PathfinderState::steps
Grid<NavcellData>* PathfinderState::terrain
PathfindTileGrid* PathfinderState::tiles

The documentation for this struct was generated from the following file: