21 #ifndef otbTileDimensionTiledStreamingManager_h
22 #define otbTileDimensionTiledStreamingManager_h
45 template <
class TImage>
65 itkStaticConstMacro(ImageDimension,
unsigned int, ImageType::ImageDimension);
68 itkSetMacro(TileDimension,
unsigned int);
71 itkGetMacro(TileDimension,
unsigned int);
75 void PrepareStreaming(itk::DataObject* input,
const RegionType& region)
override;
92 #ifndef OTB_MANUAL_INSTANTIATION
This class handles the streaming process used in the writers implementation.
ImageType::RegionType RegionType
This class computes the divisions needed to stream an image in square tiles, driven by a user-defined...
void operator=(const TileDimensionTiledStreamingManager &)
Superclass::RegionType RegionType
itk::SmartPointer< Self > Pointer
StreamingManager< TImage > Superclass
TileDimensionTiledStreamingManager Self
itk::SmartPointer< const Self > ConstPointer
unsigned int m_TileDimension
TileDimensionTiledStreamingManager(const TileDimensionTiledStreamingManager &)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.