ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkNumericTraitsRGBAPixel.h>
Define numeric traits for RGBAPixel.
T | Component type of RBGAPixel |
We provide here a generic implementation based on creating types of RGBAPixel whose components are the types of the NumericTraits from the original RGBAPixel components. This implementation require support for partial specializations, since it is based on the concept that: NumericTraits<RGBAPixel< T > > is defined piecewise by RGBAPixel< NumericTraits< T > >
Definition at line 43 of file itkNumericTraitsRGBAPixel.h.
Public Types | |
using | AbsType = RGBAPixel< ElementAbsType > |
using | AccumulateType = RGBAPixel< ElementAccumulateType > |
using | FloatType = RGBAPixel< ElementFloatType > |
using | MeasurementVectorType = Self |
using | PrintType = RGBAPixel< ElementPrintType > |
using | RealType = RGBAPixel< ElementRealType > |
using | ScalarRealType = ElementRealType |
using | Self = RGBAPixel< T > |
using | ValueType = T |
Static Public Member Functions | |
static void | AssignToArray (const Self &v, MeasurementVectorType &mv) |
template<typename TArray > | |
static void | AssignToArray (const Self &v, TArray &mv) |
static unsigned int | GetLength (const RGBAPixel< 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 (RGBAPixel< T > &m, const unsigned int s) |
Static Public Attributes | |
static constexpr bool | IsComplex = NumericTraits< ValueType >::IsComplex |
static constexpr bool | IsInteger = NumericTraits< ValueType >::IsInteger |
static constexpr bool | IsSigned = NumericTraits< ValueType >::IsSigned |
static const Self ITKCommon_EXPORT | One |
static const Self ITKCommon_EXPORT | Zero |
Private Types | |
using | ElementAbsType = typename NumericTraits< T >::AbsType |
using | ElementAccumulateType = typename NumericTraits< T >::AccumulateType |
using | ElementFloatType = typename NumericTraits< T >::FloatType |
using | ElementPrintType = typename NumericTraits< T >::PrintType |
using | ElementRealType = typename NumericTraits< T >::RealType |
using itk::NumericTraits< RGBAPixel< T > >::AbsType = RGBAPixel< ElementAbsType > |
Unsigned component type
Definition at line 61 of file itkNumericTraitsRGBAPixel.h.
using itk::NumericTraits< RGBAPixel< T > >::AccumulateType = RGBAPixel< ElementAccumulateType > |
Accumulation of addition and multiplication.
Definition at line 64 of file itkNumericTraitsRGBAPixel.h.
|
private |
Definition at line 47 of file itkNumericTraitsRGBAPixel.h.
|
private |
Definition at line 48 of file itkNumericTraitsRGBAPixel.h.
|
private |
Definition at line 49 of file itkNumericTraitsRGBAPixel.h.
|
private |
Definition at line 50 of file itkNumericTraitsRGBAPixel.h.
|
private |
Definition at line 51 of file itkNumericTraitsRGBAPixel.h.
using itk::NumericTraits< RGBAPixel< T > >::FloatType = RGBAPixel< ElementFloatType > |
Typedef for operations that use floating point instead of real precision
Definition at line 68 of file itkNumericTraitsRGBAPixel.h.
using itk::NumericTraits< RGBAPixel< T > >::MeasurementVectorType = Self |
Measurement vector type
Definition at line 80 of file itkNumericTraitsRGBAPixel.h.
using itk::NumericTraits< RGBAPixel< T > >::PrintType = RGBAPixel< ElementPrintType > |
Return the type that can be printed.
Definition at line 71 of file itkNumericTraitsRGBAPixel.h.
using itk::NumericTraits< RGBAPixel< T > >::RealType = RGBAPixel< ElementRealType > |
Type for real-valued scalar operations.
Definition at line 74 of file itkNumericTraitsRGBAPixel.h.
using itk::NumericTraits< RGBAPixel< T > >::ScalarRealType = ElementRealType |
Type for real-valued scalar operations.
Definition at line 77 of file itkNumericTraitsRGBAPixel.h.
Definition at line 58 of file itkNumericTraitsRGBAPixel.h.
Return the type of the native component type.
Definition at line 56 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Definition at line 167 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Definition at line 173 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Return the dimensionality of the pixel. Always returns 4.
Definition at line 156 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Return the dimensionality of the pixel. Always returns 4.
Definition at line 162 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Component wise defined elements
Definition at line 87 of file itkNumericTraitsRGBAPixel.h.
Definition at line 97 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Definition at line 92 of file itkNumericTraitsRGBAPixel.h.
Definition at line 102 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Definition at line 107 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Definition at line 122 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Definition at line 117 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Definition at line 132 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
RGBA pixels must have 4 components, so the size cannot be set to anything besides 4. If called with size of 4, this function will fill the pixel with zeros.
Definition at line 144 of file itkNumericTraitsRGBAPixel.h.
References itk::FixedArray< TComponent, 4 >::Fill().
|
inlinestatic |
Definition at line 112 of file itkNumericTraitsRGBAPixel.h.
|
inlinestatic |
Definition at line 127 of file itkNumericTraitsRGBAPixel.h.
|
static |
Definition at line 139 of file itkNumericTraitsRGBAPixel.h.
|
static |
Definition at line 138 of file itkNumericTraitsRGBAPixel.h.
|
static |
Definition at line 137 of file itkNumericTraitsRGBAPixel.h.
Definition at line 185 of file itkNumericTraitsRGBAPixel.h.
Definition at line 184 of file itkNumericTraitsRGBAPixel.h.