ITK
5.2.0
Insight Toolkit
|
#include <itkWeightedAddImageFilter.h>
Public Types | |
using | AccumulatorType = typename NumericTraits< TInput1 >::AccumulateType |
using | RealType = typename NumericTraits< TInput1 >::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 ()=default | |
Private Attributes | |
RealType | m_Alpha |
RealType | m_Beta |
Definition at line 35 of file itkWeightedAddImageFilter.h.
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 79 of file itkWeightedAddImageFilter.h.
Referenced by itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage >::GetAlpha().
|
inline |
Definition at line 46 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 63 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 57 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 72 of file itkWeightedAddImageFilter.h.
Referenced by itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage >::SetAlpha().
|
private |
Definition at line 85 of file itkWeightedAddImageFilter.h.
Referenced by itk::Functor::WeightedAdd2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType >::GetAlpha(), itk::Functor::WeightedAdd2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType >::operator!=(), itk::Functor::WeightedAdd2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType >::operator()(), and itk::Functor::WeightedAdd2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType >::SetAlpha().
|
private |
Definition at line 86 of file itkWeightedAddImageFilter.h.
Referenced by itk::Functor::WeightedAdd2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType >::operator()(), and itk::Functor::WeightedAdd2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType >::SetAlpha().