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

itk::NumericTraits< unsigned int > Class Template Reference
[Data Representation Objects]

Define traits for type unsigned int. More...

#include <itkNumericTraits.h>

List of all members.

Public Types

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

Static Public Methods

unsigned int min (void)
unsigned int max (void)
unsigned int NonpositiveMin ()
bool IsPositive (unsigned int val)
bool IsNonpositive (unsigned int val)
bool IsNegative (unsigned int val)
bool IsNonnegative (unsigned int val)

Static Public Attributes

const unsigned int Zero
const unsigned int One


Detailed Description

template<>
class itk::NumericTraits< unsigned int >

Define traits for type unsigned int.

Definition at line 218 of file itkNumericTraits.h.


Member Typedef Documentation

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

Definition at line 222 of file itkNumericTraits.h.

typedef unsigned int itk::NumericTraits< unsigned int >::AccumulateType
 

Definition at line 223 of file itkNumericTraits.h.

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

Definition at line 221 of file itkNumericTraits.h.

typedef double itk::NumericTraits< unsigned int >::RealType
 

Definition at line 224 of file itkNumericTraits.h.

typedef unsigned int itk::NumericTraits< unsigned int >::ValueType
 

Definition at line 220 of file itkNumericTraits.h.


Member Function Documentation

bool itk::NumericTraits< unsigned int >::IsNegative unsigned int    val [inline, static]
 

Definition at line 233 of file itkNumericTraits.h.

bool itk::NumericTraits< unsigned int >::IsNonnegative unsigned int    val [inline, static]
 

Definition at line 234 of file itkNumericTraits.h.

bool itk::NumericTraits< unsigned int >::IsNonpositive unsigned int    val [inline, static]
 

Definition at line 232 of file itkNumericTraits.h.

References itk::NumericTraits< T >::Zero.

bool itk::NumericTraits< unsigned int >::IsPositive unsigned int    val [inline, static]
 

Definition at line 231 of file itkNumericTraits.h.

References itk::NumericTraits< T >::Zero.

unsigned int itk::NumericTraits< unsigned int >::max void    [inline, static]
 

Definition at line 229 of file itkNumericTraits.h.

unsigned int itk::NumericTraits< unsigned int >::min void    [inline, static]
 

Definition at line 228 of file itkNumericTraits.h.

unsigned int itk::NumericTraits< unsigned int >::NonpositiveMin   [inline, static]
 

Definition at line 230 of file itkNumericTraits.h.


Member Data Documentation

const unsigned int itk::NumericTraits< unsigned int >::One [static]
 

Definition at line 226 of file itkNumericTraits.h.

const unsigned int itk::NumericTraits< unsigned int >::Zero [static]
 

Definition at line 225 of file itkNumericTraits.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:35:07 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000