#include <itkTernaryAddImageFilter.h>
Inheritance diagram for itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >:
Public Types | |
typedef TernaryAddImageFilter | Self |
typedef TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::Add3< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TInputImage3::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
TernaryAddImageFilter () | |
virtual | ~TernaryAddImageFilter () |
This class is parametrized over the types of the three input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.
Definition at line 51 of file itkTernaryAddImageFilter.h.
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 70 of file itkTernaryAddImageFilter.h. |
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 69 of file itkTernaryAddImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 62 of file itkTernaryAddImageFilter.h. |
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 68 of file itkTernaryAddImageFilter.h. |
|
Definition at line 76 of file itkTernaryAddImageFilter.h. |
|
Definition at line 77 of file itkTernaryAddImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. |