ITK  4.13.0
Insight Segmentation and Registration 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 377 of file itkArithmeticOpsFunctors.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 380 of file itkArithmeticOpsFunctors.h.

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

Definition at line 381 of file itkArithmeticOpsFunctors.h.

Member Function Documentation

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

Definition at line 382 of file itkArithmeticOpsFunctors.h.

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

Definition at line 393 of file itkArithmeticOpsFunctors.h.

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

Definition at line 388 of file itkArithmeticOpsFunctors.h.


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