#include <itkNthElementImageAdaptor.h>
Inheritance diagram for itk::NthElementImageAdaptor< TImage, TOutputPixelType >:
Public Types | |
typedef NthElementImageAdaptor | Self |
typedef NthElementImageAdaptorHelper< TImage, TOutputPixelType >::Super | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SelectNthElement (unsigned int nth) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
NthElementImageAdaptor () | |
virtual | ~NthElementImageAdaptor () |
It 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 56 of file itkNthElementImageAdaptor.h.
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 63 of file itkNthElementImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 62 of file itkNthElementImageAdaptor.h. |
|
Standard class typedefs. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 60 of file itkNthElementImageAdaptor.h. Referenced by itk::NthElementImageAdaptor< TImage, TOutputPixelType >::~NthElementImageAdaptor(). |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 61 of file itkNthElementImageAdaptor.h. |
|
Definition at line 78 of file itkNthElementImageAdaptor.h. |
|
Definition at line 79 of file itkNthElementImageAdaptor.h. References itk::NthElementImageAdaptor< TImage, TOutputPixelType >::Self. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. |
|
Method for creation through the object factory. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. |
|
Select the element number to be accessed Definition at line 72 of file itkNthElementImageAdaptor.h. |