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