PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ UF_destroy()

void UF_destroy ( UNIONFIND uf)

Definition at line 54 of file lwunionfind.c.

55{
56 lwfree(uf->clusters);
58 lwfree(uf);
59}
void lwfree(void *mem)
Definition lwutil.c:248
uint32_t * cluster_sizes
Definition lwunionfind.h:34
uint32_t * clusters
Definition lwunionfind.h:33

References UNIONFIND::cluster_sizes, UNIONFIND::clusters, and lwfree().

Referenced by cluster_intersecting(), cluster_within_distance(), do_dbscan_test(), ST_ClusterDBSCAN(), ST_ClusterIntersectingWin(), ST_ClusterWithinWin(), test_unionfind_collapse_cluster_ids(), test_unionfind_create(), test_unionfind_path_compression(), and test_unionfind_union().

Here is the call graph for this function:
Here is the caller graph for this function: