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

itk::NumericTraits< short > Class Template Reference

Define traits for type short. More...

#include <itkNumericTraits.h>

List of all members.

Public Types

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

Static Public Methods

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

Static Public Attributes

const short ITKCommon_EXPORT Zero
const short ITKCommon_EXPORT One


Detailed Description

template<>
class itk::NumericTraits< short >

Define traits for type short.

Definition at line 179 of file itkNumericTraits.h.


Member Typedef Documentation

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

Definition at line 183 of file itkNumericTraits.h.

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

Definition at line 184 of file itkNumericTraits.h.

typedef short itk::NumericTraits< short >::PrintType
 

Definition at line 182 of file itkNumericTraits.h.

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

Definition at line 185 of file itkNumericTraits.h.

typedef short itk::NumericTraits< short >::ValueType
 

Definition at line 181 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 192 of file itkNumericTraits.h.

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

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

Definition at line 193 of file itkNumericTraits.h.

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

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

Definition at line 191 of file itkNumericTraits.h.

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

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

Definition at line 190 of file itkNumericTraits.h.

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

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

Definition at line 189 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 187 of file itkNumericTraits.h.

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

Definition at line 186 of file itkNumericTraits.h.


The documentation for this class was generated from the following file:
Generated at Tue Sep 16 11:37:55 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000