![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkWeightedAddImageFilter.h>
Inheritance diagram for itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >:
Collaboration diagram for itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >:Definition at line 35 of file 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 |
| typedef NumericTraits< TInput1 >::AccumulateType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::AccumulatorType |
Definition at line 38 of file itkWeightedAddImageFilter.h.
| typedef NumericTraits< TInput1 >::RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::RealType |
Definition at line 39 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 40 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 41 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 71 of file itkWeightedAddImageFilter.h.
Referenced by itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage >::GetAlpha().
|
inline |
Definition at line 42 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 57 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 52 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 65 of file itkWeightedAddImageFilter.h.
Referenced by itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage >::SetAlpha().
|
private |
Definition at line 77 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 78 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().
1.8.5