|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkNthElementImageAdaptor_h
19 #define itkNthElementImageAdaptor_h
48 template <
typename TImage,
typename TOutputPixelType>
57 template <
typename TImage,
typename TOutputPixelType>
Presents an image as being composed of the N-th element of its pixels.
NthElementImageAdaptor()=default
void Modified() const override
Give access to partial aspects of voxels from an Image.
~NthElementImageAdaptor() override=default
Give access to the N-th of a Container type.
void SelectNthElement(unsigned int nth)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
AccessorType & GetPixelAccessor()
Base class for all data objects in ITK.