#include <itkVectorToRGBPixelAccessor.h>
Public Types | |
typedef VectorToRGBPixelAccessor | Self |
typedef RGBPixel< T > | ExternalType |
typedef Vector< T, 3 > | 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 Vector image appear as being an image of RGB pixel type.
Definition at line 43 of file itkVectorToRGBPixelAccessor.h.
|
External typedef. It defines the external aspect that this class will exhibit Definition at line 51 of file itkVectorToRGBPixelAccessor.h. Referenced by itk::Accessor::VectorToRGBPixelAccessor< T >::Get(), and itk::Accessor::VectorToRGBPixelAccessor< T >::Set(). |
|
Internal typedef. It defines the internal real representation of data Definition at line 55 of file itkVectorToRGBPixelAccessor.h. Referenced by itk::Accessor::VectorToRGBPixelAccessor< T >::Get(), and itk::Accessor::VectorToRGBPixelAccessor< T >::Set(). |
|
Standard class typedefs. Definition at line 47 of file itkVectorToRGBPixelAccessor.h. |
|
Read access to the VectorToRGB component Definition at line 66 of file itkVectorToRGBPixelAccessor.h. References itk::Accessor::VectorToRGBPixelAccessor< T >::ExternalType, itk::FixedArray< T, NVectorDimension >::GetDataPointer(), and itk::Accessor::VectorToRGBPixelAccessor< T >::InternalType. |
|
Write access to the VectorToRGB component Definition at line 58 of file itkVectorToRGBPixelAccessor.h. References itk::Accessor::VectorToRGBPixelAccessor< T >::ExternalType, and itk::Accessor::VectorToRGBPixelAccessor< T >::InternalType. |