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

#include <itkClampImageFilter.h>

+ Inheritance diagram for itk::Functor::Clamp< TInput, TOutput >:

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::Clamp< TInput, TOutput >

Definition at line 51 of file itkClampImageFilter.h.

Public Member Functions

 Clamp ()
 
bool operator!= (const Clamp &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Clamp &other) const
 
virtual ~Clamp ()
 

Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::Clamp< TInput, TOutput >::Clamp ( )
inline

Definition at line 54 of file itkClampImageFilter.h.

template<class TInput, class TOutput>
virtual itk::Functor::Clamp< TInput, TOutput >::~Clamp ( )
inlinevirtual

Definition at line 55 of file itkClampImageFilter.h.

Member Function Documentation

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

Definition at line 56 of file itkClampImageFilter.h.

template<class TInput, class TOutput>
TOutput itk::Functor::Clamp< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 64 of file itkClampImageFilter.h.

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

Definition at line 60 of file itkClampImageFilter.h.


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