#include <itkRGBToVectorPixelAccessor.h>
Public Types | |
typedef RGBToVectorPixelAccessor | Self |
typedef Vector< T, 3 > | ExternalType |
typedef RGBPixel< T > | InternalType |
Public Member Functions | |
void | Set (InternalType &output, const ExternalType &input) 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 an image of Vector pixel type.
Definition at line 43 of file itkRGBToVectorPixelAccessor.h.
|
External typedef. It defines the external aspect that this class will exhibit Definition at line 51 of file itkRGBToVectorPixelAccessor.h. Referenced by itk::Accessor::RGBToVectorPixelAccessor< T >::Get(), and itk::Accessor::RGBToVectorPixelAccessor< T >::Set(). |
|
Internal typedef. It defines the internal real representation of data Definition at line 55 of file itkRGBToVectorPixelAccessor.h. Referenced by itk::Accessor::RGBToVectorPixelAccessor< T >::Get(), and itk::Accessor::RGBToVectorPixelAccessor< T >::Set(). |
|
Standard class typedefs. Definition at line 47 of file itkRGBToVectorPixelAccessor.h. |
|
Read access to the RGBToVector component Definition at line 66 of file itkRGBToVectorPixelAccessor.h. References itk::Accessor::RGBToVectorPixelAccessor< T >::ExternalType, itk::FixedArray< TComponent, 3 >::GetDataPointer(), and itk::Accessor::RGBToVectorPixelAccessor< T >::InternalType. |
|
Write access to the RGBToVector component Definition at line 58 of file itkRGBToVectorPixelAccessor.h. References itk::Accessor::RGBToVectorPixelAccessor< T >::ExternalType, and itk::Accessor::RGBToVectorPixelAccessor< T >::InternalType. |