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