Main Page
Groups
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File
List
Namespace Members
Compound Members
File Members
Concepts
itk::NthElementImageAdaptor< TImage, TOutputPixelType > Class Template Reference
[Image Adaptors]
Presents an image as being composed of the N-th element of its pixels.
More...
#include <itkNthElementImageAdaptor.h>
List of all members.
Detailed Description
template<class TImage, class TOutputPixelType>
class itk::NthElementImageAdaptor< TImage, TOutputPixelType >
Presents an image as being composed of the N-th element of its pixels.
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 38 of file itkNthElementImageAdaptor.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<class TImage, class TOutputPixelType> |
virtual const char* itk::NthElementImageAdaptor< TImage, TOutputPixelType >::GetClassName |
( |
|
) |
const [virtual] |
|
|
Run-time type information (and related methods). |
|
Method for creation through the object factory. |
template<class TImage, class TOutputPixelType> |
void itk::NthElementImageAdaptor< TImage, TOutputPixelType >::SelectNthElement |
( |
unsigned int |
nth |
) |
[inline] |
|
The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:11:29 2007 for ITK by
1.3.8 written by Dimitri van Heesch,
© 1997-2000