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)

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


Member Typedef Documentation

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

Definition at line 332 of file itkNumericTraits.h.

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

Definition at line 333 of file itkNumericTraits.h.

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

Definition at line 331 of file itkNumericTraits.h.

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

Definition at line 334 of file itkNumericTraits.h.

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

Definition at line 330 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 341 of file itkNumericTraits.h.

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

Definition at line 342 of file itkNumericTraits.h.

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

Definition at line 340 of file itkNumericTraits.h.

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

Definition at line 339 of file itkNumericTraits.h.

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

Definition at line 338 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 336 of file itkNumericTraits.h.

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

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