18 #ifndef itkNthElementImageAdaptor_h
19 #define itkNthElementImageAdaptor_h
47 template<
typename TImage,
typename TOutputPixelType >
53 typename TImage::PixelType >;
58 template<
typename TImage,
typename TOutputPixelType >
void Modified() const override
NthElementImageAdaptor()=default
~NthElementImageAdaptor() override=default
Presents an image as being composed of the N-th element of its pixels.
void SelectNthElement(unsigned int nth)
AccessorType & GetPixelAccessor()
Give access to partial aspects of voxels from an Image.
Base class for most ITK classes.
Base class for all data objects in ITK.
Give access to the N-th of a Container type.