ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::ModulusTransform< TInput, TOutput > Class Template Reference

#include <itkModulusImageFilter.h>

+ Collaboration diagram for itk::Functor::ModulusTransform< TInput, TOutput >:

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::ModulusTransform< TInput, TOutput >

Deprecated:
The two template parametered ModulusTransform functor is depricated. Please use the version with 3 template parameters.

Definition at line 71 of file itkModulusImageFilter.h.

Public Member Functions

 ModulusTransform ()
 
bool operator!= (const ModulusTransform &other) const
 
TOutput operator() (const TInput &x) const
 
bool operator== (const ModulusTransform &other) const
 
void SetDividend (TOutput dividend)
 
 ~ModulusTransform ()
 

Private Attributes

TInput m_Dividend
 

Constructor & Destructor Documentation

template<typename TInput , typename TOutput >
itk::Functor::ModulusTransform< TInput, TOutput >::ModulusTransform ( )
inline
template<typename TInput , typename TOutput >
itk::Functor::ModulusTransform< TInput, TOutput >::~ModulusTransform ( )
inline

Definition at line 75 of file itkModulusImageFilter.h.

Member Function Documentation

template<typename TInput , typename TOutput >
bool itk::Functor::ModulusTransform< TInput, TOutput >::operator!= ( const ModulusTransform< TInput, TOutput > &  other) const
inline
template<typename TInput , typename TOutput >
TOutput itk::Functor::ModulusTransform< TInput, TOutput >::operator() ( const TInput &  x) const
inline
template<typename TInput , typename TOutput >
bool itk::Functor::ModulusTransform< TInput, TOutput >::operator== ( const ModulusTransform< TInput, TOutput > &  other) const
inline

Definition at line 87 of file itkModulusImageFilter.h.

template<typename TInput , typename TOutput >
void itk::Functor::ModulusTransform< TInput, TOutput >::SetDividend ( TOutput  dividend)
inline

Member Data Documentation

template<typename TInput , typename TOutput >
TInput itk::Functor::ModulusTransform< TInput, TOutput >::m_Dividend
private

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