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
 
const JumpPointCachejpc
 

Member Data Documentation

◆ goal

PathGoal PathfinderState::goal

◆ hBest

PathCost PathfinderState::hBest

◆ iBest

u16 PathfinderState::iBest

◆ iGoal

u16 PathfinderState::iGoal

◆ jBest

u16 PathfinderState::jBest

◆ jGoal

u16 PathfinderState::jGoal

◆ jpc

const JumpPointCache* PathfinderState::jpc

◆ open

PriorityQueue PathfinderState::open

◆ passClass

pass_class_t PathfinderState::passClass

◆ steps

u32 PathfinderState::steps

◆ terrain

Grid<NavcellData>* PathfinderState::terrain

◆ tiles

PathfindTileGrid* PathfinderState::tiles

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