ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#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 () | |
Private Attributes | |
RealType | m_Alpha |
RealType | m_Beta |
Definition at line 34 of file itkWeightedAddImageFilter.h.
typedef NumericTraits< TInput1 >::AccumulateType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::AccumulatorType |
Definition at line 37 of file itkWeightedAddImageFilter.h.
typedef NumericTraits< TInput1 >::RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::RealType |
Definition at line 38 of file itkWeightedAddImageFilter.h.
itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::WeightedAdd2 | ( | ) | [inline] |
Definition at line 39 of file itkWeightedAddImageFilter.h.
itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::~WeightedAdd2 | ( | ) | [inline] |
Definition at line 40 of file itkWeightedAddImageFilter.h.
RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::GetAlpha | ( | void | ) | const [inline] |
Definition at line 70 of file itkWeightedAddImageFilter.h.
bool itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator!= | ( | const WeightedAdd2< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 41 of file itkWeightedAddImageFilter.h.
TOutput itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, |
const TInput2 & | B | ||
) | const [inline] |
Definition at line 56 of file itkWeightedAddImageFilter.h.
bool itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator== | ( | const WeightedAdd2< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 51 of file itkWeightedAddImageFilter.h.
void itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::SetAlpha | ( | RealType | alpha | ) | [inline] |
Definition at line 64 of file itkWeightedAddImageFilter.h.
RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Alpha [private] |
Definition at line 76 of file itkWeightedAddImageFilter.h.
Referenced by itk::Functor::WeightedAdd2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::GetAlpha(), itk::Functor::WeightedAdd2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::WeightedAdd2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::WeightedAdd2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::SetAlpha().
RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Beta [private] |
Definition at line 77 of file itkWeightedAddImageFilter.h.
Referenced by itk::Functor::WeightedAdd2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::WeightedAdd2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::SetAlpha().