#include <itkNthElementImageAdaptor.h>
Inheritance diagram for itk::NthElementImageAdaptor:
Public Types | |
typedef NthElementImageAdaptor | Self |
typedef ImageAdaptor< TImage, NthElementImageAdaptor< TOutputPixelType, typename TImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Methods | |
virtual const char * | GetClassName () const |
void | SelectNthElement (unsigned int nth) |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
NthElementImageAdaptor () | |
virtual | ~NthElementImageAdaptor () |
iIt assumes that the pixels are of container type and have in their API an operator[](unsigned int) defined.
Additional casting is performed according to the input and output image types following C++ default casting rules.
Definition at line 38 of file itkNthElementImageAdaptor.h.
|
Reimplemented from itk::ImageAdaptor< TImage, NthElementPixelAccessor< TOutputPixelType, TImage::PixelType > >. Definition at line 51 of file itkNthElementImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, NthElementPixelAccessor< TOutputPixelType, TImage::PixelType > >. Definition at line 50 of file itkNthElementImageAdaptor.h. |
|
Standard class typedefs. Reimplemented from itk::ImageAdaptor< TImage, NthElementPixelAccessor< TOutputPixelType, TImage::PixelType > >. Definition at line 46 of file itkNthElementImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, NthElementPixelAccessor< TOutputPixelType, TImage::PixelType > >. Definition at line 49 of file itkNthElementImageAdaptor.h. |
|
Definition at line 66 of file itkNthElementImageAdaptor.h. |
|
Definition at line 67 of file itkNthElementImageAdaptor.h. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageAdaptor< TImage, NthElementPixelAccessor< TOutputPixelType, TImage::PixelType > >. |
|
Method for creation through the object factory. Reimplemented from itk::ImageAdaptor< TImage, NthElementPixelAccessor< TOutputPixelType, TImage::PixelType > >. |
|
Select the element number to be accessed Definition at line 60 of file itkNthElementImageAdaptor.h. |