BackupAlphaPlaneMOMDPLite.h
Go to the documentation of this file.
00001 #ifndef BackupAlphaPlaneMOMDPLite_H
00002 #define BackupAlphaPlaneMOMDPLite_H
00003 
00004 #include "Backup.h"
00005 #include "AlphaPlane.h"
00006 using namespace momdp;
00007 namespace momdp 
00008 {
00009 class BackupAlphaPlaneMOMDPLite : public Backup<AlphaPlane>
00010 {
00011 public:
00012         BackupAlphaPlaneMOMDPLite(void);
00013         virtual ~BackupAlphaPlaneMOMDPLite(void);
00014 
00015         virtual SharedPointer<AlphaPlane> backup(BeliefTreeNode * node);
00016 };
00017 }
00018 #endif
00019 


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