#include <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 () |
Definition at line 57 of file itkWeightedAddImageFilter.h.
typedef NumericTraits< TInput1 >::AccumulateType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::AccumulatorType |
Definition at line 60 of file itkWeightedAddImageFilter.h.
typedef NumericTraits< TInput1 >::RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::RealType |
Definition at line 61 of file itkWeightedAddImageFilter.h.
itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::WeightedAdd2 | ( | ) | [inline] |
Definition at line 62 of file itkWeightedAddImageFilter.h.
itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::~WeightedAdd2 | ( | ) | [inline] |
Definition at line 63 of file itkWeightedAddImageFilter.h.
RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::GetAlpha | ( | ) | const [inline] |
Definition at line 88 of file itkWeightedAddImageFilter.h.
bool itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator!= | ( | const WeightedAdd2< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 64 of file itkWeightedAddImageFilter.h.
TOutput itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B | |||
) | const [inline] |
Definition at line 77 of file itkWeightedAddImageFilter.h.
bool itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator== | ( | const WeightedAdd2< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 72 of file itkWeightedAddImageFilter.h.
void itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::SetAlpha | ( | RealType | alpha | ) | [inline] |
Definition at line 83 of file itkWeightedAddImageFilter.h.