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

itk::NumericTraits< int > Class Template Reference

Define traits for type int. More...

#include <itkNumericTraits.h>

List of all members.

Public Types

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

Static Public Member Functions

int NonpositiveMin ()
bool IsPositive (int val)
bool IsNonpositive (int val)
bool IsNegative (int val)
bool IsNonnegative (int val)
int ZeroValue ()

Static Public Attributes

const int ITKCommon_EXPORT Zero
const int ITKCommon_EXPORT One


Detailed Description

template<>
class itk::NumericTraits< int >

Define traits for type int.

Definition at line 230 of file itkNumericTraits.h.


Member Typedef Documentation

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

Definition at line 234 of file itkNumericTraits.h.

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

Definition at line 235 of file itkNumericTraits.h.

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

Definition at line 233 of file itkNumericTraits.h.

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

Definition at line 236 of file itkNumericTraits.h.

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

Definition at line 232 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 243 of file itkNumericTraits.h.

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

Definition at line 244 of file itkNumericTraits.h.

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

Definition at line 242 of file itkNumericTraits.h.

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

Definition at line 241 of file itkNumericTraits.h.

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

Definition at line 240 of file itkNumericTraits.h.

int itk::NumericTraits< int >::ZeroValue  )  [inline, static]
 

Definition at line 245 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 238 of file itkNumericTraits.h.

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

Definition at line 237 of file itkNumericTraits.h.


The documentation for this class was generated from the following file:
Generated at Wed Mar 30 01:10:47 2005 for ITK by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2000