#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.
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().
|
default |
|
inline |
Definition at line 35 of file itkMatrixIndexSelectionImageFilter.h.
Referenced by itk::MatrixIndexSelectionImageFilter< Image< Matrix< unsigned short, 2, 2 >, 2 >, Image< unsigned char, 2 > >::GetIndices().
itk::Functor::MatrixIndexSelection< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | MatrixIndexSelection< TInput, TOutput > | ) |
References MatrixIndexSelection().
|
inline |
Definition at line 56 of file itkMatrixIndexSelectionImageFilter.h.
|
inline |
Definition at line 48 of file itkMatrixIndexSelectionImageFilter.h.
References m_I, m_J, and MatrixIndexSelection().
|
inline |
Definition at line 41 of file itkMatrixIndexSelectionImageFilter.h.
Referenced by itk::MatrixIndexSelectionImageFilter< Image< Matrix< unsigned short, 2, 2 >, 2 >, Image< unsigned char, 2 > >::SetIndices().
|
private |
Definition at line 62 of file itkMatrixIndexSelectionImageFilter.h.
Referenced by GetIndices(), MatrixIndexSelection(), operator()(), operator==(), and SetIndices().
|
private |
Definition at line 63 of file itkMatrixIndexSelectionImageFilter.h.
Referenced by GetIndices(), MatrixIndexSelection(), operator()(), operator==(), and SetIndices().