AlphaPlaneMaxMeta.h
Go to the documentation of this file.
00001 
00007 #ifndef ALPHAPLANEMAXMETA_H
00008 #define ALPHAPLANEMAXMETA_H
00009 
00010 
00011 using namespace std;
00012 namespace momdp{
00013 
00014         /**********************************************
00015         AlphaPlaneMaxMeta class definition
00016         Meta infomation about AlphaPlane's max attribute
00017         **********************************************/
00018         class AlphaPlaneMaxMeta
00019         {
00020         public:
00021                 //fields
00022                 //BeliefTreeNode* belief;
00023                 int cacheIndex;
00024                 int timestamp;
00025                 double lastLB;
00026         };
00027 };
00028 
00029 #endif
00030 


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:28