Public Types | Static Public Member Functions
vnl_numeric_traits< float const > Class Reference

#include <vnl_numeric_traits.h>

Inheritance diagram for vnl_numeric_traits< float const >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef float abs_t
 Return value of abs().
typedef double double_t
 Name of a type twice as long as this one for accumulators and products.
typedef double real_t
 Name of type which results from multiplying this type with a double.

Static Public Member Functions

static const float zero VCL_STATIC_CONST_INIT_FLOAT_DECL (0.0F)
 Additive identity.
static const float one VCL_STATIC_CONST_INIT_FLOAT_DECL (1.0F)
 Multiplicative identity.
static const float maxval VCL_STATIC_CONST_INIT_FLOAT_DECL (3.40282346638528860e+38F)
 Maximum value which this type can assume.

Detailed Description

Definition at line 401 of file vnl_numeric_traits.h.


Member Typedef Documentation

typedef float vnl_numeric_traits< float >::abs_t [inherited]

Return value of abs().

Definition at line 392 of file vnl_numeric_traits.h.

typedef double vnl_numeric_traits< float >::double_t [inherited]

Name of a type twice as long as this one for accumulators and products.

Definition at line 394 of file vnl_numeric_traits.h.

typedef double vnl_numeric_traits< float >::real_t [inherited]

Name of type which results from multiplying this type with a double.

Definition at line 396 of file vnl_numeric_traits.h.


Member Function Documentation

static const float zero vnl_numeric_traits< float >::VCL_STATIC_CONST_INIT_FLOAT_DECL ( 0.  0F) [static, inherited]

Additive identity.

static const float one vnl_numeric_traits< float >::VCL_STATIC_CONST_INIT_FLOAT_DECL ( 1.  0F) [static, inherited]

Multiplicative identity.

static const float maxval vnl_numeric_traits< float >::VCL_STATIC_CONST_INIT_FLOAT_DECL ( 3.40282346638528860e+  38F) [static, inherited]

Maximum value which this type can assume.


The documentation for this class was generated from the following file: