18 #ifndef __itkCompose2DVectorImageFilter_h
19 #define __itkCompose2DVectorImageFilter_h
28 template<
class TInput >
42 return !( *
this != other );
46 const TInput & s2)
const
69 template<
typename TInputImage,
70 typename TOutputImage =
71 Image< Vector< typename TInputImage::PixelType, 2 >,
77 Functor::Compose2DVector< typename TInputImage::PixelType > >
83 TInputImage, TInputImage,
100 #ifdef ITK_USE_CONCEPT_CHECKING
112 void operator=(
const Self &);