#include <itkBinaryFunctorImageFilter.h>
Inheritance diagram for itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >:
This class is parameterized over the types of the two input images and the type of the output image. It is also parameterized by the operation to be applied. A Functor style is used.
Definition at line 37 of file itkBinaryFunctorImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 45 of file itkBinaryFunctorImageFilter.h. |
|
|
Definition at line 58 of file itkBinaryFunctorImageFilter.h. |
|
Definition at line 56 of file itkBinaryFunctorImageFilter.h. |
|
Definition at line 57 of file itkBinaryFunctorImageFilter.h. |
|
Definition at line 55 of file itkBinaryFunctorImageFilter.h. |
|
Definition at line 62 of file itkBinaryFunctorImageFilter.h. |
|
Definition at line 60 of file itkBinaryFunctorImageFilter.h. |
|
Definition at line 61 of file itkBinaryFunctorImageFilter.h. |
|
Definition at line 59 of file itkBinaryFunctorImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 66 of file itkBinaryFunctorImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 64 of file itkBinaryFunctorImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 65 of file itkBinaryFunctorImageFilter.h. Referenced by itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >::~BinaryFunctorImageFilter(). |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 63 of file itkBinaryFunctorImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 44 of file itkBinaryFunctorImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 42 of file itkBinaryFunctorImageFilter.h. Referenced by itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >::~BinaryFunctorImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage1, TOutputImage >. Definition at line 43 of file itkBinaryFunctorImageFilter.h. |
|
|
|
|
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 78 of file itkBinaryFunctorImageFilter.h. References itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >::FunctorType. |
|
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 86 of file itkBinaryFunctorImageFilter.h. References itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >::FunctorType. |
|
Connect one of the operands for pixel-wise addition |
|
Connect one of the operands for pixel-wise addition |
|
BinaryFunctorImageFilter 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 >.
|