|
golib
0.5
|
Public Member Functions | |
| MyFactor (goSize_t n) | |
| float | my_f (const goVector< goSize_t > &X) |
Public Member Functions inherited from goFGNodeFactor< goSize_t, float > | |
| goFGNodeFactor (goSize_t edgeCount) | |
| float | operator() (const goMath::Vector< goSize_t > &X) |
| float | operator() () const |
| float | dummyFactor (const goMath::Vector< goSize_t > &X) |
| goFunctorBase1< float, const goMath::Vector< goSize_t > & > * | getFunctor () |
| void | setFunctor (goFunctorBase1< float, const goMath::Vector< goSize_t > & > *f) |
| goMath::Matrix< goSize_t > & | getMaxX () |
Public Member Functions inherited from goFGNode< goSize_t, float > | |
| Type | getType () const |
| virtual void | reset () |
Public Attributes | |
| goAutoPtr< goFunctor1< float, MyFactor, const goVector< goSize_t > & > > | ff |
Public Attributes inherited from goFGNode< goSize_t, float > | |
| goSize_t | value |
| goSize_t | pass |
Public Attributes inherited from goGraphNode< goFGEdge< goSize_t, float > > | |
| enum goGraphNode< goFGEdge< goSize_t, float > >::Status | status |
| goFixedArray< goFGEdge< goSize_t, float > * > | adj |
| goIndex_t | parent |
Additional Inherited Members | |
Public Types inherited from goFGNode< goSize_t, float > | |
| enum | Type |
Public Types inherited from goGraphNode< goFGEdge< goSize_t, float > > | |
| enum | Status |
Protected Member Functions inherited from goFGNode< goSize_t, float > | |
| void | setType (Type t) |
| goFGNode (goSize_t edgeCount) | |
Protected Member Functions inherited from goGraphNode< goFGEdge< goSize_t, float > > | |
| goGraphNode (goSize_t edgeCount) | |