plastimatch
Loading...
Searching...
No Matches
itk::Functor::AndConstantTo< TInput, TConstant, TOutput > Class Template Reference

#include <itkAndConstantToImageFilter.h>

Public Member Functions

 AndConstantTo ()
 
 ~AndConstantTo ()
 
bool operator!= (const AndConstantTo &other) const
 
bool operator== (const AndConstantTo &other) const
 
TOutput operator() (const TInput &A) const
 
void SetConstant (TConstant ct)
 
const TConstant & GetConstant () const
 

Public Attributes

TConstant m_Constant
 

Constructor & Destructor Documentation

◆ AndConstantTo()

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

◆ ~AndConstantTo()

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

Member Function Documentation

◆ GetConstant()

template<class TInput , class TConstant , class TOutput >
const TConstant & itk::Functor::AndConstantTo< TInput, TConstant, TOutput >::GetConstant ( ) const
inline

◆ operator!=()

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

◆ operator()()

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

◆ operator==()

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

◆ SetConstant()

template<class TInput , class TConstant , class TOutput >
void itk::Functor::AndConstantTo< TInput, TConstant, TOutput >::SetConstant ( TConstant ct)
inline

Member Data Documentation

◆ m_Constant

template<class TInput , class TConstant , class TOutput >
TConstant itk::Functor::AndConstantTo< TInput, TConstant, TOutput >::m_Constant

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