ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput > Class Template Reference

#include <itkTernaryMagnitudeSquaredImageFilter.h>

+ Inheritance diagram for itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput >:

Detailed Description

template<typename TInput1, typename TInput2, typename TInput3, typename TOutput>
class itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput >

Definition at line 33 of file itkTernaryMagnitudeSquaredImageFilter.h.

Public Member Functions

 ModulusSquare3 ()
 
bool operator!= (const ModulusSquare3 &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B, const TInput3 &C) const
 
bool operator== (const ModulusSquare3 &other) const
 
 ~ModulusSquare3 ()
 

Constructor & Destructor Documentation

template<typename TInput1, typename TInput2, typename TInput3, typename TOutput>
itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput >::ModulusSquare3 ( )
inline

Definition at line 36 of file itkTernaryMagnitudeSquaredImageFilter.h.

template<typename TInput1, typename TInput2, typename TInput3, typename TOutput>
itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput >::~ModulusSquare3 ( )
inline

Definition at line 37 of file itkTernaryMagnitudeSquaredImageFilter.h.

Member Function Documentation

template<typename TInput1, typename TInput2, typename TInput3, typename TOutput>
bool itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput >::operator!= ( const ModulusSquare3< TInput1, TInput2, TInput3, TOutput > &  ) const
inline

Definition at line 38 of file itkTernaryMagnitudeSquaredImageFilter.h.

template<typename TInput1, typename TInput2, typename TInput3, typename TOutput>
TOutput itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B,
const TInput3 &  C 
) const
inline

Definition at line 49 of file itkTernaryMagnitudeSquaredImageFilter.h.

template<typename TInput1, typename TInput2, typename TInput3, typename TOutput>
bool itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput >::operator== ( const ModulusSquare3< TInput1, TInput2, TInput3, TOutput > &  other) const
inline

Definition at line 44 of file itkTernaryMagnitudeSquaredImageFilter.h.


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