#include <SmartData.hpp>

Public Member Functions | |
| SmartData () | |
| SmartData (const SmartData &p) | |
| void | CleanAll () |
| SmartData & | operator= (const SmartData &p) |
| int | SerializedLen () |
| void | Serialize (int block, gsmpi::SerializedBuffer &buffer) |
| void | Unserialize (int block, gsmpi::SerializedBuffer &buffer) |
Public Attributes | |
| Array1< Real > | state |
| Array1< Real > | action |
|
inline |
|
inline |
References dmdyn::SmartData< N_dim >::action, and dmdyn::SmartData< N_dim >::state.
|
inline |

|
inline |
References dmdyn::SmartData< N_dim >::action, and dmdyn::SmartData< N_dim >::state.

|
inline |
References gsmpi::SerializedBuffer::AddArr().


|
inline |

|
inline |
References gsmpi::SerializedBuffer::GetArr().


| Array1<Real> dmdyn::SmartData< N_dim >::action |
| Array1<Real> dmdyn::SmartData< N_dim >::state |