#include <trws_base.hxx>
Definition at line 15 of file trws_base.hxx.
typedef GM trws_base::DecompositionStorage< GM >::GraphicalModelType |
Definition at line 18 of file trws_base.hxx.
typedef GM::IndexType trws_base::DecompositionStorage< GM >::IndexType |
Definition at line 21 of file trws_base.hxx.
typedef GM::LabelType trws_base::DecompositionStorage< GM >::LabelType |
Definition at line 22 of file trws_base.hxx.
typedef SequenceStorage<GM> trws_base::DecompositionStorage< GM >::SubModel |
Definition at line 19 of file trws_base.hxx.
typedef MonotoneChainsDecomposition<GM>::SubVariable trws_base::DecompositionStorage< GM >::SubVariable |
Definition at line 23 of file trws_base.hxx.
typedef MonotoneChainsDecomposition<GM>::SubVariableListType trws_base::DecompositionStorage< GM >::SubVariableListType |
Definition at line 24 of file trws_base.hxx.
typedef SubModel::UnaryFactor trws_base::DecompositionStorage< GM >::UnaryFactor |
Definition at line 25 of file trws_base.hxx.
typedef GM::ValueType trws_base::DecompositionStorage< GM >::ValueType |
Definition at line 20 of file trws_base.hxx.
typedef VariableToFactorMapping<GM> trws_base::DecompositionStorage< GM >::VariableToFactorMap |
Definition at line 27 of file trws_base.hxx.
enum trws_base::DecompositionStorage::StructureType |
Definition at line 26 of file trws_base.hxx.
trws_base::DecompositionStorage< GM >::DecompositionStorage | ( | const GM & | gm, | |
StructureType | structureType = GENERALSTRUCTURE | |||
) | [inline] |
Definition at line 828 of file trws_base.hxx.
trws_base::DecompositionStorage< GM >::~DecompositionStorage | ( | ) | [inline] |
Definition at line 839 of file trws_base.hxx.
StructureType trws_base::DecompositionStorage< GM >::getStructureType | ( | ) | const [inline] |
Definition at line 41 of file trws_base.hxx.
const SubVariableListType& trws_base::DecompositionStorage< GM >::getSubVariableList | ( | IndexType | varId | ) | const [inline] |
Definition at line 40 of file trws_base.hxx.
const GM& trws_base::DecompositionStorage< GM >::masterModel | ( | ) | const [inline] |
LabelType trws_base::DecompositionStorage< GM >::numberOfLabels | ( | IndexType | varId | ) | const [inline] |
Definition at line 33 of file trws_base.hxx.
IndexType trws_base::DecompositionStorage< GM >::numberOfModels | ( | ) | const [inline] |
Definition at line 34 of file trws_base.hxx.
IndexType trws_base::DecompositionStorage< GM >::numberOfSharedVariables | ( | ) | const [inline] |
Definition at line 35 of file trws_base.hxx.
IndexType trws_base::DecompositionStorage< GM >::size | ( | IndexType | subModelId | ) | const [inline] |
Definition at line 38 of file trws_base.hxx.
const SubModel& trws_base::DecompositionStorage< GM >::subModel | ( | IndexType | modelId | ) | const [inline] |
Definition at line 37 of file trws_base.hxx.
SubModel& trws_base::DecompositionStorage< GM >::subModel | ( | IndexType | modelId | ) | [inline] |
Definition at line 36 of file trws_base.hxx.