Go to the source code of this file.
Functions | |
const bool vnl_numeric_traits < bool >::zero | VCL_STATIC_CONST_INIT_INT_DEFN (false) |
const char vnl_numeric_traits < char >::zero | VCL_STATIC_CONST_INIT_INT_DEFN (0) |
const bool vnl_numeric_traits < bool >::one | VCL_STATIC_CONST_INIT_INT_DEFN (true) |
const char vnl_numeric_traits < char >::one | VCL_STATIC_CONST_INIT_INT_DEFN (1) |
const char vnl_numeric_traits < char >::maxval | VCL_STATIC_CONST_INIT_INT_DEFN (char(255)< 0?127:255) |
const unsigned char vnl_numeric_traits< unsigned char >::maxval | VCL_STATIC_CONST_INIT_INT_DEFN (255) |
const signed char vnl_numeric_traits< signed char >::maxval | VCL_STATIC_CONST_INIT_INT_DEFN (127) |
const float vnl_numeric_traits < float >::zero | VCL_STATIC_CONST_INIT_FLOAT_DEFN (0.0F) |
const float vnl_numeric_traits < float >::one | VCL_STATIC_CONST_INIT_FLOAT_DEFN (1.0F) |
const float vnl_numeric_traits < float >::maxval | VCL_STATIC_CONST_INIT_FLOAT_DEFN (3.40282346638528860e+38F) |
const double vnl_numeric_traits< double > ::maxval | VCL_STATIC_CONST_INIT_FLOAT_DEFN (1.7976931348623157E+308) |
Definition in file vnl_numeric_traits.cxx.
const float vnl_numeric_traits<float>::zero VCL_STATIC_CONST_INIT_FLOAT_DEFN | ( | 0. | 0F | ) |
const float vnl_numeric_traits<float>::one VCL_STATIC_CONST_INIT_FLOAT_DEFN | ( | 1. | 0F | ) |
const float vnl_numeric_traits<float>::maxval VCL_STATIC_CONST_INIT_FLOAT_DEFN | ( | 3.40282346638528860e+ | 38F | ) |
const long double vnl_numeric_traits< long double >::maxval VCL_STATIC_CONST_INIT_FLOAT_DEFN | ( | 1.7976931348623157E+ | 308 | ) |
const bool vnl_numeric_traits<bool>::zero VCL_STATIC_CONST_INIT_INT_DEFN | ( | false | ) |
const unsigned long vnl_numeric_traits< unsigned long >::zero VCL_STATIC_CONST_INIT_INT_DEFN | ( | 0 | ) |
const bool vnl_numeric_traits< bool >::maxval VCL_STATIC_CONST_INIT_INT_DEFN | ( | true | ) |
const unsigned long vnl_numeric_traits< unsigned long >::one VCL_STATIC_CONST_INIT_INT_DEFN | ( | 1 | ) |
const char vnl_numeric_traits<char>::maxval VCL_STATIC_CONST_INIT_INT_DEFN | ( | ) |
const unsigned char vnl_numeric_traits<unsigned char>::maxval VCL_STATIC_CONST_INIT_INT_DEFN | ( | 255 | ) |
const signed char vnl_numeric_traits<signed char>::maxval VCL_STATIC_CONST_INIT_INT_DEFN | ( | 127 | ) |