Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage > Class Template Reference
[Intensity Image FiltersMultithreaded Filters]

Extracts the selected indices of a matrix image that is the input pixel type. More...

#include <itkMatrixIndexSelectionImageFilter.h>

Inheritance diagram for itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef MatrixIndexSelectionImageFilter Self
typedef UnaryFunctorImageFilter<
TInputImage, TOutputImage,
Functor::MatrixIndexSelection<
typename TInputImage::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

void GetIndices (unsigned int &i, unsigned int &j) const
void SetIndices (unsigned int i, unsigned int j)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 MatrixIndexSelectionImageFilter ()
virtual ~MatrixIndexSelectionImageFilter ()

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >

Extracts the selected indices of a matrix image that is the input pixel type.

This filter is templated over the input image type and output image type.

The filter expect the input image pixel type to be a matrix and the output image pixel type to be a scalar. The only requirement on the type used for representing the vector is that it must provide an operator(i,j).

Definition at line 64 of file itkMatrixIndexSelectionImageFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::ConstPointer
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 73 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Pointer
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 72 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef MatrixIndexSelectionImageFilter itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 70 of file itkMatrixIndexSelectionImageFilter.h.

Referenced by itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::~MatrixIndexSelectionImageFilter().

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage,Functor::MatrixIndexSelection<typename TInputImage::PixelType,typename TOutputImage::PixelType> > itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Superclass
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 71 of file itkMatrixIndexSelectionImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputImage>
itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::MatrixIndexSelectionImageFilter  )  [inline, protected]
 

Definition at line 90 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInputImage, class TOutputImage>
virtual itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::~MatrixIndexSelectionImageFilter  )  [inline, protected, virtual]
 

Definition at line 91 of file itkMatrixIndexSelectionImageFilter.h.

References itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Self.


Member Function Documentation

template<class TInputImage, class TOutputImage>
void itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::GetIndices unsigned int &  i,
unsigned int &  j
const [inline]
 

Definition at line 86 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInputImage, class TOutputImage>
Pointer itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

template<class TInputImage, class TOutputImage>
void itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::SetIndices unsigned int  i,
unsigned int  j
[inline]
 

Get/Set methods for the index

Definition at line 79 of file itkMatrixIndexSelectionImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu May 25 01:42:40 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000