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)

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


Member Typedef Documentation

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

Definition at line 310 of file itkNumericTraits.h.

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

Definition at line 311 of file itkNumericTraits.h.

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

Definition at line 309 of file itkNumericTraits.h.

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

Definition at line 312 of file itkNumericTraits.h.

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

Definition at line 308 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 319 of file itkNumericTraits.h.

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

Definition at line 320 of file itkNumericTraits.h.

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

Definition at line 318 of file itkNumericTraits.h.

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

Definition at line 317 of file itkNumericTraits.h.

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

Definition at line 316 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 314 of file itkNumericTraits.h.

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

Definition at line 313 of file itkNumericTraits.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:11:29 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000