#include <itkRedPixelAccessor.h>
Public Types | |
typedef RedPixelAccessor | Self |
typedef T | ExternalType |
typedef RGBPixel< T > | InternalType |
Public Methods | |
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 Red component.
Definition at line 39 of file itkRedPixelAccessor.h.
|
External typedef. It defines the external aspect that this class will exhibit Definition at line 47 of file itkRedPixelAccessor.h. |
|
Internal typedef. It defines the internal real representation of data Definition at line 51 of file itkRedPixelAccessor.h. |
|
Standard class typedefs. Definition at line 43 of file itkRedPixelAccessor.h. |
|
Read access to the Red component Definition at line 58 of file itkRedPixelAccessor.h. |
|
Write access to the Red component Definition at line 54 of file itkRedPixelAccessor.h. |