MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
TOIDecMDPDiscrete.h
Go to the documentation of this file.
1
28
/* Only include this header file once. */
29
#ifndef _TOIDECMDPDISCRETE_H_
30
#define _TOIDECMDPDISCRETE_H_ 1
31
32
/* the include directives */
33
#include <iostream>
34
#include "
Globals.h
"
35
#include "
TOIDecPOMDPDiscrete.h
"
36
37
38
41
class
TOIDecMDPDiscrete
:
42
public
TOIDecPOMDPDiscrete
43
{
44
private
:
46
bool
_m_initialized
;
47
48
protected
:
49
50
public
:
51
// Constructor, destructor and copy assignment.
53
TOIDecMDPDiscrete
(
54
std::string name=
"received unspec. by TOI-DecMDPDiscrete"
,
55
std::string descr=
"received unspec. by TOI-DecMDPDiscrete"
,
56
std::string pf=
"received unspec. by TOI-DecMDPDiscrete"
);
58
virtual
~TOIDecMDPDiscrete
();
59
63
bool
SetInitialized
(
bool
b);
64
69
void
CreateStateObservations
();
70
};
71
72
73
#endif
/* !_TOIDECMDPDISCRETE_H_ */
74
75
// Local Variables: ***
76
// mode:c++ ***
77
// End: ***
src
base
TOIDecMDPDiscrete.h
Generated on Mon Sep 23 2013 14:50:05 for MultiAgentDecisionProcess by
1.8.1.2