
Public Member Functions | |
| IGraph (std::vector< T * > &factorNodes) | |
| Constructor. More... | |
| ~IGraph () | |
| Destructor. More... | |
| virtual void | ComputeMarginal (int numIter, double tolerance=1e-6f)=0 |
Protected Attributes | |
| std::vector< T * > | factorList |
| std::vector< U * > | variableList |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, unsigned int version) |
Friends | |
| class | boost::serialization::access |
Definition at line 21 of file FgIGraph.h.
|
inline |
Constructor.
Admin, 8/16/2017.
| factorNodes | [in,out] If non-null, the factor nodes. |
Definition at line 32 of file FgIGraph.h.
|
inline |
|
inlineprivate |
Definition at line 51 of file FgIGraph.h.
|
friend |
Definition at line 48 of file FgIGraph.h.
|
protected |
Definition at line 44 of file FgIGraph.h.
|
protected |
Definition at line 45 of file FgIGraph.h.