![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMatrixIndexSelectionImageFilter.h>
Inheritance diagram for itk::Functor::MatrixIndexSelection< TInput, TOutput >: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 |
Definition at line 28 of file itkMatrixIndexSelectionImageFilter.h.
| 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 52 of file itkMatrixIndexSelectionImageFilter.h.
| bool itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator== | ( | const MatrixIndexSelection< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 47 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.
unsigned int itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_I [private] |
Definition at line 58 of file itkMatrixIndexSelectionImageFilter.h.
Referenced by itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::GetIndices(), itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::MatrixIndexSelection(), itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::SetIndices().
unsigned int itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_J [private] |
Definition at line 59 of file itkMatrixIndexSelectionImageFilter.h.
Referenced by itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::GetIndices(), itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::MatrixIndexSelection(), itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >::SetIndices().
1.7.6.1