ExodusII  6.05
ex_get_n_one_attr.c File Reference
#include <sys/types.h>
#include "exodusII.h"

Functions

int ex_get_n_one_attr (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int64_t start_num, int64_t num_ent, int attrib_index, void *attrib)

Function Documentation

int ex_get_n_one_attr ( int  exoid,
ex_entity_type  obj_type,
ex_entity_id  obj_id,
int64_t  start_num,
int64_t  num_ent,
int  attrib_index,
void *  attrib 
)
Deprecated:
Use ex_get_partial_one_attr() instead.

reads the specified attribute for a subsect of a block

Parameters:
exoidexodus file id
obj_typeobject type (edge, face, elem block)
obj_idobject id (edge, face, elem block ID)
start_numthe starting index of the attributes to be returned.
num_entthe number of entities to read attributes for.
attrib_indexindex of attribute to write
attribarray of attributes
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines