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