PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
This structure holds a minheap tree that is used to keep track of what points that has the smallest effective area. More...
#include <effectivearea.h>
Data Fields | |
int | maxSize |
int | usedSize |
areanode ** | key_array |
This structure holds a minheap tree that is used to keep track of what points that has the smallest effective area.
When elliminating points the neighbor points has its effective area affected and the minheap helps to resort efficient.
Definition at line 52 of file effectivearea.h.