Give access to the red component of a RGBPixel type. More...
#include <itkRedPixelAccessor.h>
Public Types | |
typedef T | ExternalType |
typedef RGBPixel< T > | InternalType |
typedef RedPixelAccessor | Self |
Public Member Functions | |
const ExternalType & | Get (const InternalType &input) const |
bool | operator!= (const Self &) const |
bool | operator== (const Self &other) const |
void | Set (InternalType &output, const ExternalType &input) const |
Give access to the red component of a RGBPixel type.
This class is intended to be used as parameter of an ImageAdaptor to make an RGBPixel image appear as being of scalar type T, showing only the Red component.
Definition at line 39 of file itkRedPixelAccessor.h.
typedef T itk::RedPixelAccessor< T >::ExternalType |
External typedef. It defines the external aspect that this class will exhibit
Definition at line 47 of file itkRedPixelAccessor.h.
typedef RGBPixel<T> itk::RedPixelAccessor< T >::InternalType |
Internal typedef. It defines the internal real representation of data
Definition at line 51 of file itkRedPixelAccessor.h.
typedef RedPixelAccessor itk::RedPixelAccessor< T >::Self |
Standard class typedefs.
Definition at line 43 of file itkRedPixelAccessor.h.
const ExternalType& itk::RedPixelAccessor< T >::Get | ( | const InternalType & | input | ) | const [inline] |
Read access to the Red component
Definition at line 58 of file itkRedPixelAccessor.h.
References itk::RGBPixel< TComponent >::GetRed().
bool itk::RedPixelAccessor< T >::operator!= | ( | const Self & | ) | const [inline] |
Definition at line 61 of file itkRedPixelAccessor.h.
bool itk::RedPixelAccessor< T >::operator== | ( | const Self & | other | ) | const [inline] |
Definition at line 66 of file itkRedPixelAccessor.h.
void itk::RedPixelAccessor< T >::Set | ( | InternalType & | output, | |
const ExternalType & | input | |||
) | const [inline] |
Write access to the Red component
Definition at line 54 of file itkRedPixelAccessor.h.
References itk::RGBPixel< TComponent >::SetRed().