21 #ifndef otbMultiplyVectorImageFilter_h
22 #define otbMultiplyVectorImageFilter_h
24 #include "itkBinaryFunctorImageFilter.h"
53 template <
class TInputImage1,
class TInputImage2,
class TOutputImage>
55 public itk::BinaryFunctorImageFilter<TInputImage1, TInputImage2, TOutputImage,
56 Functor::MultiplyVectorImageFilterFunctor<typename TInputImage1::PixelType,typename TInputImage2::PixelType,typename TOutputImage::PixelType> >
63 TInputImage1, TInputImage1,TOutputImage,
~MultiplyVectorImageFilter() override=default
itk::SmartPointer< const Self > ConstPointer
MultiplyVectorImageFilter()=default
MultiplyVectorImageFilter(const Self &)=delete
itk::BinaryFunctorImageFilter< TInputImage1, TInputImage1, TOutputImage, Functor::MultiplyVectorImageFilterFunctor< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > Superclass
itk::SmartPointer< Self > Pointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.