![]() |
ITK
5.3.0
Insight Toolkit
|
#include <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 |
Definition at line 28 of file itkVectorIndexSelectionCastImageFilter.h.
|
inline |
Definition at line 31 of file itkVectorIndexSelectionCastImageFilter.h.
|
default |
|
inline |
Definition at line 35 of file itkVectorIndexSelectionCastImageFilter.h.
Referenced by itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::GetIndex().
| itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | VectorIndexSelectionCast< TInput, TOutput > | ) |
|
inline |
Definition at line 54 of file itkVectorIndexSelectionCastImageFilter.h.
|
inline |
Definition at line 46 of file itkVectorIndexSelectionCastImageFilter.h.
|
inline |
Definition at line 40 of file itkVectorIndexSelectionCastImageFilter.h.
Referenced by itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::SetIndex().
|
private |
Definition at line 60 of file itkVectorIndexSelectionCastImageFilter.h.
Referenced by itk::Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType >::GetIndex(), itk::Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType >::operator==(), itk::Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType >::SetIndex(), and itk::Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType >::VectorIndexSelectionCast().
1.8.16