PK_GEOM_ask_geom_owners   
PK_ERROR_code_t   PK_GEOM_ask_geom_owners
(
--- received arguments ---
PK_GEOM_t         geom,             --- a geometric entity

--- returned arguments ---
int        *const n_owners,         --- number of geometric owners (>= 0)
PK_GEOM_t **const owners            --- geometric owners (optional)
)


This function returns the set of geometric owners of the given geometric
entity.


The output array 'owners' is optional. If it is set to NULL, then the
function will only compute the number of geometric owners of the given entity.

Generated on: Fri, 04 Oct 2024 12:19:37 GMT