ITK  5.0.0
Insight Segmentation and Registration 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 39 of file itkRGBToLuminanceImageFilter.h.

Public Types

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

Public Member Functions

bool operator!= (const RGBToLuminance &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const RGBToLuminance &other) const
 
 RGBToLuminance ()=default
 
 ~RGBToLuminance ()=default
 

Member Typedef Documentation

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

Definition at line 42 of file itkRGBToLuminanceImageFilter.h.

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

Definition at line 43 of file itkRGBToLuminanceImageFilter.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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.

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

Definition at line 57 of file itkRGBToLuminanceImageFilter.h.

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

Definition at line 52 of file itkRGBToLuminanceImageFilter.h.


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