ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput > Class Template Reference

#include <itkWeightedAddImageFilter.h>

+ Inheritance diagram for itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >:
+ Collaboration diagram for itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >:

Detailed Description

template<typename TInput1, typename TInput2, typename TOutput>
class itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >

Definition at line 35 of file itkWeightedAddImageFilter.h.

Public Types

typedef NumericTraits< TInput1 >
::AccumulateType 
AccumulatorType
 
typedef NumericTraits< TInput1 >
::RealType 
RealType
 

Public Member Functions

RealType GetAlpha () const
 
bool operator!= (const WeightedAdd2 &other) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const WeightedAdd2 &other) const
 
void SetAlpha (RealType alpha)
 
 WeightedAdd2 ()
 
 ~WeightedAdd2 ()
 

Private Attributes

RealType m_Alpha
 
RealType m_Beta
 

Member Typedef Documentation

template<typename TInput1, typename TInput2, typename TOutput>
typedef NumericTraits< TInput1 >::AccumulateType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::AccumulatorType

Definition at line 38 of file itkWeightedAddImageFilter.h.

template<typename TInput1, typename TInput2, typename TOutput>
typedef NumericTraits< TInput1 >::RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::RealType

Definition at line 39 of file itkWeightedAddImageFilter.h.

Constructor & Destructor Documentation

template<typename TInput1, typename TInput2, typename TOutput>
itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::WeightedAdd2 ( )
inline

Definition at line 40 of file itkWeightedAddImageFilter.h.

template<typename TInput1, typename TInput2, typename TOutput>
itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::~WeightedAdd2 ( )
inline

Definition at line 41 of file itkWeightedAddImageFilter.h.

Member Function Documentation

template<typename TInput1, typename TInput2, typename TOutput>
RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::GetAlpha ( void  ) const
inline
template<typename TInput1, typename TInput2, typename TOutput>
bool itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator!= ( const WeightedAdd2< TInput1, TInput2, TOutput > &  other) const
inline

Definition at line 42 of file itkWeightedAddImageFilter.h.

template<typename TInput1, typename TInput2, typename TOutput>
TOutput itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) const
inline

Definition at line 57 of file itkWeightedAddImageFilter.h.

template<typename TInput1, typename TInput2, typename TOutput>
bool itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator== ( const WeightedAdd2< TInput1, TInput2, TOutput > &  other) const
inline

Definition at line 52 of file itkWeightedAddImageFilter.h.

template<typename TInput1, typename TInput2, typename TOutput>
void itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::SetAlpha ( RealType  alpha)
inline

Member Data Documentation

template<typename TInput1, typename TInput2, typename TOutput>
RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Alpha
private
template<typename TInput1, typename TInput2, typename TOutput>
RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Beta
private

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