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 Methods

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

Static Public Attributes

const float Zero
const float One


Detailed Description

template<>
class itk::NumericTraits< float >

Define traits for type float.

Definition at line 286 of file itkNumericTraits.h.


Member Typedef Documentation

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

Definition at line 290 of file itkNumericTraits.h.

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

Definition at line 291 of file itkNumericTraits.h.

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

Definition at line 289 of file itkNumericTraits.h.

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

Definition at line 292 of file itkNumericTraits.h.

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

Definition at line 288 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 299 of file itkNumericTraits.h.

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

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

Definition at line 300 of file itkNumericTraits.h.

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

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

Definition at line 298 of file itkNumericTraits.h.

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

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

Definition at line 297 of file itkNumericTraits.h.

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

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

Definition at line 296 of file itkNumericTraits.h.

References max.


Member Data Documentation

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

Definition at line 294 of file itkNumericTraits.h.

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

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