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

#include <itkSquareImageFilter.h>

Detailed Description

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

Definition at line 40 of file itkSquareImageFilter.h.

Public Types

using RealType = typename NumericTraits< TInput >::RealType
 

Public Member Functions

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

Member Typedef Documentation

◆ RealType

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

Definition at line 43 of file itkSquareImageFilter.h.

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 53 of file itkSquareImageFilter.h.

◆ operator==()

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

Definition at line 45 of file itkSquareImageFilter.h.


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