#include <itkBluePixelAccessor.h>
Public Types | |
typedef BluePixelAccessor | Self |
typedef T | ExternalType |
typedef RGBPixel< T > | InternalType |
Public Member Functions | |
void | Set (InternalType &output, const ExternalType &input) const |
const ExternalType & | Get (const InternalType &input) const |
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 41 of file itkBluePixelAccessor.h.
|
External typedef. It defines the external aspect that this class will exhibit Definition at line 49 of file itkBluePixelAccessor.h. Referenced by itk::BluePixelAccessor< T >::Get(), and itk::BluePixelAccessor< T >::Set(). |
|
Internal typedef. It defines the internal real representation of data Definition at line 53 of file itkBluePixelAccessor.h. Referenced by itk::BluePixelAccessor< T >::Get(), and itk::BluePixelAccessor< T >::Set(). |
|
Standard class typedefs. Definition at line 45 of file itkBluePixelAccessor.h. |
|
Read access to the Blue component Definition at line 60 of file itkBluePixelAccessor.h. References itk::BluePixelAccessor< T >::ExternalType, itk::RGBPixel< TComponent >::GetBlue(), and itk::BluePixelAccessor< T >::InternalType. |
|
Write access to the Blue component Definition at line 56 of file itkBluePixelAccessor.h. References itk::BluePixelAccessor< T >::ExternalType, itk::BluePixelAccessor< T >::InternalType, and itk::RGBPixel< TComponent >::SetBlue(). |