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

#include <vnl_numeric_traits.h>

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

List of all members.

Public Types

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

Static Public Attributes

static const long maxval = sizeof(long)==8?s64:s32
 Maximum value which this type can assume.

Detailed Description

Definition at line 282 of file vnl_numeric_traits.h.


Member Typedef Documentation

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

Return value of abs().

Definition at line 273 of file vnl_numeric_traits.h.

typedef vxl_sint_64 vnl_numeric_traits< long >::double_t [inherited]

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

Definition at line 275 of file vnl_numeric_traits.h.

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

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

Definition at line 277 of file vnl_numeric_traits.h.


Member Function Documentation

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

Additive identity.

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

Multiplicative identity.


Member Data Documentation

const long vnl_numeric_traits< long >::maxval = sizeof(long)==8?s64:s32 [static, inherited]

Maximum value which this type can assume.

Definition at line 271 of file vnl_numeric_traits.h.


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