Exodus 8.24
Loading...
Searching...
No Matches
ex_get_attribute.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
#include <stdbool.h>

Functions

static bool exi_is_internal_attribute (const char *name, ex_entity_type obj_type)
 
static int exi_get_varid (int exoid, ex_entity_type obj_type, ex_entity_id id)
 
static int exi_get_attribute_count (int exoid, ex_entity_type obj_type, ex_entity_id id, int *varid)
 
int ex_get_attribute_count (int exoid, ex_entity_type obj_type, ex_entity_id id)
 
int ex_get_attribute_param (int exoid, ex_entity_type obj_type, ex_entity_id id, ex_attribute *attr)
 
int ex_get_attribute (int exoid, ex_attribute *attr)
 
int ex_get_attributes (int exoid, size_t attr_count, ex_attribute *attr)
 

Function Documentation

◆ exi_get_attribute_count()

static int exi_get_attribute_count ( int exoid,
ex_entity_type obj_type,
ex_entity_id id,
int * varid )
static

◆ exi_get_varid()

static int exi_get_varid ( int exoid,
ex_entity_type obj_type,
ex_entity_id id )
static

◆ exi_is_internal_attribute()

static bool exi_is_internal_attribute ( const char * name,
ex_entity_type obj_type )
static