#include <dai/regiongraph.h>
Public Member Functions | |
Region () | |
Default constructor. | |
Region (const VarSet &x, Real c) | |
Construct from a set of variables 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. |
dai::Region::Region | ( | ) | [inline] |
Default constructor.
Construct from a set of variables and a counting number.
const Real& dai::Region::c | ( | ) | const [inline] |
Returns constant reference to counting number.
Real& dai::Region::c | ( | ) | [inline] |
Returns reference to counting number.
Real dai::Region::_c [private] |
Counting number.