21 #ifndef otbOGRLayerStreamStitchingFilter_h
22 #define otbOGRLayerStreamStitchingFilter_h
27 #include "itkProgressReporter.h"
54 template <
class TInputImage>
68 typedef typename InputImageType::SizeType
SizeType;
72 typedef typename InputImageType::IndexType
IndexType;
78 using Superclass::SetInput;
106 void GenerateData()
override;
139 void ProcessStreamingLine(
bool line, itk::ProgressReporter& progress);
146 double GetLengthOGRGeometryCollection(OGRGeometryCollection* intersection);
150 void operator=(
const Self&) =
delete;
160 #ifndef OTB_MANUAL_INSTANTIATION