#include <vnl_numeric_traits.h>
Inheritance diagram for vnl_numeric_traits< unsigned short >:

Definition at line 194 of file vnl_numeric_traits.h.
Public Types | |
| typedef unsigned short | 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 unsigned short zero | VCL_STATIC_CONST_INIT_INT_DECL (0) |
| Additive identity. | |
| static const unsigned short one | VCL_STATIC_CONST_INIT_INT_DECL (1) |
| Multiplicative identity. | |
Static Public Attributes | |
| static const unsigned short | maxval |
| Maximum value which this type can assume. | |
| typedef unsigned short vnl_numeric_traits< unsigned short >::abs_t |
| typedef unsigned int vnl_numeric_traits< unsigned short >::double_t |
Name of a type twice as long as this one for accumulators and products.
Definition at line 206 of file vnl_numeric_traits.h.
| typedef double vnl_numeric_traits< unsigned short >::real_t |
Name of type which results from multiplying this type with a double.
Definition at line 208 of file vnl_numeric_traits.h.
| static const unsigned short zero vnl_numeric_traits< unsigned short >::VCL_STATIC_CONST_INIT_INT_DECL | ( | 0 | ) | [static] |
Additive identity.
| static const unsigned short one vnl_numeric_traits< unsigned short >::VCL_STATIC_CONST_INIT_INT_DECL | ( | 1 | ) | [static] |
Multiplicative identity.
const unsigned short vnl_numeric_traits< unsigned short >::maxval [static] |
1.5.1