Main   Class Hierarchy   Classes   Compound List   Files   Compound Members   File Members   Pages  

PathFind::Environment::Successor Class Reference

#include <environment.h>

List of all members.


Detailed Description

Information about a successor of a node in the environment.

Definition at line 28 of file environment.h.

Public Member Functions

 Successor ()
 Successor (int target, int cost)

Public Attributes

int m_target
int m_cost


Constructor & Destructor Documentation

PathFind::Environment::Successor::Successor  ) 
 

PathFind::Environment::Successor::Successor int  target,
int  cost
[inline]
 

Definition at line 33 of file environment.h.

References m_cost, and m_target.


Member Data Documentation

int PathFind::Environment::Successor::m_cost
 

Definition at line 39 of file environment.h.

Referenced by PathFind::FringeSearch< MARKER >::doIteration(), PathFind::IDAStar::searchPathIdaStar(), and Successor().

int PathFind::Environment::Successor::m_target
 

Definition at line 37 of file environment.h.

Referenced by PathFind::FringeSearch< MARKER >::doIteration(), PathFind::SearchUtils::searchPathExists(), PathFind::IDAStar::searchPathIdaStar(), and Successor().


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


Generated on Thu Aug 7 13:05:21 2003 by Doxygen1.3.1