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

PathFind::AStarNode::Compare Class Reference

#include <astar.h>

List of all members.


Detailed Description

Function object for comparing nodes in the open queue.

Definition at line 32 of file astar.h.

Public Member Functions

virtual ~Compare ()
bool operator() (const AStarNode &node1, const AStarNode &node2)


Constructor & Destructor Documentation

AStarNode::Compare::~Compare  )  [virtual]
 

Definition at line 23 of file astar.cpp.


Member Function Documentation

bool AStarNode::Compare::operator() const AStarNode node1,
const AStarNode node2
 

Definition at line 28 of file astar.cpp.

References PathFind::AStarNode::m_f, and PathFind::AStarNode::m_g.


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


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