![]() |
Orfeo Toolbox
3.16
|
#include <itkWeightedAddImageFilter.h>
Inheritance diagram for itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >:Public Types | |
| typedef NumericTraits< TInput1 > ::AccumulateType | AccumulatorType |
| typedef NumericTraits< TInput1 > ::RealType | RealType |
Public Member Functions | |
| WeightedAdd2 () | |
| ~WeightedAdd2 () | |
| 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) |
Private Attributes | |
| RealType | m_Alpha |
| RealType | m_Beta |
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.
|
inline |
Definition at line 62 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 63 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 88 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 64 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 77 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 72 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 83 of file itkWeightedAddImageFilter.h.
|
private |
Definition at line 93 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().
|
private |
Definition at line 94 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().