ITK
6.0.0
Insight Toolkit
|
#include <itkWeightedAddImageFilter.h>
Definition at line 35 of file itkWeightedAddImageFilter.h.
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.
|
default |
|
inline |
Definition at line 72 of file itkWeightedAddImageFilter.h.
References itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Alpha.
itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | WeightedAdd2< TInput1, TInput2, TOutput > | ) |
|
inline |
Definition at line 56 of file itkWeightedAddImageFilter.h.
References itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Alpha, and itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Beta.
|
inline |
Definition at line 48 of file itkWeightedAddImageFilter.h.
References itk::Math::ExactlyEquals(), and itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Alpha.
|
inline |
Definition at line 65 of file itkWeightedAddImageFilter.h.
References itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Alpha, itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::m_Beta, and itk::NumericTraits< T >::OneValue().
|
private |
Definition at line 78 of file itkWeightedAddImageFilter.h.
Referenced by itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::GetAlpha(), itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator()(), itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator==(), and itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::SetAlpha().
|
private |
Definition at line 79 of file itkWeightedAddImageFilter.h.
Referenced by itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::operator()(), and itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::SetAlpha().