18#ifndef itkNthElementImageAdaptor_h
19#define itkNthElementImageAdaptor_h
48template <
typename TImage,
typename TOutputPixelType>
57template <
typename TImage,
typename TOutputPixelType>
77 SelectNthElement(
unsigned int nth)
79 this->GetPixelAccessor().SetElementNumber(nth);
Base class for all data objects in ITK.
Give access to partial aspects of voxels from an Image.
Presents an image as being composed of the N-th element of its pixels.
Give access to the N-th of a Container type.
Base class for most ITK classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....