Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_numeric_limits< unsigned long > Class Reference

#include <vnl_numeric_limits.h>

List of all members.

Static Public Methods

unsigned int min ()
unsigned int max ()
const int digits VCL_STATIC_CONST_INIT_INT (sizeof(unsigned long)*8)
const int digits10 VCL_STATIC_CONST_INIT_INT ((digits *301)/1000)
int epsilon ()
int round_error ()
int infinity ()
int quiet_NaN ()
int signaling_NaN ()
int denorm_min ()

Static Public Attributes

const bool is_specialized = true
const bool is_signed = false
const bool is_integer = true
const bool is_exact = true
const int radix = 2
const int min_exponent = -31
const int min_exponent10 = -9
const int max_exponent = 31
const int max_exponent10 = 9
const bool has_infinity = false
const bool has_quiet_NaN = false
const bool has_signaling_NaN = false
const bool has_denorm = false
const bool is_iec559 = false
const bool is_bounded = true
const bool is_modulo = true
const bool traps = false
const bool tinyness_before = false
const vnl_float_round_style round_style = vnl_round_toward_zero


Member Function Documentation

int vnl_numeric_limits< unsigned long >::denorm_min   [inline, static]
 

Definition at line 357 of file vnl_numeric_limits.h.

References vnl_numeric_limits< T >::has_signaling_NaN.

int vnl_numeric_limits< unsigned long >::epsilon   [inline, static]
 

Definition at line 344 of file vnl_numeric_limits.h.

References vnl_numeric_limits< T >::digits, and vnl_numeric_limits< T >::digits10.

int vnl_numeric_limits< unsigned long >::infinity   [inline, static]
 

Definition at line 354 of file vnl_numeric_limits.h.

References vnl_numeric_limits< T >::has_infinity, vnl_numeric_limits< T >::has_quiet_NaN, and vnl_numeric_limits< T >::max_exponent10.

unsigned int vnl_numeric_limits< unsigned long >::max void    [inline, static]
 

Definition at line 337 of file vnl_numeric_limits.h.

unsigned int vnl_numeric_limits< unsigned long >::min void    [inline, static]
 

Definition at line 336 of file vnl_numeric_limits.h.

int vnl_numeric_limits< unsigned long >::quiet_NaN   [static]
 

int vnl_numeric_limits< unsigned long >::round_error   [inline, static]
 

Definition at line 345 of file vnl_numeric_limits.h.

References vnl_numeric_limits< T >::is_signed.

int vnl_numeric_limits< unsigned long >::signaling_NaN   [static]
 

const int digits10 vnl_numeric_limits< unsigned long >::VCL_STATIC_CONST_INIT_INT (digits *301)/    1000 [static]
 

const int digits vnl_numeric_limits< unsigned long >::VCL_STATIC_CONST_INIT_INT sizeof(unsigned long)*    8 [static]
 


Member Data Documentation

const bool vnl_numeric_limits< unsigned long >::has_denorm = false [static]
 

Definition at line 353 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::has_infinity = false [static]
 

Definition at line 350 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::has_quiet_NaN = false [static]
 

Definition at line 351 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::has_signaling_NaN = false [static]
 

Definition at line 352 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::is_bounded = true [static]
 

Definition at line 359 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::is_exact = true [static]
 

Definition at line 342 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::is_iec559 = false [static]
 

Definition at line 358 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::is_integer = true [static]
 

Definition at line 341 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::is_modulo = true [static]
 

Definition at line 360 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::is_signed = false [static]
 

Definition at line 340 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::is_specialized = true [static]
 

Definition at line 335 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< unsigned long >::max_exponent = 31 [static]
 

Definition at line 348 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< unsigned long >::max_exponent10 = 9 [static]
 

Definition at line 349 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< unsigned long >::min_exponent = -31 [static]
 

Definition at line 346 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< unsigned long >::min_exponent10 = -9 [static]
 

Definition at line 347 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< unsigned long >::radix = 2 [static]
 

Definition at line 343 of file vnl_numeric_limits.h.

const vnl_float_round_style vnl_numeric_limits< unsigned long >::round_style = vnl_round_toward_zero [static]
 

Definition at line 363 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::tinyness_before = false [static]
 

Definition at line 362 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< unsigned long >::traps = false [static]
 

Definition at line 361 of file vnl_numeric_limits.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:17:18 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000