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

#include <itkRGBToLuminanceImageFilter.h>

Detailed Description

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

Definition at line 40 of file itkRGBToLuminanceImageFilter.h.

Public Types

using ComponentType = typename TInput::ComponentType
 
using RealType = typename itk::NumericTraits< ComponentType >::RealType
 

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (RGBToLuminance)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const RGBToLuminance &) const
 

Member Typedef Documentation

◆ ComponentType

template<typename TInput , typename TOutput >
using itk::Functor::RGBToLuminance< TInput, TOutput >::ComponentType = typename TInput::ComponentType

Definition at line 43 of file itkRGBToLuminanceImageFilter.h.

◆ RealType

template<typename TInput , typename TOutput >
using itk::Functor::RGBToLuminance< TInput, TOutput >::RealType = typename itk::NumericTraits<ComponentType>::RealType

Definition at line 44 of file itkRGBToLuminanceImageFilter.h.

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 55 of file itkRGBToLuminanceImageFilter.h.

◆ operator==()

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

Definition at line 47 of file itkRGBToLuminanceImageFilter.h.


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