#include <itkWeightedAddImageFilter.h>
Definition at line 35 of file itkWeightedAddImageFilter.h.
Collaboration diagram for itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >:Public Types | |
| using | AccumulatorType = typename NumericTraits<TInput1>::AccumulateType |
| using | RealType = typename NumericTraits<TInput1>::RealType |
Public Member Functions | |
| RealType | GetAlpha () const |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (WeightedAdd2) | |
| TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
| bool | operator== (const WeightedAdd2 &other) const |
| void | SetAlpha (RealType alpha) |
| WeightedAdd2 () | |
| ~WeightedAdd2 ()=default | |
Private Attributes | |
| RealType | m_Alpha |
| RealType | m_Beta |
| using itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::AccumulatorType = typename NumericTraits<TInput1>::AccumulateType |
Definition at line 38 of file itkWeightedAddImageFilter.h.
| using itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::RealType = typename NumericTraits<TInput1>::RealType |
Definition at line 39 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 40 of file itkWeightedAddImageFilter.h.
References m_Alpha, and m_Beta.
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().
|
default |
|
inlinenodiscard |
Definition at line 71 of file itkWeightedAddImageFilter.h.
References m_Alpha.
| itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | WeightedAdd2< TInput1, TInput2, TOutput > | ) |
References WeightedAdd2().
|
inline |
Definition at line 55 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 47 of file itkWeightedAddImageFilter.h.
References itk::Math::ExactlyEquals(), m_Alpha, and WeightedAdd2().
|
inline |
Definition at line 64 of file itkWeightedAddImageFilter.h.
References m_Alpha, m_Beta, and itk::NumericTraits< T >::OneValue().
|
private |
Definition at line 77 of file itkWeightedAddImageFilter.h.
Referenced by GetAlpha(), operator()(), operator==(), SetAlpha(), and WeightedAdd2().
|
private |
Definition at line 78 of file itkWeightedAddImageFilter.h.
Referenced by operator()(), SetAlpha(), and WeightedAdd2().