#include "AppConfig.h"
#include <stdint.h>
Go to the source code of this file.
Classes | |
| struct | Gcp |
| The in-memory definition of a GCP point. More... | |
Functions | |
| EXPORT_SYMBOL uint32_t | getGcpCount (DataElement *pList) |
| EXPORT_SYMBOL struct Gcp | getGcpPoint (DataElement *pList, uint32_t index) |
| EXPORT_SYMBOL uint32_t | getGcpPoints (DataElement *pList, struct Gcp *pPoints) |
| EXPORT_SYMBOL uint32_t | setGcpPoints (DataElement *pList, uint32_t count, struct Gcp *pPoints) |
Definition in file GeographicData.h.