#include <JunctionTree-inst.h>
Classes | |
class | SymbolicFactors |
Public Types | |
typedef JunctionTree< BAYESTREE, GRAPH >::Node | Node |
typedef JunctionTree< BAYESTREE, GRAPH >::sharedNode | sharedNode |
Public Member Functions | |
ConstructorTraversalData (ConstructorTraversalData *_parentData) | |
Static Public Member Functions | |
static void | ConstructorTraversalVisitorPostAlg2 (const std::shared_ptr< ETREE_NODE > &ETreeNode, const ConstructorTraversalData &myData) |
static ConstructorTraversalData | ConstructorTraversalVisitorPre (const std::shared_ptr< ETREE_NODE > &node, ConstructorTraversalData &parentData) |
Definition at line 31 of file JunctionTree-inst.h.
typedef JunctionTree<BAYESTREE, GRAPH>::Node gtsam::ConstructorTraversalData< BAYESTREE, GRAPH, ETREE_NODE >::Node |
Definition at line 32 of file JunctionTree-inst.h.
typedef JunctionTree<BAYESTREE, GRAPH>::sharedNode gtsam::ConstructorTraversalData< BAYESTREE, GRAPH, ETREE_NODE >::sharedNode |
Definition at line 33 of file JunctionTree-inst.h.
|
inline |
Definition at line 44 of file JunctionTree-inst.h.
|
inlinestatic |
Definition at line 63 of file JunctionTree-inst.h.
|
inlinestatic |
Definition at line 49 of file JunctionTree-inst.h.
FastVector<SymbolicConditional::shared_ptr> gtsam::ConstructorTraversalData< BAYESTREE, GRAPH, ETREE_NODE >::childSymbolicConditionals |
Definition at line 37 of file JunctionTree-inst.h.
FastVector<SymbolicFactor::shared_ptr> gtsam::ConstructorTraversalData< BAYESTREE, GRAPH, ETREE_NODE >::childSymbolicFactors |
Definition at line 38 of file JunctionTree-inst.h.
sharedNode gtsam::ConstructorTraversalData< BAYESTREE, GRAPH, ETREE_NODE >::junctionTreeNode |
Definition at line 36 of file JunctionTree-inst.h.
ConstructorTraversalData* const gtsam::ConstructorTraversalData< BAYESTREE, GRAPH, ETREE_NODE >::parentData |
Definition at line 35 of file JunctionTree-inst.h.