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

#include <itkArithmeticOpsFunctors.h>

Detailed Description

template<class TInput1, class TOutput = TInput1>
class itk::Functor::UnaryMinus< TInput1, TOutput >

Apply the unary minus operator.

Assumed that the output type is signed.

Definition at line 357 of file itkArithmeticOpsFunctors.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (UnaryMinus)
 
TOutput operator() (const TInput1 &A) const
 
bool operator== (const UnaryMinus &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<class TInput1 , class TOutput = TInput1>
itk::Functor::UnaryMinus< TInput1, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( UnaryMinus< TInput1, TOutput >  )

◆ operator()()

template<class TInput1 , class TOutput = TInput1>
TOutput itk::Functor::UnaryMinus< TInput1, TOutput >::operator() ( const TInput1 &  A) const
inline

Definition at line 369 of file itkArithmeticOpsFunctors.h.

◆ operator==()

template<class TInput1 , class TOutput = TInput1>
bool itk::Functor::UnaryMinus< TInput1, TOutput >::operator== ( const UnaryMinus< TInput1, TOutput > &  ) const
inline

Definition at line 361 of file itkArithmeticOpsFunctors.h.


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