18 #ifndef __itkCompose3DVectorImageFilter_h
19 #define __itkCompose3DVectorImageFilter_h
28 template<
class TInput >
42 return !( *
this != other );
47 const TInput & s3)
const
72 template<
typename TInputImage,
73 typename TOutputImage =
74 Image< Vector< typename TInputImage::PixelType, 3 >,
79 TInputImage, TOutputImage,
80 Functor::Compose3DVector< typename TInputImage::PixelType > >
86 TInputImage, TInputImage, TInputImage,
103 #ifdef ITK_USE_CONCEPT_CHECKING
115 void operator=(
const Self &);