21 #include "ImgUpdaterGdal.h" 23 ImgUpdaterGdal::ImgUpdaterGdal(
void){};
29 ImgUpdaterGdal::ImgUpdaterGdal(
const std::string& filename,
const GDALAccess& readMode){
30 open(filename,readMode);
33 ImgUpdaterGdal::~ImgUpdaterGdal(
void)
46 void ImgUpdaterGdal::open(
const std::string& filename,
const GDALAccess& readMode)
void close(void)
Close the image.
virtual void close(void)
Close the image.
void open(const std::string &filename, const GDALAccess &readMode=GA_ReadOnly)
Open an image.