ITK
6.0.0
Insight Toolkit
|
#include <itkMatrixIndexSelectionImageFilter.h>
Definition at line 28 of file itkMatrixIndexSelectionImageFilter.h.
Public Member Functions | |
void | GetIndices (unsigned int &i, unsigned int &j) const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (MatrixIndexSelection) | |
MatrixIndexSelection () | |
TOutput | operator() (const TInput &A) const |
bool | operator== (const MatrixIndexSelection &other) const |
void | SetIndices (unsigned int i, unsigned int j) |
~MatrixIndexSelection ()=default | |
Private Attributes | |
unsigned int | m_I |
unsigned int | m_J |
|
inline |
Definition at line 31 of file itkMatrixIndexSelectionImageFilter.h.
References itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_I, and itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_J.
|
default |
|
inline |
Definition at line 35 of file itkMatrixIndexSelectionImageFilter.h.
References itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_I, and itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_J.
Referenced by itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::GetIndices().
itk::Functor::MatrixIndexSelection< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | MatrixIndexSelection< TInput, TOutput > | ) |
|
inline |
Definition at line 56 of file itkMatrixIndexSelectionImageFilter.h.
References itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_I, and itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_J.
|
inline |
Definition at line 48 of file itkMatrixIndexSelectionImageFilter.h.
References itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_I, and itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_J.
|
inline |
Definition at line 41 of file itkMatrixIndexSelectionImageFilter.h.
References itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_I, and itk::Functor::MatrixIndexSelection< TInput, TOutput >::m_J.
Referenced by itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::SetIndices().
|
private |
Definition at line 62 of file itkMatrixIndexSelectionImageFilter.h.
Referenced by itk::Functor::MatrixIndexSelection< TInput, TOutput >::GetIndices(), itk::Functor::MatrixIndexSelection< TInput, TOutput >::MatrixIndexSelection(), itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator()(), itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator==(), and itk::Functor::MatrixIndexSelection< TInput, TOutput >::SetIndices().
|
private |
Definition at line 63 of file itkMatrixIndexSelectionImageFilter.h.
Referenced by itk::Functor::MatrixIndexSelection< TInput, TOutput >::GetIndices(), itk::Functor::MatrixIndexSelection< TInput, TOutput >::MatrixIndexSelection(), itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator()(), itk::Functor::MatrixIndexSelection< TInput, TOutput >::operator==(), and itk::Functor::MatrixIndexSelection< TInput, TOutput >::SetIndices().