![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
The O3Float is part of the AST of the O3PRM language. More...
#include <agrum/PRM/o3prm/O3prm.h>
Public Member Functions | |
O3Float () | |
O3Float (const O3Position &pos, float value) | |
O3Float (const O3Float &src) | |
O3Float (O3Float &&src) | |
~O3Float () | |
O3Float & | operator= (const O3Float &src) |
O3Float & | operator= (O3Float &&src) |
O3Position & | position () |
const O3Position & | position () const |
float & | value () |
float | value () const |
gum::prm::o3prm::O3Float::O3Float | ( | const O3Position & | pos, |
float | value | ||
) |
O3Position & gum::prm::o3prm::O3Float::position | ( | ) |
const O3Position & gum::prm::o3prm::O3Float::position | ( | ) | const |
|
private |