22 #ifndef SIRIUS_GDAL_STREAM_H_ 23 #define SIRIUS_GDAL_STREAM_H_ 69 #endif // SIRIUS_GDAL_STREAM_H_ StreamBlock(Image &&i_block_image, int i_row_idx, int i_col_idx, const Padding &i_padding)
Instanciate a stream block from its block image and its position in the input image.
Definition: stream_block.h:45
Definition: exception.h:27
Definition: error_code.h:70
Stream block.
Definition: stream_block.h:33
Data class that represents the padding of an image.
Definition: image.h:39
Image buffer
Definition: stream_block.h:59
StreamBlock & operator=(const StreamBlock &)=default
bool is_initialized
Definition: stream_block.h:63
Padding padding
Definition: stream_block.h:62
int col_idx
Definition: stream_block.h:61
int row_idx
Definition: stream_block.h:60
Data class that represents an image (Size + Buffer)
Definition: image.h:65