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

#include <itkGreaterEqualValImageFilter.h>

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

Detailed Description

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

Definition at line 34 of file itkGreaterEqualValImageFilter.h.

Public Member Functions

 GEConst ()
 
bool operator!= (const GEConst &) const
 
TOutput operator() (const TInput &A)
 
bool operator== (const GEConst &other) const
 
void SetVal (const TInput i)
 
 ~GEConst ()
 

Private Attributes

TInput m_Val
 

Constructor & Destructor Documentation

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

Definition at line 37 of file itkGreaterEqualValImageFilter.h.

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

Definition at line 40 of file itkGreaterEqualValImageFilter.h.

Member Function Documentation

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

Definition at line 41 of file itkGreaterEqualValImageFilter.h.

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

Definition at line 51 of file itkGreaterEqualValImageFilter.h.

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

Definition at line 46 of file itkGreaterEqualValImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::GEConst< TInput, TOutput >::SetVal ( const TInput  i)
inline

Definition at line 38 of file itkGreaterEqualValImageFilter.h.

Member Data Documentation

template<class TInput, class TOutput>
TInput itk::Functor::GEConst< TInput, TOutput >::m_Val
private

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