Main Page   Hardware Class Hierarchy   Hardware API     Mapping Class Hierarchy  Mapping API 

anode.h

Go to the documentation of this file.
00001 #ifndef _NODE_H
00002 #define _NODE_H
00003 #include <types.h>
00004 #include <occupancy_grid.h>
00006 
00017 class ANode
00018 {
00019 public:
00024         word x;
00029         word y;
00034         uint8 valid;
00040         uint8 Gvalue; // was float
00046         uint8 Hvalue; // was float
00051 //      short Fvalue;   // was float
00057         ANode* parent;
00058 };
00059 
00060 #endif

Generated on Mon Oct 8 19:32:18 2007 for OOMRM Mapping API by doxygen1.3