#include <ClusterTree-inst.h>
Classes | |
class | EliminationPostOrderVisitor |
Public Types | |
typedef CLUSTERTREE::BayesTreeType::Node | BTNode |
typedef CLUSTERTREE::ConditionalType | ConditionalType |
typedef CLUSTERTREE::FactorGraphType | FactorGraphType |
typedef CLUSTERTREE::FactorType | FactorType |
typedef CLUSTERTREE::sharedFactor | sharedFactor |
Public Member Functions | |
EliminationData (EliminationData *_parentData, size_t nChildren) | |
Static Public Member Functions | |
static EliminationData | EliminationPreOrderVisitor (const typename CLUSTERTREE::sharedNode &node, EliminationData &parentData) |
Public Attributes | |
std::shared_ptr< BTNode > | bayesTreeNode |
FastVector< sharedFactor > | childFactors |
size_t | myIndexInParent |
EliminationData *const | parentData |
Definition at line 151 of file ClusterTree-inst.h.
typedef CLUSTERTREE::BayesTreeType::Node gtsam::EliminationData< CLUSTERTREE >::BTNode |
Definition at line 157 of file ClusterTree-inst.h.
typedef CLUSTERTREE::ConditionalType gtsam::EliminationData< CLUSTERTREE >::ConditionalType |
Definition at line 156 of file ClusterTree-inst.h.
typedef CLUSTERTREE::FactorGraphType gtsam::EliminationData< CLUSTERTREE >::FactorGraphType |
Definition at line 155 of file ClusterTree-inst.h.
typedef CLUSTERTREE::FactorType gtsam::EliminationData< CLUSTERTREE >::FactorType |
Definition at line 154 of file ClusterTree-inst.h.
typedef CLUSTERTREE::sharedFactor gtsam::EliminationData< CLUSTERTREE >::sharedFactor |
Definition at line 153 of file ClusterTree-inst.h.
|
inline |
Definition at line 167 of file ClusterTree-inst.h.
|
inlinestatic |
Definition at line 194 of file ClusterTree-inst.h.
std::shared_ptr<BTNode> gtsam::EliminationData< CLUSTERTREE >::bayesTreeNode |
Definition at line 162 of file ClusterTree-inst.h.
FastVector<sharedFactor> gtsam::EliminationData< CLUSTERTREE >::childFactors |
Definition at line 161 of file ClusterTree-inst.h.
size_t gtsam::EliminationData< CLUSTERTREE >::myIndexInParent |
Definition at line 160 of file ClusterTree-inst.h.
EliminationData* const gtsam::EliminationData< CLUSTERTREE >::parentData |
Definition at line 159 of file ClusterTree-inst.h.