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

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

Define traits for type double. More...

#include <itkNumericTraits.h>

List of all members.

Public Types

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

Static Public Member Functions

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

Static Public Attributes

const double ITKCommon_EXPORT Zero
const double ITKCommon_EXPORT One


Detailed Description

template<>
class itk::NumericTraits< double >

Define traits for type double.

Definition at line 347 of file itkNumericTraits.h.


Member Typedef Documentation

typedef double itk::NumericTraits< double >::AbsType
 

Definition at line 351 of file itkNumericTraits.h.

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

Definition at line 352 of file itkNumericTraits.h.

typedef double itk::NumericTraits< double >::PrintType
 

Definition at line 350 of file itkNumericTraits.h.

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

Definition at line 353 of file itkNumericTraits.h.

typedef double itk::NumericTraits< double >::ValueType
 

Definition at line 349 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 360 of file itkNumericTraits.h.

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

Definition at line 361 of file itkNumericTraits.h.

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

Definition at line 359 of file itkNumericTraits.h.

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

Definition at line 358 of file itkNumericTraits.h.

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

Definition at line 357 of file itkNumericTraits.h.

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

Definition at line 362 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 355 of file itkNumericTraits.h.

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

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