ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions | Static Public Attributes | Private Types | List of all members
itk::NumericTraits< RGBPixel< T > > Class Template Reference

#include <itkNumericTraitsRGBPixel.h>

+ Collaboration diagram for itk::NumericTraits< RGBPixel< T > >:

Detailed Description

template<typename T>
class itk::NumericTraits< RGBPixel< T > >

Define numeric traits for RGBPixel.

Template Parameters
TComponent type of RGBPixel

We provide here a generic implementation based on creating types of RGBPixel whose components are the types of the NumericTraits from the original RGBPixel components. This implementation require support for partial specializations, since it is based on the concept that: NumericTraits<RGBPixel< T > > is defined piecewise by RGBPixel< NumericTraits< T > >

See Also
NumericTraits

Definition at line 43 of file itkNumericTraitsRGBPixel.h.

Public Types

typedef RGBPixel< ElementAbsTypeAbsType
 
typedef RGBPixel
< ElementAccumulateType
AccumulateType
 
typedef RGBPixel
< ElementFloatType
FloatType
 
typedef Self MeasurementVectorType
 
typedef RGBPixel
< ElementPrintType
PrintType
 
typedef RGBPixel< ElementRealTypeRealType
 
typedef ElementRealType ScalarRealType
 
typedef RGBPixel< T > Self
 
typedef T ValueType
 

Static Public Member Functions

static void AssignToArray (const Self &v, MeasurementVectorType &mv)
 
template<class TArray >
static void AssignToArray (const Self &v, TArray &mv)
 
static unsigned int GetLength (const RGBPixel< T > &)
 
static unsigned int GetLength ()
 
static const Self max (const Self &)
 
static const Self max ()
 
static const Self min (const Self &)
 
static const Self min ()
 
static const Self NonpositiveMin ()
 
static const Self NonpositiveMin (const Self &)
 
static const Self OneValue ()
 
static const Self OneValue (const Self &)
 
static const Self ZeroValue ()
 
static const Self ZeroValue (const Self &)
 
static void SetLength (RGBPixel< T > &m, const unsigned int s)
 

Static Public Attributes

static const Self ITKCommon_EXPORT One
 
static const Self ITKCommon_EXPORT Zero
 

Private Types

typedef NumericTraits< T >::AbsType ElementAbsType
 
typedef NumericTraits< T >
::AccumulateType 
ElementAccumulateType
 
typedef NumericTraits< T >
::FloatType 
ElementFloatType
 
typedef NumericTraits< T >
::PrintType 
ElementPrintType
 
typedef NumericTraits< T >
::RealType 
ElementRealType
 

Member Typedef Documentation

template<typename T >
typedef RGBPixel< ElementAbsType > itk::NumericTraits< RGBPixel< T > >::AbsType

Unsigned component type

Definition at line 61 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef RGBPixel< ElementAccumulateType > itk::NumericTraits< RGBPixel< T > >::AccumulateType

Accumulation of addition and multiplication.

Definition at line 64 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef NumericTraits< T >::AbsType itk::NumericTraits< RGBPixel< T > >::ElementAbsType
private

Definition at line 47 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef NumericTraits< T >::AccumulateType itk::NumericTraits< RGBPixel< T > >::ElementAccumulateType
private

Definition at line 48 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef NumericTraits< T >::FloatType itk::NumericTraits< RGBPixel< T > >::ElementFloatType
private

Definition at line 49 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef NumericTraits< T >::PrintType itk::NumericTraits< RGBPixel< T > >::ElementPrintType
private

Definition at line 50 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef NumericTraits< T >::RealType itk::NumericTraits< RGBPixel< T > >::ElementRealType
private

Definition at line 51 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef RGBPixel< ElementFloatType > itk::NumericTraits< RGBPixel< T > >::FloatType

Typedef for operations that use floating point instead of real precision

Definition at line 68 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef Self itk::NumericTraits< RGBPixel< T > >::MeasurementVectorType

Measurement vector type

Definition at line 80 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef RGBPixel< ElementPrintType > itk::NumericTraits< RGBPixel< T > >::PrintType

Return the type that can be printed.

Definition at line 71 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef RGBPixel< ElementRealType > itk::NumericTraits< RGBPixel< T > >::RealType

Type for real-valued scalar operations.

Definition at line 74 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef ElementRealType itk::NumericTraits< RGBPixel< T > >::ScalarRealType

Type for real-valued scalar operations.

Definition at line 77 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef RGBPixel< T > itk::NumericTraits< RGBPixel< T > >::Self

Definition at line 58 of file itkNumericTraitsRGBPixel.h.

template<typename T >
typedef T itk::NumericTraits< RGBPixel< T > >::ValueType

Return the type of the native component type.

Definition at line 56 of file itkNumericTraitsRGBPixel.h.

Member Function Documentation

template<typename T >
static void itk::NumericTraits< RGBPixel< T > >::AssignToArray ( const Self v,
MeasurementVectorType mv 
)
inlinestatic

Definition at line 163 of file itkNumericTraitsRGBPixel.h.

template<typename T >
template<class TArray >
static void itk::NumericTraits< RGBPixel< T > >::AssignToArray ( const Self v,
TArray &  mv 
)
inlinestatic

Definition at line 169 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static unsigned int itk::NumericTraits< RGBPixel< T > >::GetLength ( const RGBPixel< T > &  )
inlinestatic

Return the dimensionality of the pixel. Always returns 3.

Definition at line 152 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static unsigned int itk::NumericTraits< RGBPixel< T > >::GetLength ( )
inlinestatic

Return the dimensionality of the pixel. Always returns 3.

Definition at line 158 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::max ( const Self )
inlinestatic

Component wise defined element

Note
minimum value for floating pointer types is defined as minimum positive normalize value.

Definition at line 87 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::max ( )
inlinestatic

Definition at line 97 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::min ( const Self )
inlinestatic

Definition at line 92 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::min ( )
inlinestatic

Definition at line 102 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::NonpositiveMin ( )
inlinestatic

Definition at line 107 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::NonpositiveMin ( const Self )
inlinestatic
template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::OneValue ( )
inlinestatic

Definition at line 117 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::OneValue ( const Self )
inlinestatic

Definition at line 132 of file itkNumericTraitsRGBPixel.h.

References itk::NumericTraits< T >::OneValue().

template<typename T >
static void itk::NumericTraits< RGBPixel< T > >::SetLength ( RGBPixel< T > &  m,
const unsigned int  s 
)
inlinestatic

RGB pixels must have 3 components, so the size cannot be set to anything besides 3. If called with size of 3, this function will fill the pixel with zeros.

Definition at line 140 of file itkNumericTraitsRGBPixel.h.

References itk::FixedArray< TComponent, 3 >::Fill().

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::ZeroValue ( )
inlinestatic

Definition at line 112 of file itkNumericTraitsRGBPixel.h.

template<typename T >
static const Self itk::NumericTraits< RGBPixel< T > >::ZeroValue ( const Self )
inlinestatic

Definition at line 127 of file itkNumericTraitsRGBPixel.h.

References itk::NumericTraits< T >::ZeroValue().

Member Data Documentation

template<typename T >
const Self ITKCommon_EXPORT itk::NumericTraits< RGBPixel< T > >::One
static

Definition at line 181 of file itkNumericTraitsRGBPixel.h.

template<typename T >
const Self ITKCommon_EXPORT itk::NumericTraits< RGBPixel< T > >::Zero
static
Note
: the functions are preferred over the member variables as they are defined for all partial specialization

Definition at line 180 of file itkNumericTraitsRGBPixel.h.


The documentation for this class was generated from the following file: