18#ifndef itkNumericTraitsRGBPixel_h
19#define itkNumericTraitsRGBPixel_h
173 static constexpr bool IsSigned = std::is_signed_v<ValueType>;
174 static constexpr bool IsInteger = std::is_integral_v<ValueType>;
185 itkGenericExceptionMacro(
"Cannot set the size of a RGBPixel to anything other "
212 template <
typename TArray>
216 for (
unsigned int i = 0; i < 3; ++i)
Pixel-wise addition of two images.
void Fill(const ValueType &)
static void AssignToArray(const Self &v, MeasurementVectorType &mv)
typename NumericTraits< T >::FloatType ElementFloatType
ElementRealType ScalarRealType
static const Self NonpositiveMin()
typename NumericTraits< T >::PrintType ElementPrintType
static const Self OneValue()
static const Self max(const Self &)
static unsigned int GetLength()
typename NumericTraits< T >::RealType ElementRealType
static bool IsPositive(Self val)
static void AssignToArray(const Self &v, TArray &mv)
static const Self ZeroValue()
static bool IsNonnegative(Self val)
static bool IsNegative(Self val)
typename NumericTraits< T >::AbsType ElementAbsType
static bool IsNonpositive(Self val)
static const Self ITKCommon_EXPORT Zero
static void SetLength(RGBPixel< T > &m, const unsigned int s)
static const Self ZeroValue(const Self &)
typename NumericTraits< T >::AccumulateType ElementAccumulateType
static const Self OneValue(const Self &)
static const Self min(const Self &)
static const Self ITKCommon_EXPORT One
static unsigned int GetLength(const RGBPixel< T > &)
static const Self NonpositiveMin(const Self &)
Define additional traits for native types such as int or float.
static constexpr bool IsInteger
static constexpr bool IsSigned
static bool IsNegative(T val)
static constexpr T NonpositiveMin()
static bool IsPositive(T val)
static bool IsNonpositive(T val)
static bool IsNonnegative(T val)
static constexpr bool IsComplex
Represent Red, Green and Blue components for color images.
LuminanceType GetLuminance() const
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....