|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <stdio.h>#include <stdlib.h>#include <string.h>Functions | |
| int | ex_get_group_id (int parent_id, const char *group_name, int *group_id) |
| int ex_get_group_id | ( | int | parent_id, |
| const char * | group_name, | ||
| int * | group_id | ||
| ) |
Given an exoid and group name (NULL gets root group), return id of that group. If the name is NULL, return the root group. If the name contains "/", then the name is assumed to be a full path name and all groups in the file are searched. Otherwise, the name is assumed to be the name of a child group of exoid