Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Implements pixel-wise the computation of constrained value addition. More...
#include <Libs/vtkITK/itkConstrainedValueMultiplicationImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef ConstrainedValueMultiplicationImageFilter | Self |
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::ConstrainedValueMultiplication< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (ConstrainedValueMultiplicationImageFilter, BinaryFunctorImageFilter) | |
Protected Member Functions | |
ConstrainedValueMultiplicationImageFilter ()=default | |
~ConstrainedValueMultiplicationImageFilter () override=default | |
Implements pixel-wise the computation of constrained value addition.
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 expects all images to have the same dimension (e.g. all 2D, or all 3D, or all ND)
Definition at line 86 of file itkConstrainedValueMultiplicationImageFilter.h.
typedef SmartPointer<const Self> itk::ConstrainedValueMultiplicationImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer |
Definition at line 104 of file itkConstrainedValueMultiplicationImageFilter.h.
typedef SmartPointer<Self> itk::ConstrainedValueMultiplicationImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer |
Definition at line 103 of file itkConstrainedValueMultiplicationImageFilter.h.
typedef ConstrainedValueMultiplicationImageFilter itk::ConstrainedValueMultiplicationImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self |
Standard class typedefs.
Definition at line 96 of file itkConstrainedValueMultiplicationImageFilter.h.
typedef BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage, Functor::ConstrainedValueMultiplication< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType> > itk::ConstrainedValueMultiplicationImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass |
Definition at line 102 of file itkConstrainedValueMultiplicationImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
itk::ConstrainedValueMultiplicationImageFilter< TInputImage1, TInputImage2, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::ConstrainedValueMultiplicationImageFilter< TInputImage1, TInputImage2, TOutputImage >::itkTypeMacro | ( | ConstrainedValueMultiplicationImageFilter< TInputImage1, TInputImage2, TOutputImage > | , |
BinaryFunctorImageFilter | |||
) |
Runtime information support.