#include <vnl_numeric_traits.h>

Public Types | |
| typedef unsigned char | abs_t |
| Return value of abs(). More... | |
| typedef unsigned short | double_t |
| Name of a type twice as long as this one for accumulators and products. More... | |
| typedef double | real_t |
| Name of type which results from multiplying this type with a double. More... | |
Static Public Attributes | |
| static constexpr unsigned char | zero = 0 |
| Additive identity. More... | |
| static constexpr unsigned char | one = 1 |
| Multiplicative identity. More... | |
| static constexpr unsigned char | maxval = 255 |
| Maximum value which this type can assume. More... | |
Definition at line 122 of file vnl_numeric_traits.h.
| typedef unsigned char vnl_numeric_traits< unsigned char >::abs_t |
Return value of abs().
Definition at line 132 of file vnl_numeric_traits.h.
| typedef unsigned short vnl_numeric_traits< unsigned char >::double_t |
Name of a type twice as long as this one for accumulators and products.
Definition at line 134 of file vnl_numeric_traits.h.
| typedef double vnl_numeric_traits< unsigned char >::real_t |
Name of type which results from multiplying this type with a double.
Definition at line 136 of file vnl_numeric_traits.h.
|
static |
Maximum value which this type can assume.
Definition at line 130 of file vnl_numeric_traits.h.
|
static |
Multiplicative identity.
Definition at line 128 of file vnl_numeric_traits.h.
|
static |
Additive identity.
Definition at line 126 of file vnl_numeric_traits.h.
1.8.15