#include <itkMatrixIndexSelectionImageFilter.h>

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 () | |
| itk::Functor::MatrixIndexSelection< TInput, TOutput >::MatrixIndexSelection | ( | ) | [inline] |
Definition at line 31 of file itkMatrixIndexSelectionImageFilter.h.
| itk::Functor::MatrixIndexSelection< TInput, TOutput >::~MatrixIndexSelection | ( | ) | [inline] |
Definition at line 32 of file itkMatrixIndexSelectionImageFilter.h.
| void itk::Functor::MatrixIndexSelection< TInput, TOutput >::GetIndices | ( | unsigned int & | i, | |
| unsigned int & | j | |||
| ) | const [inline] |
Definition at line 34 of file itkMatrixIndexSelectionImageFilter.h.
| bool itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator!= | ( | const MatrixIndexSelection< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 37 of file itkMatrixIndexSelectionImageFilter.h.
| TOutput itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 51 of file itkMatrixIndexSelectionImageFilter.h.
| bool itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator== | ( | const MatrixIndexSelection< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 46 of file itkMatrixIndexSelectionImageFilter.h.
| void itk::Functor::MatrixIndexSelection< TInput, TOutput >::SetIndices | ( | unsigned int | i, | |
| unsigned int | j | |||
| ) | [inline] |
Definition at line 35 of file itkMatrixIndexSelectionImageFilter.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000