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