ccgl.h
Go to the documentation of this file.
1
14#ifndef CCGL_H
15#define CCGL_H
16
17#include "basic.h"
18#include "utils_string.h"
19#include "utils_array.h"
20#include "utils_math.h"
21#include "utils_time.h"
22#include "utils_filesystem.h"
23#include "db_mongoc.h"
24#include "data_raster.hpp"
25
26using namespace ccgl;
27using namespace utils_string;
28using namespace utils_array;
29using namespace utils_math;
30using namespace utils_time;
31using namespace utils_filesystem;
32#ifdef USE_MONGODB
33using namespace db_mongoc;
34#endif
35using namespace data_raster;
36
37#endif /* CCGL_H */
Basic definitions.
Define Raster class to handle raster data Part of the Common Cross-platform Geographic Library (CCGL)
Simple wrappers of the API of MongoDB C driver mongo-c-driver, see MongoDB C Driver for more informat...
Common Cross-platform Geographic Library (CCGL)
Definition: basic.cpp:17
Template functions to initialize and release arrays.
File system related functions in CCGL.
Useful math equations in CCGL.
Handling string related issues in CCGL.
Time and datetime related functions in CCGL.