22 #ifndef otbSarConcatenateBurstsImageFilter_h
23 #define otbSarConcatenateBurstsImageFilter_h
25 #include "itkImageToImageFilter.h"
56 template <
class TImage>
73 typedef std::pair<unsigned long, unsigned long>
RecordType;
86 bool inputWithInvalidPixels);
96 void GenerateOutputInformation()
override;
115 #ifndef OTB_MANUAL_INSTANTIATION
This filter allows making a spatial mosaic from a set of bursts.
SarConcatenateBurstsImageFilter Self
SarConcatenateBurstsImageFilter(const Self &)=delete
ImageType::Pointer ImagePointerType
itk::SmartPointer< const Self > ConstPointer
unsigned int m_Offset_OriginL
SarConcatenateBurstsImageFilter()=default
TileImageFilter< TImage > Superclass
itk::SmartPointer< Self > Pointer
ImageType::RegionType RegionType
ImageType::SizeType SizeType
std::vector< RecordType > LinesRecordVectorType
void VerifyInputInformation() const override
~SarConcatenateBurstsImageFilter()=default
ImageType::PointType PointType
std::pair< unsigned long, unsigned long > RecordType
void operator=(const Self &)=delete
This filter allows making a spatial mosaic from a set of images.
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.