#include <itkConstrainedValueAdditionImageFilter.h>
Inheritance diagram for itk::ConstrainedValueAdditionImageFilter< TInputImage1, TInputImage2, TOutputImage >:
Public Types | |
typedef ConstrainedValueAdditionImageFilter | Self |
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::ConstrainedValueAddition< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ConstrainedValueAdditionImageFilter () | |
virtual | ~ConstrainedValueAdditionImageFilter () |
This filter is parametrized over the types of the two input images and the type of the output image.
Numeric conversions (castings) are done by the C++ defaults.
The filter will walk over all the pixels in the two input images, and for each one of them it will do the following:
double
double
double
value resulting from the
constrained value to the pixel type of the output imageThe filter expect all images to have the same dimension (e.g. all 2D, or all 3D, or all ND)
Definition at line 71 of file itkConstrainedValueAdditionImageFilter.h.
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 89 of file itkConstrainedValueAdditionImageFilter.h. |
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 88 of file itkConstrainedValueAdditionImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 81 of file itkConstrainedValueAdditionImageFilter.h. |
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 87 of file itkConstrainedValueAdditionImageFilter.h. |
|
Definition at line 95 of file itkConstrainedValueAdditionImageFilter.h. |
|
Definition at line 96 of file itkConstrainedValueAdditionImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. |