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

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

Define traits for type bool. More...

#include <itkNumericTraits.h>

List of all members.

Public Types

typedef bool ValueType
typedef bool PrintType
typedef unsigned char AbsType
typedef unsigned char AccumulateType

Static Public Member Functions

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

Static Public Attributes

const bool ITKCommon_EXPORT Zero
const bool ITKCommon_EXPORT One


Detailed Description

template<>
class itk::NumericTraits< bool >

Define traits for type bool.

Definition at line 83 of file itkNumericTraits.h.


Member Typedef Documentation

typedef unsigned char itk::NumericTraits< bool >::AbsType
 

Definition at line 87 of file itkNumericTraits.h.

typedef unsigned char itk::NumericTraits< bool >::AccumulateType
 

Definition at line 88 of file itkNumericTraits.h.

typedef bool itk::NumericTraits< bool >::PrintType
 

Definition at line 86 of file itkNumericTraits.h.

typedef bool itk::NumericTraits< bool >::ValueType
 

Definition at line 85 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 95 of file itkNumericTraits.h.

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

Definition at line 96 of file itkNumericTraits.h.

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

Definition at line 94 of file itkNumericTraits.h.

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

Definition at line 93 of file itkNumericTraits.h.

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

Definition at line 92 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 90 of file itkNumericTraits.h.

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

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