![]() |
ITK
4.2.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 >: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 |
Definition at line 34 of file itkWeightedAddImageFilter.h.
| typedef NumericTraits< TInput1 >::AccumulateType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::AccumulatorType |
Definition at line 37 of file itkWeightedAddImageFilter.h.
| typedef NumericTraits< TInput1 >::RealType itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >::RealType |
Definition at line 38 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 39 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 40 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 70 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 41 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 56 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 51 of file itkWeightedAddImageFilter.h.
|
inline |
Definition at line 64 of file itkWeightedAddImageFilter.h.
|
private |
Definition at line 76 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 77 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.1