ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::Accessor::RGBToVectorPixelAccessor< T > Class Template Reference

#include <itkRGBToVectorPixelAccessor.h>

+ Inheritance diagram for itk::Accessor::RGBToVectorPixelAccessor< T >:

Detailed Description

template<typename T>
class itk::Accessor::RGBToVectorPixelAccessor< T >

Give access to a RGBPixel as if it were a Vector type.

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.

See Also
ImageAdaptor

Definition at line 43 of file itkRGBToVectorPixelAccessor.h.

Public Types

using ExternalType = Vector< T, 3 >
 
using InternalType = RGBPixel< T >
 
using Self = RGBToVectorPixelAccessor
 

Public Member Functions

void Set (InternalType &output, const ExternalType &input) const
 
ExternalType Get (const InternalType &input) const
 

Member Typedef Documentation

template<typename T>
using itk::Accessor::RGBToVectorPixelAccessor< T >::ExternalType = Vector< T, 3 >

External type alias. It defines the external aspect that this class will exhibit

Definition at line 51 of file itkRGBToVectorPixelAccessor.h.

template<typename T>
using itk::Accessor::RGBToVectorPixelAccessor< T >::InternalType = RGBPixel< T >

Internal type alias. It defines the internal real representation of data

Definition at line 55 of file itkRGBToVectorPixelAccessor.h.

Standard class type aliases.

Definition at line 47 of file itkRGBToVectorPixelAccessor.h.

Member Function Documentation

template<typename T>
ExternalType itk::Accessor::RGBToVectorPixelAccessor< T >::Get ( const InternalType input) const
inline

Read access to the RGBToVector component

Definition at line 66 of file itkRGBToVectorPixelAccessor.h.

template<typename T>
void itk::Accessor::RGBToVectorPixelAccessor< T >::Set ( InternalType output,
const ExternalType input 
) const
inline

Write access to the RGBToVector component

Definition at line 58 of file itkRGBToVectorPixelAccessor.h.


The documentation for this class was generated from the following file: