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

#include <itkArithmeticOpsFunctors.h>

Public Member Functions

bool operator!= (const UnaryMinus &) const
 
TOutput operator() (const TInput1 &A) const
 
bool operator== (const UnaryMinus &other) const
 
 UnaryMinus ()=default
 
 ~UnaryMinus ()=default
 

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 420 of file itkArithmeticOpsFunctors.h.

Constructor & Destructor Documentation

◆ UnaryMinus()

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

◆ ~UnaryMinus()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 426 of file itkArithmeticOpsFunctors.h.

◆ operator()()

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

Definition at line 439 of file itkArithmeticOpsFunctors.h.

◆ operator==()

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

Definition at line 433 of file itkArithmeticOpsFunctors.h.


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