18 #ifndef itkMultiplyByConstantImageFilter_h
19 #define itkMultiplyByConstantImageFilter_h
22 #ifndef ITKV3_COMPATIBILITY
23 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkDisplacementFieldJacobianDeterminantFilter.h in ITKv4"
50 template <
typename TInputImage,
typename TConstant,
typename TOutputImage>
53 MultiplyImageFilter<TInputImage, Image<TConstant, TInputImage::ImageDimension>, TOutputImage>
MultiplyByConstantImageFilter Self
virtual ~MultiplyByConstantImageFilter()
This class is deprecated. All features of this class have been incorporated into the MultiplyImageFil...
MultiplyByConstantImageFilter()
Base class for all process objects that output image data.
MultiplyImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage > Superclass
SmartPointer< Self > Pointer
Pixel-wise multiplication of two images.
SmartPointer< const Self > ConstPointer