#include <itkTernaryFunctorImageFilter.h>
Inheritance diagram for itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >:
This class is parameterized over the types of the three input images and the type of the output image. It is also parameterized by the operation to be applied, using a Functor style.
Definition at line 37 of file itkTernaryFunctorImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 45 of file itkTernaryFunctorImageFilter.h. |
|
|
Definition at line 58 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 56 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 57 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 55 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 62 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 60 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 61 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 59 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 66 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 64 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 65 of file itkTernaryFunctorImageFilter.h. |
|
Definition at line 63 of file itkTernaryFunctorImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 70 of file itkTernaryFunctorImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 68 of file itkTernaryFunctorImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 69 of file itkTernaryFunctorImageFilter.h. Referenced by itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::~TernaryFunctorImageFilter(). |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 67 of file itkTernaryFunctorImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 44 of file itkTernaryFunctorImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 42 of file itkTernaryFunctorImageFilter.h. Referenced by itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::~TernaryFunctorImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 43 of file itkTernaryFunctorImageFilter.h. |
|
|
|
|
Validate the presence of all three inputs. If one or more inputs are missing, throw an exception. Reimplemented from itk::ImageSource< TOutputImage >.
|
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >.
|
|
Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer). Definition at line 85 of file itkTernaryFunctorImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::Object.
|
|
Set the functor object. This replaces the current Functor with a copy of the specified Functor. This allows the user to specify a functor that has ivars set differently than the default functor. This method requires an operator!=() be defined on the functor (or the compiler's default implementation of operator!=() being appropriate). Definition at line 93 of file itkTernaryFunctorImageFilter.h. |
|
Connect one of the operands for pixel-wise addition. |
|
Connect one of the operands for pixel-wise addition. |
|
Connect one of the operands for pixel-wise addition. |
|
TernaryFunctorImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
|