BeliefCacheSet.h
Go to the documentation of this file.
00001 #ifndef BeliefCacheSet_H
00002 #define BeliefCacheSet_H
00003 
00004 #include "Const.h"
00005 #include "BeliefWithState.h"
00006 #include "BeliefCacheRow.h"
00007 
00008 using namespace momdp;
00009 class BeliefCacheSet
00010 {
00011 public:
00012         BeliefCacheSet(void);
00013         virtual ~BeliefCacheSet(void);
00014 
00015         int currentRowCount;
00016         
00017         BeliefCacheRow* getRow(cacherow_stval)
00018         {
00019         }
00020 
00021         bool hasBelief( BeliefWithState& bel)
00022         {
00023         }
00024 
00025         cacherow_stval addBeliefRow( BeliefWithState& bel)
00026         {
00027         }
00028         cacherow_stval addBeliefRowWithoutCheck( BeliefWithState& bel)
00029         {
00030         }
00031         cacherow_stval getBeliefRowIndex( BeliefWithState& bel)
00032         {
00033         }
00034 
00035         int size()
00036         {
00037                 return 0;
00038         }
00039 };
00040 
00041 #endif


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