Tree class and TreeIterator class.
More...
|
typedef std::vector< double > | v_dbl |
| Vector of doubles.
|
|
typedef std::vector< v_dbl > | vv_dbl |
| Vector of vector of doubles.
|
|
typedef unsigned int | uint |
| Unsigned integer.
|
|
typedef std::vector< uint > | v_uint |
| A vector of unsigned integers.
|
|
typedef std::vector< v_uint > | vv_uint |
| A vector of unsigned integer vectors.
|
|
typedef std::vector< bool > | v_bool |
| A vector of logicals.
|
|
typedef v_uint::const_iterator | v_uint_iter |
|
|
template<class T > |
uint | find_in_vector (const std::vector< T > *x, T value) |
|
Tree class and TreeIterator class.