Public Types | Static Public Member Functions | Static Public Attributes
vnl_numeric_traits< unsigned long const > Class Reference

#include <vnl_numeric_traits.h>

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

List of all members.

Public Types

typedef unsigned long abs_t
 Return value of abs().
typedef vxl_uint_64 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 unsigned long zero VCL_STATIC_CONST_INIT_INT_DECL (0)
 Additive identity.
static const unsigned long one VCL_STATIC_CONST_INIT_INT_DECL (1)
 Multiplicative identity.

Static Public Attributes

static const unsigned long maxval = sizeof(unsigned long)==8?u64:u32
 Maximum value which this type can assume.

Detailed Description

Definition at line 305 of file vnl_numeric_traits.h.


Member Typedef Documentation

typedef unsigned long vnl_numeric_traits< unsigned long >::abs_t [inherited]

Return value of abs().

Definition at line 296 of file vnl_numeric_traits.h.

typedef vxl_uint_64 vnl_numeric_traits< unsigned long >::double_t [inherited]

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

Definition at line 298 of file vnl_numeric_traits.h.

typedef double vnl_numeric_traits< unsigned long >::real_t [inherited]

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

Definition at line 300 of file vnl_numeric_traits.h.


Member Function Documentation

static const unsigned long zero vnl_numeric_traits< unsigned long >::VCL_STATIC_CONST_INIT_INT_DECL ( ) [static, inherited]

Additive identity.

static const unsigned long one vnl_numeric_traits< unsigned long >::VCL_STATIC_CONST_INIT_INT_DECL ( ) [static, inherited]

Multiplicative identity.


Member Data Documentation

const unsigned long vnl_numeric_traits< unsigned long >::maxval = sizeof(unsigned long)==8?u64:u32 [static, inherited]

Maximum value which this type can assume.

Definition at line 294 of file vnl_numeric_traits.h.


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