ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::VectorIndexSelectionCast< TInput, TOutput > Class Template Reference

#include <itkVectorIndexSelectionCastImageFilter.h>

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::VectorIndexSelectionCast< TInput, TOutput >

Definition at line 28 of file itkVectorIndexSelectionCastImageFilter.h.

Public Member Functions

unsigned int GetIndex () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (VectorIndexSelectionCast)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const VectorIndexSelectionCast &other) const
 
void SetIndex (unsigned int i)
 
 VectorIndexSelectionCast ()
 
 ~VectorIndexSelectionCast ()=default
 

Private Attributes

unsigned int m_Index
 

Constructor & Destructor Documentation

◆ VectorIndexSelectionCast()

template<typename TInput, typename TOutput>
itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::VectorIndexSelectionCast ( )
inline

Definition at line 31 of file itkVectorIndexSelectionCastImageFilter.h.

◆ ~VectorIndexSelectionCast()

template<typename TInput, typename TOutput>
itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::~VectorIndexSelectionCast ( )
default

Member Function Documentation

◆ GetIndex()

template<typename TInput, typename TOutput>
unsigned int itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::GetIndex ( ) const
inline

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput, typename TOutput>
itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( VectorIndexSelectionCast< TInput, TOutput >  )

◆ operator()()

template<typename TInput, typename TOutput>
TOutput itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 54 of file itkVectorIndexSelectionCastImageFilter.h.

◆ operator==()

template<typename TInput, typename TOutput>
bool itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::operator== ( const VectorIndexSelectionCast< TInput, TOutput > &  other) const
inline

Definition at line 46 of file itkVectorIndexSelectionCastImageFilter.h.

◆ SetIndex()

template<typename TInput, typename TOutput>
void itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::SetIndex ( unsigned int  i)
inline

Member Data Documentation

◆ m_Index

template<typename TInput, typename TOutput>
unsigned int itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::m_Index
private

The documentation for this class was generated from the following file: