Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::NumericTraits< char > Class Template Reference

Define traits for type char. NOTE: char is not guarenteed to be signed. On SGI's, thge default is unsigned. More...

#include <itkNumericTraits.h>

List of all members.

Public Types

typedef char ValueType
typedef int PrintType
typedef unsigned char AbsType
typedef short AccumulateType
typedef double RealType

Static Public Member Functions

char min ()
char max ()
char NonpositiveMin ()
bool IsPositive (char val)
bool IsNonpositive (char val)
bool IsNegative (char val)
bool IsNonnegative (char val)

Static Public Attributes

const char ITKCommon_EXPORT Zero
const char ITKCommon_EXPORT One


Detailed Description

template<>
class itk::NumericTraits< char >

Define traits for type char. NOTE: char is not guarenteed to be signed. On SGI's, thge default is unsigned.

Definition at line 104 of file itkNumericTraits.h.


Member Typedef Documentation

typedef unsigned char itk::NumericTraits< char >::AbsType
 

Definition at line 108 of file itkNumericTraits.h.

typedef short itk::NumericTraits< char >::AccumulateType
 

Definition at line 109 of file itkNumericTraits.h.

typedef int itk::NumericTraits< char >::PrintType
 

Definition at line 107 of file itkNumericTraits.h.

typedef double itk::NumericTraits< char >::RealType
 

Definition at line 110 of file itkNumericTraits.h.

typedef char itk::NumericTraits< char >::ValueType
 

Definition at line 106 of file itkNumericTraits.h.


Member Function Documentation

bool itk::NumericTraits< char >::IsNegative char  val  )  [inline, static]
 

Definition at line 119 of file itkNumericTraits.h.

bool itk::NumericTraits< char >::IsNonnegative char  val  )  [inline, static]
 

Definition at line 120 of file itkNumericTraits.h.

bool itk::NumericTraits< char >::IsNonpositive char  val  )  [inline, static]
 

Definition at line 118 of file itkNumericTraits.h.

bool itk::NumericTraits< char >::IsPositive char  val  )  [inline, static]
 

Definition at line 117 of file itkNumericTraits.h.

char itk::NumericTraits< char >::max  )  [inline, static]
 

Definition at line 115 of file itkNumericTraits.h.

char itk::NumericTraits< char >::min  )  [inline, static]
 

Definition at line 114 of file itkNumericTraits.h.

char itk::NumericTraits< char >::NonpositiveMin  )  [inline, static]
 

Definition at line 116 of file itkNumericTraits.h.


Member Data Documentation

const char ITKCommon_EXPORT itk::NumericTraits< char >::One [static]
 

Definition at line 112 of file itkNumericTraits.h.

const char ITKCommon_EXPORT itk::NumericTraits< char >::Zero [static]
 

Definition at line 111 of file itkNumericTraits.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:11:29 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000