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)

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 222 of file itkNumericTraits.h.


Member Typedef Documentation

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

Definition at line 226 of file itkNumericTraits.h.

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

Definition at line 227 of file itkNumericTraits.h.

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

Definition at line 225 of file itkNumericTraits.h.

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

Definition at line 228 of file itkNumericTraits.h.

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

Definition at line 224 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 235 of file itkNumericTraits.h.

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

Definition at line 236 of file itkNumericTraits.h.

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

Definition at line 234 of file itkNumericTraits.h.

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

Definition at line 233 of file itkNumericTraits.h.

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

Definition at line 232 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 230 of file itkNumericTraits.h.

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

Definition at line 229 of file itkNumericTraits.h.


The documentation for this class was generated from the following file:
Generated at Sat Mar 31 02:58:30 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000