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

#include <itkPowImageFilter.h>

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

Detailed Description

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
class itk::Functor::Pow< TInput1, TInput2, TOutput >

Definition at line 34 of file itkPowImageFilter.h.

Public Member Functions

bool operator!= (const Pow &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const Pow &other) const
 
 Pow ()
 

Constructor & Destructor Documentation

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

Definition at line 38 of file itkPowImageFilter.h.

Member Function Documentation

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

Definition at line 39 of file itkPowImageFilter.h.

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

Definition at line 51 of file itkPowImageFilter.h.

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

Definition at line 46 of file itkPowImageFilter.h.


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