18 #ifndef itkMatrixIndexSelectionImageFilter_h
19 #define itkMatrixIndexSelectionImageFilter_h
27 template<
typename TInput,
typename TOutput >
49 return !( *
this != other );
54 return static_cast< TOutput
>( A[
m_I][
m_J] );
80 template<
typename TInputImage,
typename TOutputImage >
84 Functor::MatrixIndexSelection< typename TInputImage::PixelType,
85 typename TOutputImage::PixelType > >
94 typename TOutputImage::PixelType > >;
115 #ifdef ITK_USE_CONCEPT_CHECKING
void SetIndices(unsigned int i, unsigned int j)
~MatrixIndexSelection()=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TOutput operator()(const TInput &A) const
void GetIndices(unsigned int &i, unsigned int &j) const
MatrixIndexSelectionImageFilter()=default
virtual void Modified() const
FunctorType & GetFunctor()
bool operator!=(const MatrixIndexSelection &other) const
bool operator==(const MatrixIndexSelection &other) const
Implements pixel-wise generic operation on one image.
void GetIndices(unsigned int &i, unsigned int &j) const
void SetIndices(unsigned int i, unsigned int j)
Extracts the selected indices of a matrix image that is the input pixel type.
#define itkConceptMacro(name, concept)
Templated n-dimensional image class.
~MatrixIndexSelectionImageFilter() override=default