#include <vnl_numeric_traits.h>

Public Types | |
| typedef unsigned char | abs_t |
| Return value of abs(). More... | |
| typedef 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 char | zero = 0 |
| Additive identity. More... | |
| static constexpr char | one = 1 |
| Multiplicative identity. More... | |
| static constexpr char | maxval = (char(255)<char(0)?char(127):char(255)) |
| Maximum value which this type can assume. More... | |
Definition at line 119 of file vnl_numeric_traits.h.
|
inherited |
Return value of abs().
Definition at line 111 of file vnl_numeric_traits.h.
|
inherited |
Name of a type twice as long as this one for accumulators and products.
Definition at line 113 of file vnl_numeric_traits.h.
|
inherited |
Name of type which results from multiplying this type with a double.
Definition at line 115 of file vnl_numeric_traits.h.
|
staticinherited |
Maximum value which this type can assume.
It is 127 (and not 255) since "char" is not guaranteed to be unsigned.
Definition at line 108 of file vnl_numeric_traits.h.
|
staticinherited |
Multiplicative identity.
Definition at line 98 of file vnl_numeric_traits.h.
|
staticinherited |
Additive identity.
Definition at line 96 of file vnl_numeric_traits.h.
1.8.15