18#ifndef itkDefaultPixelAccessorFunctor_h
19#define itkDefaultPixelAccessorFunctor_h
46template <
typename TImageType>
61 template <
typename UImageType>
Provides a common API for pixel accessors for Image and VectorImage.
PixelAccessorType m_PixelAccessor
typename ImageType::AccessorType PixelAccessorType
typename ImageType::PixelType ExternalPixelType
static void SetVectorLength(ImageType *, VectorLengthType)
typename ImageType::InternalPixelType InternalPixelType
ExternalPixelType Get(InternalPixelType &input) const
void Set(InternalPixelType &output, const ExternalPixelType &input) const
const ExternalPixelType Get(const InternalPixelType &input) const
static VectorLengthType GetVectorLength(const ImageType *)
void SetBegin(const InternalPixelType *)
unsigned int VectorLengthType
void SetPixelAccessor(const PixelAccessorType &accessor)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....