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

vnl_numeric_limits< long > Class Reference

#include <vnl_numeric_limits.h>

List of all members.

Static Public Methods

int min ()
int max ()
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 int digits = 31
const int digits10 = 9
const bool is_signed = true
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< long >::denorm_min   [inline, static]
 

Definition at line 322 of file vnl_numeric_limits.h.

References vnl_numeric_limits< T >::has_quiet_NaN.

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

Definition at line 309 of file vnl_numeric_limits.h.

References vnl_numeric_limits< T >::digits.

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

Definition at line 319 of file vnl_numeric_limits.h.

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

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

Definition at line 302 of file vnl_numeric_limits.h.

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

Definition at line 301 of file vnl_numeric_limits.h.

int vnl_numeric_limits< long >::quiet_NaN   [static]
 

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

Definition at line 310 of file vnl_numeric_limits.h.

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

int vnl_numeric_limits< long >::signaling_NaN   [static]
 


Member Data Documentation

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

Definition at line 303 of file vnl_numeric_limits.h.

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

Definition at line 304 of file vnl_numeric_limits.h.

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

Definition at line 318 of file vnl_numeric_limits.h.

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

Definition at line 315 of file vnl_numeric_limits.h.

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

Definition at line 316 of file vnl_numeric_limits.h.

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

Definition at line 317 of file vnl_numeric_limits.h.

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

Definition at line 324 of file vnl_numeric_limits.h.

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

Definition at line 307 of file vnl_numeric_limits.h.

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

Definition at line 323 of file vnl_numeric_limits.h.

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

Definition at line 306 of file vnl_numeric_limits.h.

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

Definition at line 325 of file vnl_numeric_limits.h.

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

Definition at line 305 of file vnl_numeric_limits.h.

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

Definition at line 300 of file vnl_numeric_limits.h.

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

Definition at line 313 of file vnl_numeric_limits.h.

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

Definition at line 314 of file vnl_numeric_limits.h.

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

Definition at line 311 of file vnl_numeric_limits.h.

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

Definition at line 312 of file vnl_numeric_limits.h.

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

Definition at line 308 of file vnl_numeric_limits.h.

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

Definition at line 328 of file vnl_numeric_limits.h.

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

Definition at line 327 of file vnl_numeric_limits.h.

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

Definition at line 326 of file vnl_numeric_limits.h.


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