18 #ifndef itkNthElementImageAdaptor_h
19 #define itkNthElementImageAdaptor_h
47 template<
typename TImage,
typename TOutputPixelType >
58 template<
typename TImage,
typename TOutputPixelType >
ImageAdaptor< TImage, PixelAccessor > Super
NthElementPixelAccessor< TOutputPixelType, typename TImage::PixelType > PixelAccessor
SmartPointer< Self > Pointer
virtual ~NthElementImageAdaptor()
NthElementImageAdaptor Self
virtual void Modified() const override
SmartPointer< const Self > ConstPointer
AccessorType & GetPixelAccessor(void)
Presents an image as being composed of the N-th element of its pixels.
void SelectNthElement(unsigned int nth)
Give access to partial aspects of voxels from an Image.
void operator=(const Self &)
Base class for all data objects in ITK.
Give access to the N-th of a Container type.
NthElementImageAdaptorHelper< TImage, TOutputPixelType >::Super Superclass