MultiAgentDecisionProcess
|
The BoundTransitionProbFunctor class binds the "ComputeTransitionProb" function to a templated object. More...
#include <MultiAgentDecisionProcessDiscreteFactoredStates.h>
Public Member Functions | |
BoundTransitionProbFunctor (TF *tf_ptr, double(TF::*func_ptr)(Index, Index, const std::vector< Index > &, const std::vector< Index > &, const std::vector< Index > &) const) | |
double | operator() (Index y, Index yVal, const std::vector< Index > &Xs, const std::vector< Index > &As, const std::vector< Index > &Ys) const |
Private Attributes | |
double(TF::* | _m_func )(Index, Index, const std::vector< Index > &, const std::vector< Index > &, const std::vector< Index > &) const |
TF * | _m_tf |
The BoundTransitionProbFunctor class binds the "ComputeTransitionProb" function to a templated object.
|
inline |
|
private |