ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkBluePixelAccessor.h>
Give access to the Blue 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 Blue component.
Definition at line 40 of file itkBluePixelAccessor.h.
Public Types | |
typedef T | ExternalType |
typedef RGBPixel< T > | InternalType |
typedef BluePixelAccessor | 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 |
typedef T itk::BluePixelAccessor< T >::ExternalType |
External typedef. It defines the external aspect that this class will exhibit
Definition at line 48 of file itkBluePixelAccessor.h.
typedef RGBPixel< T > itk::BluePixelAccessor< T >::InternalType |
Internal typedef. It defines the internal real representation of data
Definition at line 52 of file itkBluePixelAccessor.h.
typedef BluePixelAccessor itk::BluePixelAccessor< T >::Self |
Standard class typedefs.
Definition at line 44 of file itkBluePixelAccessor.h.
|
inline |
Read access to the Blue component
Definition at line 59 of file itkBluePixelAccessor.h.
References itk::RGBPixel< TComponent >::GetBlue().
|
inline |
Definition at line 62 of file itkBluePixelAccessor.h.
|
inline |
Definition at line 67 of file itkBluePixelAccessor.h.
|
inline |
Write access to the Blue component
Definition at line 55 of file itkBluePixelAccessor.h.
References itk::RGBPixel< TComponent >::SetBlue().