#include <vnl_numeric_traits.h>
Inheritance diagram for vnl_numeric_traits< bool >:

Definition at line 69 of file vnl_numeric_traits.h.
Public Types | |
| typedef unsigned int | abs_t |
| Return value of abs(). | |
| typedef unsigned int | double_t |
| Name of a type twice as long as this one for accumulators and products. | |
| typedef double | real_t |
| Name of type which results from multiplying this type with a double. | |
Static Public Member Functions | |
| static const bool zero | VCL_STATIC_CONST_INIT_INT_DECL (false) |
| Additive identity. | |
| static const bool one | VCL_STATIC_CONST_INIT_INT_DECL (true) |
| Multiplicative identity. | |
| static const bool maxval | VCL_STATIC_CONST_INIT_INT_DECL (true) |
| Maximum value which this type can assume. | |
| typedef unsigned int vnl_numeric_traits< bool >::abs_t |
| typedef unsigned int vnl_numeric_traits< bool >::double_t |
Name of a type twice as long as this one for accumulators and products.
Definition at line 81 of file vnl_numeric_traits.h.
| typedef double vnl_numeric_traits< bool >::real_t |
Name of type which results from multiplying this type with a double.
Definition at line 83 of file vnl_numeric_traits.h.
| static const bool zero vnl_numeric_traits< bool >::VCL_STATIC_CONST_INIT_INT_DECL | ( | false | ) | [static] |
Additive identity.
| static const bool one vnl_numeric_traits< bool >::VCL_STATIC_CONST_INIT_INT_DECL | ( | true | ) | [static] |
Multiplicative identity.
| static const bool maxval vnl_numeric_traits< bool >::VCL_STATIC_CONST_INIT_INT_DECL | ( | true | ) | [static] |
Maximum value which this type can assume.
1.5.1