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.

Public Types

typedef NthElementImageAdaptor Self
typedef ImageAdaptor< TImage,
NthElementImageAdaptor< TOutputPixelType,
typename TImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const
void SelectNthElement (unsigned int nth)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 NthElementImageAdaptor ()
virtual ~NthElementImageAdaptor ()


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

template<class TImage, class TOutputPixelType>
typedef SmartPointer<const Self> itk::NthElementImageAdaptor< TImage, TOutputPixelType >::ConstPointer
 

Definition at line 51 of file itkNthElementImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef SmartPointer<Self> itk::NthElementImageAdaptor< TImage, TOutputPixelType >::Pointer
 

Definition at line 50 of file itkNthElementImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef NthElementImageAdaptor itk::NthElementImageAdaptor< TImage, TOutputPixelType >::Self
 

Standard class typedefs. Definition at line 46 of file itkNthElementImageAdaptor.h.

Referenced by itk::NthElementImageAdaptor< TImage, TOutputPixelType >::~NthElementImageAdaptor().

template<class TImage, class TOutputPixelType>
typedef ImageAdaptor<TImage,NthElementImageAdaptor< TOutputPixelType, typename TImage::PixelType > > itk::NthElementImageAdaptor< TImage, TOutputPixelType >::Superclass
 

Definition at line 49 of file itkNthElementImageAdaptor.h.


Constructor & Destructor Documentation

template<class TImage, class TOutputPixelType>
itk::NthElementImageAdaptor< TImage, TOutputPixelType >::NthElementImageAdaptor  )  [inline, protected]
 

Definition at line 66 of file itkNthElementImageAdaptor.h.

template<class TImage, class TOutputPixelType>
virtual itk::NthElementImageAdaptor< TImage, TOutputPixelType >::~NthElementImageAdaptor  )  [inline, protected, virtual]
 

Definition at line 67 of file itkNthElementImageAdaptor.h.

References itk::NthElementImageAdaptor< TImage, TOutputPixelType >::Self.


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).

template<class TImage, class TOutputPixelType>
Pointer itk::NthElementImageAdaptor< TImage, TOutputPixelType >::New  )  [static]
 

Method for creation through the object factory.

template<class TImage, class TOutputPixelType>
void itk::NthElementImageAdaptor< TImage, TOutputPixelType >::SelectNthElement unsigned int  nth  )  [inline]
 

Select the element number to be accessed Definition at line 60 of file itkNthElementImageAdaptor.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:11:29 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000