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

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

Define traits for type long double. More...

#include <itkNumericTraits.h>

List of all members.

Public Types

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

Static Public Methods

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

Static Public Attributes

const long double Zero
const long double One


Detailed Description

template<>
class itk::NumericTraits< long double >

Define traits for type long double.

Definition at line 330 of file itkNumericTraits.h.


Member Typedef Documentation

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

Definition at line 334 of file itkNumericTraits.h.

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

Definition at line 335 of file itkNumericTraits.h.

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

Definition at line 333 of file itkNumericTraits.h.

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

Definition at line 336 of file itkNumericTraits.h.

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

Definition at line 332 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 343 of file itkNumericTraits.h.

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

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

Definition at line 344 of file itkNumericTraits.h.

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

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

Definition at line 342 of file itkNumericTraits.h.

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

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

Definition at line 341 of file itkNumericTraits.h.

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

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

Definition at line 340 of file itkNumericTraits.h.

References max.


Member Data Documentation

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

Definition at line 338 of file itkNumericTraits.h.

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

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