18 #ifndef __otbConcatenateVectorImageFilter_h
19 #define __otbConcatenateVectorImageFilter_h
30 template<
class TInputImage1,
class TInputImage2,
class TOutputImage>
45 itkTypeMacro(VectorImageToImagePixelAccessor, ImageToImageFilter);
64 void SetInput1(
const TInputImage1 * image);
74 void SetInput2(
const TInputImage2 * image);
82 itkStaticConstMacro(InputImage1Dimension,
unsigned int, TInputImage1::ImageDimension);
83 itkStaticConstMacro(InputImage2Dimension,
unsigned int, TInputImage2::ImageDimension);
84 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
91 virtual void GenerateOutputInformation();
92 virtual void BeforeThreadedGenerateData();
96 void PrintSelf(std::ostream& os,
itk::Indent indent)
const;
100 void operator =(
const Self&);
103 #ifndef OTB_MANUAL_INSTANTIATION