#include <trws_decomposition.hxx>
Public Types | |
typedef Decomposition< GM > | parent |
typedef parent::IndexType | IndexType |
typedef parent::LabelType | LabelType |
typedef parent::IndexList | IndexList |
typedef parent::SubVariable | SubVariable |
typedef parent::SubVariableListType | SubVariableListType |
Public Member Functions | |
MonotoneChainsDecomposition (const GM &gm, IndexType numSubModels=0) | |
numSubModels - ESTIMATED number of submodels to optimize memory allocation | |
Protected Member Functions | |
void | _GetMaximalMonotoneSequence (typename parent::NodeList *pnodesList, IndexType start) |
Definition at line 72 of file trws_decomposition.hxx.
typedef parent::IndexList trws_base::MonotoneChainsDecomposition< GM >::IndexList |
Reimplemented from trws_base::Decomposition< GM >.
Definition at line 78 of file trws_decomposition.hxx.
typedef parent::IndexType trws_base::MonotoneChainsDecomposition< GM >::IndexType |
Reimplemented from trws_base::Decomposition< GM >.
Definition at line 76 of file trws_decomposition.hxx.
typedef parent::LabelType trws_base::MonotoneChainsDecomposition< GM >::LabelType |
Reimplemented from trws_base::Decomposition< GM >.
Definition at line 77 of file trws_decomposition.hxx.
typedef Decomposition<GM> trws_base::MonotoneChainsDecomposition< GM >::parent |
Definition at line 75 of file trws_decomposition.hxx.
typedef parent::SubVariable trws_base::MonotoneChainsDecomposition< GM >::SubVariable |
Reimplemented from trws_base::Decomposition< GM >.
Definition at line 79 of file trws_decomposition.hxx.
typedef parent::SubVariableListType trws_base::MonotoneChainsDecomposition< GM >::SubVariableListType |
Reimplemented from trws_base::Decomposition< GM >.
Definition at line 80 of file trws_decomposition.hxx.
trws_base::MonotoneChainsDecomposition< GM >::MonotoneChainsDecomposition | ( | const GM & | gm, | |
IndexType | numSubModels = 0 | |||
) | [inline] |
numSubModels - ESTIMATED number of submodels to optimize memory allocation
Definition at line 165 of file trws_decomposition.hxx.
void trws_base::MonotoneChainsDecomposition< GM >::_GetMaximalMonotoneSequence | ( | typename parent::NodeList * | pnodesList, | |
IndexType | start | |||
) | [inline, protected] |
Definition at line 318 of file trws_decomposition.hxx.