22 #ifndef SIRIUS_GDAL_INPUT_STREAM_H_ 23 #define SIRIUS_GDAL_INPUT_STREAM_H_ 25 #include <system_error> 64 return {input_dataset_->GetRasterYSize(),
65 input_dataset_->GetRasterXSize()};
86 bool is_ended_ =
false;
94 #endif // SIRIUS_GDAL_INPUT_STREAM_H_
PaddingType
Definition: image.h:31
Definition: exception.h:27
std::unique_ptr<::GDALDataset, detail::DatasetDeleter > DatasetUPtr
Definition: types.h:45
Stream block.
Definition: stream_block.h:33
Data class that represents the size of an image.
Definition: types.h:38