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 Methods

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

Static Public Attributes

const int Zero
const int One


Detailed Description

template<>
class itk::NumericTraits< int >

Define traits for type int.

Definition at line 196 of file itkNumericTraits.h.


Member Typedef Documentation

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

Definition at line 200 of file itkNumericTraits.h.

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

Definition at line 201 of file itkNumericTraits.h.

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

Definition at line 199 of file itkNumericTraits.h.

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

Definition at line 202 of file itkNumericTraits.h.

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

Definition at line 198 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 209 of file itkNumericTraits.h.

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

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

Definition at line 210 of file itkNumericTraits.h.

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

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

Definition at line 208 of file itkNumericTraits.h.

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

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

Definition at line 207 of file itkNumericTraits.h.

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

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

Definition at line 206 of file itkNumericTraits.h.

References min.


Member Data Documentation

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

Definition at line 204 of file itkNumericTraits.h.

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

Definition at line 203 of file itkNumericTraits.h.


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