Defines | Typedefs
Const.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define alpha_vector   DenseVector
#define BELIEF_DECIMAL_PRECISION   9
#define belief_vector   SparseVector
#define CV_INDEX(v)   (__cv_i->index)
#define CV_VAL(v)   (__cv_i->value)
#define DEBUG_LOG(v)
#define DEBUG_TRACE(v)
#define DEBUG_TRACE1(v)
#define FOR(i, n)   for (unsigned int i=0, __n = (n); i<__n; i++)
#define FOR_CV(v)   for ( std::vector<SparseVector_Entry>::const_iterator __cv_i=v.data.begin(); __cv_i != v.data.end(); __cv_i++)
#define FOREACH(type, elt, collection)   for (std::vector<type>::const_iterator elt=(collection).begin(), __end=(collection).end(); elt != __end; elt++)
#define FOREACH_NOCONST(type, elt, collection)   for (std::vector<type>::iterator elt=(collection).begin(), __end=(collection).end(); elt != __end; elt++)
#define LISTFOREACH(type, elt, collection)   for (std::list<type>::const_iterator elt=(collection).begin(), __end=(collection).end(); elt != __end; elt++)
#define LISTFOREACH_NOCONST(type, elt, collection)   for (std::list<type>::iterator elt=(collection).begin(), __end=(collection).end(); elt != __end; elt++)
#define OBS_IS_ZERO_EPS   (1e-10)
#define obs_prob_vector   SparseVector
#define obsState_prob_vector   SparseVector
#define outcome_prob_vector   SparseVector
#define SPARSE_EPS   (1e-10)
#define state_vector   SparseVector
#define ZMDP_BOUNDS_PRUNE_EPS   (1e-10)

Typedefs

typedef double REAL_VALUE
typedef int state_val

Define Documentation

#define alpha_vector   DenseVector

Definition at line 52 of file Const.h.

#define BELIEF_DECIMAL_PRECISION   9

Definition at line 6 of file Const.h.

#define belief_vector   SparseVector

Definition at line 41 of file Const.h.

#define CV_INDEX (   v)    (__cv_i->index)

Definition at line 34 of file Const.h.

#define CV_VAL (   v)    (__cv_i->value)

Definition at line 33 of file Const.h.

#define DEBUG_LOG (   v)

Definition at line 68 of file Const.h.

#define DEBUG_TRACE (   v)

Definition at line 61 of file Const.h.

#define DEBUG_TRACE1 (   v)

Definition at line 75 of file Const.h.

#define FOR (   i,
 
)    for (unsigned int i=0, __n = (n); i<__n; i++)

Definition at line 26 of file Const.h.

#define FOR_CV (   v)    for ( std::vector<SparseVector_Entry>::const_iterator __cv_i=v.data.begin(); __cv_i != v.data.end(); __cv_i++)

Definition at line 30 of file Const.h.

#define FOREACH (   type,
  elt,
  collection 
)    for (std::vector<type>::const_iterator elt=(collection).begin(), __end=(collection).end(); elt != __end; elt++)

Definition at line 17 of file Const.h.

#define FOREACH_NOCONST (   type,
  elt,
  collection 
)    for (std::vector<type>::iterator elt=(collection).begin(), __end=(collection).end(); elt != __end; elt++)

Definition at line 9 of file Const.h.

#define LISTFOREACH (   type,
  elt,
  collection 
)    for (std::list<type>::const_iterator elt=(collection).begin(), __end=(collection).end(); elt != __end; elt++)

Definition at line 21 of file Const.h.

#define LISTFOREACH_NOCONST (   type,
  elt,
  collection 
)    for (std::list<type>::iterator elt=(collection).begin(), __end=(collection).end(); elt != __end; elt++)

Definition at line 13 of file Const.h.

#define OBS_IS_ZERO_EPS   (1e-10)

Definition at line 37 of file Const.h.

#define obs_prob_vector   SparseVector

Definition at line 49 of file Const.h.

#define obsState_prob_vector   SparseVector

Definition at line 50 of file Const.h.

#define outcome_prob_vector   SparseVector

Definition at line 48 of file Const.h.

#define SPARSE_EPS   (1e-10)

Definition at line 36 of file Const.h.

#define state_vector   SparseVector

Definition at line 40 of file Const.h.

#define ZMDP_BOUNDS_PRUNE_EPS   (1e-10)

Definition at line 38 of file Const.h.


Typedef Documentation

typedef double REAL_VALUE

Definition at line 5 of file Const.h.

typedef int state_val

Definition at line 55 of file Const.h.



appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29