#include "AppConfig.h"#include "RasterElement.h"#include "RasterPager.h"#include "DataRequest.h"#include "TypesFile.h"#include "ObjectResource.h"#include <exception>#include <stdexcept>Go to the source code of this file.
Classes | |
| class | DataAccessorImpl |
| Provides a generic interface to the dataset. More... | |
Typedefs | |
| typedef double(* | convertToDouble )(const void *, int, ComplexComponent) |
| typedef int64_t(* | convertToInteger )(const void *, int, ComplexComponent) |
| typedef double(* convertToDouble)(const void *, int, ComplexComponent) |
Definition at line 24 of file DataAccessorImpl.h.
| typedef int64_t(* convertToInteger)(const void *, int, ComplexComponent) |
Definition at line 25 of file DataAccessorImpl.h.