ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkRGBAPixel.h>
Represent Red, Green, Blue and Alpha components for color images.
This class is templated over the representation used for each component.
The following syntax for assigning an index is allowed/suggested:
Since RGBAPixel is a subclass of Array, you can access its components as: pixel[0], pixel[1], pixel[2], pixel[3]
Definition at line 59 of file itkRGBAPixel.h.
Public Types | |
using | BaseArray = FixedArray< TComponent, 4 > |
using | ComponentType = TComponent |
using | LuminanceType = typename NumericTraits< ComponentType >::RealType |
using | Self = RGBAPixel |
using | Superclass = FixedArray< TComponent, 4 > |
Public Types inherited from itk::FixedArray< TComponent, 4 > | |
typedef ValueType | CArray [VLength] |
using | const_pointer = const ValueType * |
using | const_reference = const ValueType & |
using | ConstIterator = const ValueType * |
using | Iterator = ValueType * |
using | pointer = ValueType * |
using | reference = ValueType & |
using | SizeType = unsigned int |
using | ValueType = TComponent |
Public Member Functions | |
const ComponentType & | GetAlpha () const |
const ComponentType & | GetBlue () const |
const ComponentType & | GetGreen () const |
LuminanceType | GetLuminance () const |
ComponentType | GetNthComponent (int c) const |
const ComponentType & | GetRed () const |
ComponentType | GetScalarValue () const |
bool | operator< (const Self &vec) const |
RGBAPixel & | operator= (const ComponentType r[4]) |
bool | operator== (const Self &vec) const |
void | SetAlpha (ComponentType alpha) |
void | SetBlue (ComponentType blue) |
void | SetGreen (ComponentType green) |
void | SetNthComponent (int c, const ComponentType &v) |
void | SetRed (ComponentType red) |
RGBAPixel () | |
RGBAPixel (const RGBAPixel &)=default | |
RGBAPixel & | operator= (const RGBAPixel &)=default |
RGBAPixel (RGBAPixel &&)=default | |
RGBAPixel & | operator= (RGBAPixel &&)=default |
~RGBAPixel ()=default | |
template<typename TRGBAPixelValueType > | |
RGBAPixel (const RGBAPixel< TRGBAPixelValueType > &r) | |
RGBAPixel (const ComponentType r[4]) | |
RGBAPixel (const ComponentType &r) | |
Self | operator+ (const Self &vec) const |
Self | operator- (const Self &vec) const |
Self | operator* (const ComponentType &f) const |
Self | operator/ (const ComponentType &f) const |
const Self & | operator+= (const Self &vec) |
const Self & | operator-= (const Self &vec) |
const Self & | operator*= (const ComponentType &f) |
const Self & | operator/= (const ComponentType &f) |
void | Set (ComponentType red, ComponentType green, ComponentType blue, ComponentType alpha) |
Public Member Functions inherited from itk::FixedArray< TComponent, 4 > | |
Iterator | Begin () |
ConstIterator | Begin () const |
Iterator | End () |
ConstIterator | End () const |
void | Fill (const ValueType &) |
FixedArray (const TScalarValue *r) | |
ValueType * | GetDataPointer () |
const ValueType * | GetDataPointer () const |
bool | operator!= (const FixedArray &r) const |
FixedArray & | operator= (const ValueType r[VLength]) |
bool | operator== (const FixedArray &r) const |
ReverseIterator | rBegin () |
ConstReverseIterator | rBegin () const |
ReverseIterator | rEnd () |
ConstReverseIterator | rEnd () const |
SizeType | Size () const |
void | swap (FixedArray &other) |
FixedArray ()=default | |
FixedArray (const FixedArray &)=default | |
FixedArray (FixedArray &&)=default | |
FixedArray & | operator= (const FixedArray &)=default |
FixedArray & | operator= (FixedArray &&)=default |
~FixedArray ()=default | |
FixedArray (const ValueType r[VLength]) | |
FixedArray (const ValueType &) | |
FixedArray (const FixedArray< TFixedArrayValueType, VLength > &r) | |
FixedArray & | operator= (const FixedArray< TFixedArrayValueType, VLength > &r) |
reference | operator[] (short index) |
const_reference | operator[] (short index) const |
reference | operator[] (unsigned short index) |
const_reference | operator[] (unsigned short index) const |
reference | operator[] (int index) |
const_reference | operator[] (int index) const |
reference | operator[] (unsigned int index) |
const_reference | operator[] (unsigned int index) const |
reference | operator[] (long index) |
const_reference | operator[] (long index) const |
reference | operator[] (unsigned long index) |
const_reference | operator[] (unsigned long index) const |
reference | operator[] (long long index) |
const_reference | operator[] (long long index) const |
reference | operator[] (unsigned long long index) |
const_reference | operator[] (unsigned long long index) const |
void | SetElement (unsigned short index, const_reference value) |
const_reference | GetElement (unsigned short index) const |
Static Public Member Functions | |
static unsigned int | GetNumberOfComponents () |
Static Public Member Functions inherited from itk::FixedArray< TComponent, 4 > | |
static FixedArray | Filled (const ValueType &) |
Static Public Attributes | |
static constexpr unsigned int | Dimension = 4 |
static constexpr unsigned int | Length = 4 |
Static Public Attributes inherited from itk::FixedArray< TComponent, 4 > | |
static constexpr unsigned int | Dimension |
static constexpr unsigned int | Length |
using itk::RGBAPixel< TComponent >::BaseArray = FixedArray< TComponent, 4 > |
Convenience type alias.
Definition at line 73 of file itkRGBAPixel.h.
using itk::RGBAPixel< TComponent >::ComponentType = TComponent |
Define the component type.
Definition at line 76 of file itkRGBAPixel.h.
using itk::RGBAPixel< TComponent >::LuminanceType = typename NumericTraits< ComponentType >::RealType |
Definition at line 77 of file itkRGBAPixel.h.
using itk::RGBAPixel< TComponent >::Self = RGBAPixel |
Standard class type aliases.
Definition at line 63 of file itkRGBAPixel.h.
using itk::RGBAPixel< TComponent >::Superclass = FixedArray< TComponent, 4 > |
Definition at line 64 of file itkRGBAPixel.h.
|
inline |
Default constructors
Definition at line 80 of file itkRGBAPixel.h.
|
default |
Default constructors
|
default |
Default constructors
|
default |
Default constructors
|
inline |
Pass-through constructor for the Array base class.
Definition at line 90 of file itkRGBAPixel.h.
|
inline |
Pass-through constructor for the Array base class.
Definition at line 91 of file itkRGBAPixel.h.
|
inline |
Pass-through constructor for the Array base class.
Definition at line 92 of file itkRGBAPixel.h.
|
inline |
Get the Alpha component.
Definition at line 170 of file itkRGBAPixel.h.
|
inline |
Get the Blue component.
Definition at line 167 of file itkRGBAPixel.h.
|
inline |
Get the Green component.
Definition at line 164 of file itkRGBAPixel.h.
LuminanceType itk::RGBAPixel< TComponent >::GetLuminance | ( | ) | const |
Get Luminance out of RGB
|
inline |
Return the value for the Nth component.
Definition at line 121 of file itkRGBAPixel.h.
|
inlinestatic |
Return the number of components.
Definition at line 118 of file itkRGBAPixel.h.
|
inline |
Get the Red component.
Definition at line 161 of file itkRGBAPixel.h.
|
inline |
Return the Euclidean norm of the vector defined by the RGB components. Alpha is not used.
Definition at line 124 of file itkRGBAPixel.h.
Self itk::RGBAPixel< TComponent >::operator* | ( | const ComponentType & | f | ) | const |
Aritmetic operations between pixels. Return a new RGBAPixel.
const Self& itk::RGBAPixel< TComponent >::operator*= | ( | const ComponentType & | f | ) |
Arithmetic-assigment operators.
Self itk::RGBAPixel< TComponent >::operator+ | ( | const Self & | vec | ) | const |
Aritmetic operations between pixels. Return a new RGBAPixel.
const Self& itk::RGBAPixel< TComponent >::operator+= | ( | const Self & | vec | ) |
Arithmetic-assigment operators.
Self itk::RGBAPixel< TComponent >::operator- | ( | const Self & | vec | ) | const |
Aritmetic operations between pixels. Return a new RGBAPixel.
const Self& itk::RGBAPixel< TComponent >::operator-= | ( | const Self & | vec | ) |
Arithmetic-assigment operators.
Self itk::RGBAPixel< TComponent >::operator/ | ( | const ComponentType & | f | ) | const |
Aritmetic operations between pixels. Return a new RGBAPixel.
const Self& itk::RGBAPixel< TComponent >::operator/= | ( | const ComponentType & | f | ) |
Arithmetic-assigment operators.
bool itk::RGBAPixel< TComponent >::operator< | ( | const Self & | vec | ) | const |
Implements strict weak ordering. For use in STL, e.g. std::map.
|
default |
Default constructors
|
default |
Default constructors
RGBAPixel& itk::RGBAPixel< TComponent >::operator= | ( | const ComponentType | r[4] | ) |
Pass-through assignment operator for the Array base class.
bool itk::RGBAPixel< TComponent >::operator== | ( | const Self & | vec | ) | const |
|
inline |
Set the four components.
Definition at line 151 of file itkRGBAPixel.h.
|
inline |
Set the Alpha component.
Definition at line 148 of file itkRGBAPixel.h.
|
inline |
Set the Blue component.
Definition at line 145 of file itkRGBAPixel.h.
|
inline |
Set the Green component.
Definition at line 142 of file itkRGBAPixel.h.
|
inline |
Set the Nth component to v.
Definition at line 136 of file itkRGBAPixel.h.
|
inline |
Set the Red component.
Definition at line 139 of file itkRGBAPixel.h.
|
static |
Dimension of the vector space.
Definition at line 67 of file itkRGBAPixel.h.
|
static |
Length of the pixel.
Definition at line 70 of file itkRGBAPixel.h.