QTable implements QTableInterface using a full matrix.
More...
#include <QTable.h>
Public Member Functions |
virtual QTable * | Clone () const |
| Returns a pointer to a copy of this class.
|
virtual double | Get (Index s_i, Index ja_i) const |
| Copy assignment operator.
|
| QTable () |
| (default) Constructor
|
| QTable (size_t S, size_t A) |
| QTable (const QTable &a) |
| Copy constructor.
|
virtual void | Set (Index s_i, Index ja_i, double rew) |
virtual | ~QTableInterface () |
Detailed Description
QTable implements QTableInterface using a full matrix.
Definition at line 40 of file QTable.h.
Constructor & Destructor Documentation
QTable::QTable |
( |
size_t |
S, |
|
|
size_t |
A |
|
) |
| |
|
inline |
QTable::QTable |
( |
const QTable & |
a | ) |
|
|
inline |
Copy constructor.
Definition at line 58 of file QTable.h.
Member Function Documentation
virtual QTable* QTable::Clone |
( |
| ) |
const |
|
inlinevirtual |
virtual double QTable::Get |
( |
Index |
s_i, |
|
|
Index |
ja_i |
|
) |
| const |
|
inlinevirtual |
virtual void QTable::Set |
( |
Index |
s_i, |
|
|
Index |
ja_i, |
|
|
double |
rew |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: