ScummVM API documentation
Crab::PlannerNode Class Reference

Public Member Functions

PathfindingGraphNodegetLocation ()
 
PlannerNodegetParent ()
 
PlannerNodegetChild ()
 
double getHCost () const
 
double getFinalCost () const
 
double getGivenCost () const
 
void setLocation (PathfindingGraphNode *loc)
 
void setParent (PlannerNode *p)
 
void setChild (PlannerNode *c)
 
void setHCost (double c)
 
void setFinalCost (double c)
 
void setGivenCost (double c)
 

Public Attributes

PathfindingGraphNode_location
 

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