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

Functions

int ex_get_group_id (int parent_id, const char *group_name, int *group_id)

Function Documentation

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

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines