#include "AppConfig.h"
Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL int | getAoiValue (DataElement *pElement, int32_t x, int32_t y) |
| EXPORT_SYMBOL int | setAoiValue (DataElement *pElement, uint32_t x, uint32_t y, int value) |
| EXPORT_SYMBOL int | getAoiMinimalBoundingBox (DataElement *pElement, int32_t *pX1, int32_t *pY1, int32_t *pX2, int32_t *pY2) |
| EXPORT_SYMBOL BitMaskIterator * | createAoiIteratorOverRaster (DataElement *pElement, DataElement *pRaster) |
| EXPORT_SYMBOL BitMaskIterator * | createAoiIteratorOverBoundingBox (DataElement *pElement, int32_t x1, int32_t y1, int32_t x2, int32_t y2) |
| EXPORT_SYMBOL void | freeAoiIterator (BitMaskIterator *pIter) |
| EXPORT_SYMBOL int | nextAoiIterator (BitMaskIterator *pIter) |
| EXPORT_SYMBOL int | getAoiIteratorLocation (BitMaskIterator *pIter, int32_t *pX, int32_t *pY) |
Definition in file SimpleAoi.h.