PK_PARTITION_ask_assemblies   

PK_ERROR_code_t       PK_PARTITION_ask_assemblies
(
--- received arguments ---
PK_PARTITION_t        partition,    --- a partition

--- returned arguments ---
int            *const n_assemblies, --- number of assemblies (>= 0)
PK_ASSEMBLY_t **const assemblies    --- assemblies (optional)
)


This function returns the set of assemblies in the given partition.


The output array 'assemblies' is optional. If it is set to NULL, the function
will only compute the number of assemblies in the partition.