ExodusII  6.05
ex_get_group_ids.c File Reference
#include <stdio.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"

Functions

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

Function Documentation

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines