21 #ifndef otbImportGeoInformationImageFilter_h
22 #define otbImportGeoInformationImageFilter_h
24 #include "itkUnaryFunctorImageFilter.h"
25 #include "itkCastImageFilter.h"
45 template <
class TImage,
class TSourceImage>
72 void SetSource(
const TSourceImage* source);
78 const TSourceImage* GetSource(
void);
90 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
93 void GenerateInputRequestedRegion(
void)
override;
96 void GenerateOutputInformation(
void)
override;
109 void operator=(
const Self&) =
delete;
112 #ifndef OTB_MANUAL_INSTANTIATION