Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

edge Struct Reference

#include <PathPlanner.h>


Detailed Description

Definition at line 61 of file PathPlanner.h.

List of all members.

Public Member Functions

 edge (state &_from, state &_to, unsigned int _cost)
 edge (const edge &l)
edgeoperator= (const edge &l)

Public Attributes

statefrom
stateto
unsigned int cost

Constructor & Destructor Documentation

edge ( state _from,
state _to,
unsigned int  _cost 
)

Definition at line 64 of file PathPlanner.h.

edge ( const edge l  ) 

Definition at line 65 of file PathPlanner.h.


Member Function Documentation

edge& operator= ( const edge l  ) 

Definition at line 66 of file PathPlanner.h.


Member Data Documentation

unsigned int cost

Definition at line 63 of file PathPlanner.h.

Referenced by PathPlanner::findPath(), lessCost::operator()(), and edge::operator=().

Definition at line 62 of file PathPlanner.h.

Referenced by PathPlanner::findPath(), and edge::operator=().

state * to

Definition at line 62 of file PathPlanner.h.

Referenced by PathPlanner::findPath(), and edge::operator=().


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

DualCoding 5.1CVS
Generated Fri Mar 16 05:23:52 2012 by Doxygen 1.6.3