![]() |
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.
|
inline |
Definition at line 31 of file itkMatrixIndexSelectionImageFilter.h.
|
inline |
Definition at line 32 of file itkMatrixIndexSelectionImageFilter.h.
|
inline |
Definition at line 34 of file itkMatrixIndexSelectionImageFilter.h.
|
inline |
Definition at line 37 of file itkMatrixIndexSelectionImageFilter.h.
|
inline |
Definition at line 52 of file itkMatrixIndexSelectionImageFilter.h.
|
inline |
Definition at line 47 of file itkMatrixIndexSelectionImageFilter.h.
|
inline |
Definition at line 35 of file itkMatrixIndexSelectionImageFilter.h.
|
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().
|
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.8.1