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

#include <vnl_numeric_traits.h>

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

List of all members.

Public Types

typedef unsigned int abs_t
 Return value of abs().
typedef unsigned int 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 bool zero VCL_STATIC_CONST_INIT_INT_DECL (false)
 Additive identity.
static const bool one VCL_STATIC_CONST_INIT_INT_DECL (true)
 Multiplicative identity.
static const bool maxval VCL_STATIC_CONST_INIT_INT_DECL (true)
 Maximum value which this type can assume.

Detailed Description

Definition at line 88 of file vnl_numeric_traits.h.


Member Typedef Documentation

typedef unsigned int vnl_numeric_traits< bool >::abs_t [inherited]

Return value of abs().

Definition at line 79 of file vnl_numeric_traits.h.

typedef unsigned int vnl_numeric_traits< bool >::double_t [inherited]

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

Definition at line 81 of file vnl_numeric_traits.h.

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

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

Definition at line 83 of file vnl_numeric_traits.h.


Member Function Documentation

static const bool zero vnl_numeric_traits< bool >::VCL_STATIC_CONST_INIT_INT_DECL ( false  ) [static, inherited]

Additive identity.

static const bool one vnl_numeric_traits< bool >::VCL_STATIC_CONST_INIT_INT_DECL ( true  ) [static, inherited]

Multiplicative identity.

static const bool maxval vnl_numeric_traits< bool >::VCL_STATIC_CONST_INIT_INT_DECL ( true  ) [static, inherited]

Maximum value which this type can assume.


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