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 Methods

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

Static Public Attributes

const bool Zero
const bool One


Detailed Description

template<>
class itk::NumericTraits< bool >

Define traits for type bool.

Definition at line 88 of file itkNumericTraits.h.


Member Typedef Documentation

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

Definition at line 92 of file itkNumericTraits.h.

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

Definition at line 93 of file itkNumericTraits.h.

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

Definition at line 91 of file itkNumericTraits.h.

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

Definition at line 90 of file itkNumericTraits.h.


Member Function Documentation

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

Definition at line 100 of file itkNumericTraits.h.

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

Definition at line 101 of file itkNumericTraits.h.

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

Definition at line 99 of file itkNumericTraits.h.

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

Definition at line 98 of file itkNumericTraits.h.

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

Definition at line 97 of file itkNumericTraits.h.


Member Data Documentation

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

Definition at line 95 of file itkNumericTraits.h.

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

Definition at line 94 of file itkNumericTraits.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:35:05 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000