Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

state Struct Reference

#include <PathPlanner.h>


Detailed Description

Definition at line 47 of file PathPlanner.h.

List of all members.

Public Member Functions

 state (location _loc, int lm1, int lm2)
 state (location _loc, std::pair< int, int > _lms)
 state (const state &s)
stateoperator= (const state &s)

Public Attributes

location loc
unsigned int cost
std::pair< int, int > lms
statedst

Constructor & Destructor Documentation

state ( location  _loc,
int  lm1,
int  lm2 
)

Definition at line 52 of file PathPlanner.h.

state ( location  _loc,
std::pair< int, int >  _lms 
)

Definition at line 54 of file PathPlanner.h.

state ( const state s  ) 

Definition at line 56 of file PathPlanner.h.


Member Function Documentation

state& operator= ( const state s  ) 

Definition at line 58 of file PathPlanner.h.


Member Data Documentation

Definition at line 51 of file PathPlanner.h.

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

std::pair<int,int> lms

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