20#ifndef _IMGUPDATERGDAL_H_
21#define _IMGUPDATERGDAL_H_
23#include "ImgReaderGdal.h"
24#include "ImgWriterGdal.h"
33 void open(
const std::string& filename);
39 std::string m_filename;
45 std::vector<double> m_noDataValues;
46 std::vector<double> m_scale;
47 std::vector<double> m_offset;
void close(void)
Close the image.