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

#include <vnl_numeric_traits.h>

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

List of all members.

Public Types

typedef unsigned char abs_t
 Return value of abs().
typedef signed short 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 signed char zero VCL_STATIC_CONST_INIT_INT_DECL (0)
 Additive identity.
static const signed char one VCL_STATIC_CONST_INIT_INT_DECL (1)
 Multiplicative identity.
static const signed char maxval VCL_STATIC_CONST_INIT_INT_DECL (127)
 Maximum value which this type can assume.

Detailed Description

Definition at line 167 of file vnl_numeric_traits.h.


Member Typedef Documentation

typedef unsigned char vnl_numeric_traits< signed char >::abs_t [inherited]

Return value of abs().

Definition at line 158 of file vnl_numeric_traits.h.

typedef signed short vnl_numeric_traits< signed char >::double_t [inherited]

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

Definition at line 160 of file vnl_numeric_traits.h.

typedef double vnl_numeric_traits< signed char >::real_t [inherited]

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

Definition at line 162 of file vnl_numeric_traits.h.


Member Function Documentation

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

Additive identity.

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

Multiplicative identity.

static const signed char maxval vnl_numeric_traits< signed char >::VCL_STATIC_CONST_INIT_INT_DECL ( 127  ) [static, inherited]

Maximum value which this type can assume.


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