|
libDAI
|
An FRegion is a factor with a counting number. More...
#include <dai/regiongraph.h>
Public Member Functions | |
| FRegion () | |
| Default constructor. | |
| FRegion (const Factor &x, Real c) | |
| Constructs from a factor and a counting number. | |
| const Real & | c () const |
| Returns constant reference to counting number. | |
| Real & | c () |
| Returns reference to counting number. | |
Private Attributes | |
| Real | _c |
| Counting number. | |
An FRegion is a factor with a counting number.
| dai::FRegion::FRegion | ( | ) | [inline] |
Default constructor.
Constructs from a factor and a counting number.
| const Real& dai::FRegion::c | ( | ) | const [inline] |
Returns constant reference to counting number.
| Real& dai::FRegion::c | ( | ) | [inline] |
Returns reference to counting number.
Real dai::FRegion::_c [private] |
Counting number.
1.7.4