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

#include <itkSquareImageFilter.h>

Public Types

using RealType = typename NumericTraits< TInput >::RealType
 

Public Member Functions

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

Detailed Description

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

Definition at line 40 of file itkSquareImageFilter.h.

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.

Constructor & Destructor Documentation

◆ Square()

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

◆ ~Square()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 47 of file itkSquareImageFilter.h.

◆ operator()()

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

Definition at line 59 of file itkSquareImageFilter.h.

◆ operator==()

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

Definition at line 53 of file itkSquareImageFilter.h.


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