NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | List of all members
itk::Functor::BinariseUsingPadding< TInput, TOutput > Class Template Reference

Provide the operator to binarise a pixel: return 0, if the pixel is equal to the padding value, return 1, otherwise. More...

Public Member Functions

 BinariseUsingPadding ()
 
 ~BinariseUsingPadding ()
 
bool operator!= (const BinariseUsingPadding &) const
 
bool operator== (const BinariseUsingPadding &other) const
 
TOutput operator() (const TInput &value)
 
void SetPaddingValue (const TInput &paddingValue)
 
TInput GetPaddingValue () const
 

Detailed Description

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

Provide the operator to binarise a pixel: return 0, if the pixel is equal to the padding value, return 1, otherwise.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Provide the operator to binarise an pixel.

Parameters
constTInput& value: pixel value. return 0, if the pixel is equal to the padding value. return 1, otherwise.
template<class TInput , class TOutput >
bool itk::Functor::BinariseUsingPadding< TInput, TOutput >::operator== ( const BinariseUsingPadding< TInput, TOutput > &  other) const
inline
template<class TInput , class TOutput >
void itk::Functor::BinariseUsingPadding< TInput, TOutput >::SetPaddingValue ( const TInput &  paddingValue)
inline

Get/Set functions.


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