ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::MatrixIndexSelection< TInput, TOutput > Class Template Reference

#include <itkMatrixIndexSelectionImageFilter.h>

+ Inheritance diagram for itk::Functor::MatrixIndexSelection< TInput, TOutput >:

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::MatrixIndexSelection< TInput, TOutput >

Definition at line 28 of file itkMatrixIndexSelectionImageFilter.h.

Public Member Functions

void GetIndices (unsigned int &i, unsigned int &j) const
 
 MatrixIndexSelection ()
 
bool operator!= (const MatrixIndexSelection &other) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const MatrixIndexSelection &other) const
 
void SetIndices (unsigned int i, unsigned int j)
 
 ~MatrixIndexSelection ()
 

Private Attributes

unsigned int m_I
 
unsigned int m_J
 

Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::MatrixIndexSelection< TInput, TOutput >::MatrixIndexSelection ( )
inline

Definition at line 31 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::MatrixIndexSelection< TInput, TOutput >::~MatrixIndexSelection ( )
inline

Definition at line 32 of file itkMatrixIndexSelectionImageFilter.h.

Member Function Documentation

template<class TInput, class TOutput>
void itk::Functor::MatrixIndexSelection< TInput, TOutput >::GetIndices ( unsigned int &  i,
unsigned int &  j 
) const
inline

Definition at line 34 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInput, class TOutput>
bool itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator!= ( const MatrixIndexSelection< TInput, TOutput > &  other) const
inline

Definition at line 37 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInput, class TOutput>
TOutput itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 52 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInput, class TOutput>
bool itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator== ( const MatrixIndexSelection< TInput, TOutput > &  other) const
inline

Definition at line 47 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::MatrixIndexSelection< TInput, TOutput >::SetIndices ( unsigned int  i,
unsigned int  j 
)
inline

Definition at line 35 of file itkMatrixIndexSelectionImageFilter.h.

Member Data Documentation

template<class TInput, class TOutput>
unsigned int itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_I
private
template<class TInput, class TOutput>
unsigned int itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_J
private

The documentation for this class was generated from the following file: