#include <utilities2.hxx>
Public Types | |
typedef GM::IndexType | IndexType |
Public Member Functions | |
VariableToFactorMapping (const GM &gm) | |
IndexType | operator() (IndexType var) const |
bool | EachVariableHasUnaryFactor () const |
IndexType | numberOfUnaryFactors () const |
Static Public Attributes | |
static const IndexType | InvalidIndex = std::numeric_limits<IndexType>::max() |
Definition at line 22 of file utilities2.hxx.
typedef GM::IndexType trws_base::VariableToFactorMapping< GM >::IndexType |
Definition at line 25 of file utilities2.hxx.
trws_base::VariableToFactorMapping< GM >::VariableToFactorMapping | ( | const GM & | gm | ) | [inline] |
Definition at line 40 of file utilities2.hxx.
bool trws_base::VariableToFactorMapping< GM >::EachVariableHasUnaryFactor | ( | ) | const [inline] |
Definition at line 29 of file utilities2.hxx.
IndexType trws_base::VariableToFactorMapping< GM >::numberOfUnaryFactors | ( | ) | const [inline] |
Definition at line 30 of file utilities2.hxx.
IndexType trws_base::VariableToFactorMapping< GM >::operator() | ( | IndexType | var | ) | const [inline] |
Definition at line 28 of file utilities2.hxx.
const VariableToFactorMapping< GM >::IndexType trws_base::VariableToFactorMapping< GM >::InvalidIndex = std::numeric_limits<IndexType>::max() [inline, static] |
Definition at line 26 of file utilities2.hxx.