#include <vnl_numeric_traits.h>

Public Types | |
| typedef unsigned int | abs_t |
| Return value of abs(). More... | |
| typedef unsigned long | 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 int | zero = 0 |
| Additive identity. More... | |
| static constexpr unsigned int | one = 1 |
| Multiplicative identity. More... | |
| static constexpr unsigned int | maxval = 0xffffffff |
| Maximum value which this type can assume. More... | |
Definition at line 245 of file vnl_numeric_traits.h.
|
inherited |
Return value of abs().
Definition at line 237 of file vnl_numeric_traits.h.
|
inherited |
Name of a type twice as long as this one for accumulators and products.
Definition at line 239 of file vnl_numeric_traits.h.
|
inherited |
Name of type which results from multiplying this type with a double.
Definition at line 241 of file vnl_numeric_traits.h.
|
staticinherited |
Maximum value which this type can assume.
Definition at line 235 of file vnl_numeric_traits.h.
|
staticinherited |
Multiplicative identity.
Definition at line 233 of file vnl_numeric_traits.h.
|
staticinherited |
Additive identity.
Definition at line 231 of file vnl_numeric_traits.h.
1.8.15