golib
0.5
|
Node base class for variable and factor nodes for goFactorGraph. More...
#include <gofactorgraph.h>
Public Types | |
enum | Type { VARIABLE, FACTOR } |
![]() | |
enum | Status |
Public Member Functions | |
Type | getType () const |
virtual void | reset () |
Public Attributes | |
T | value |
goSize_t | pass |
![]() | |
enum goGraphNode< goFGEdge< T, Tfloat > >::Status | status |
goFixedArray< goFGEdge< T, Tfloat > * > | adj |
goIndex_t | parent |
Protected Member Functions | |
void | setType (Type t) |
goFGNode (goSize_t edgeCount) | |
![]() | |
goGraphNode (goSize_t edgeCount) | |
Node base class for variable and factor nodes for goFactorGraph.