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

◆ UF_size()

uint32_t UF_size ( UNIONFIND uf,
uint32_t  i 
)

Definition at line 79 of file lwunionfind.c.

80{
81 return uf->cluster_sizes[UF_find(uf, i)];
82}
uint32_t UF_find(UNIONFIND *uf, uint32_t i)
Definition lwunionfind.c:62
uint32_t * cluster_sizes
Definition lwunionfind.h:34

References UNIONFIND::cluster_sizes, and UF_find().

Here is the call graph for this function: