golib  0.5
goFGNode< T, Tfloat > Class Template Reference

Node base class for variable and factor nodes for goFactorGraph. More...

#include <gofactorgraph.h>

Public Types

enum  Type { VARIABLE, FACTOR }
 
- Public Types inherited from goGraphNode< goFGEdge< T, Tfloat > >
enum  Status
 

Public Member Functions

Type getType () const
 
virtual void reset ()
 

Public Attributes

value
 
goSize_t pass
 
- Public Attributes inherited from goGraphNode< goFGEdge< T, Tfloat > >
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)
 
- Protected Member Functions inherited from goGraphNode< goFGEdge< T, Tfloat > >
 goGraphNode (goSize_t edgeCount)
 

Detailed Description

template<class T, class Tfloat>
class goFGNode< T, Tfloat >

Node base class for variable and factor nodes for goFactorGraph.


The documentation for this class was generated from the following file: