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

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

Define traits for type float. More...

#include <itkNumericTraits.h>

List of all members.

Public Types

typedef float ValueType
typedef float PrintType
typedef float AbsType
typedef double AccumulateType
typedef double RealType

Static Public Member Functions

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

Static Public Attributes

const float ITKCommon_EXPORT Zero
const float ITKCommon_EXPORT One


Detailed Description

template<>
class itk::NumericTraits< float >

Define traits for type float.

Definition at line 324 of file itkNumericTraits.h.


Member Typedef Documentation

typedef float itk::NumericTraits< float >::AbsType
 

Definition at line 328 of file itkNumericTraits.h.

typedef double itk::NumericTraits< float >::AccumulateType
 

Definition at line 329 of file itkNumericTraits.h.

typedef float itk::NumericTraits< float >::PrintType
 

Definition at line 327 of file itkNumericTraits.h.

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

Definition at line 330 of file itkNumericTraits.h.

typedef float itk::NumericTraits< float >::ValueType
 

Definition at line 326 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 337 of file itkNumericTraits.h.

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

Definition at line 338 of file itkNumericTraits.h.

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

Definition at line 336 of file itkNumericTraits.h.

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

Definition at line 335 of file itkNumericTraits.h.

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

Definition at line 334 of file itkNumericTraits.h.

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

Definition at line 339 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 332 of file itkNumericTraits.h.

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

Definition at line 331 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