Exodus  7.10
ex_get_group_ids.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"
#include <stdio.h>

Functions

int ex_get_group_ids (int parent_id, int *num_groups, int *group_ids)
 

Function Documentation

◆ ex_get_group_ids()

int ex_get_group_ids ( int  parent_id,
int *  num_groups,
int *  group_ids 
)

Given a file or group 'parent' id, return the number of child groups and the ids of the child groups below the parent. If num_groups is NULL, do not return count; if group_ids is NULL, do not return ids.