FiberBundleHDF5  FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
Loading...
Searching...
No Matches
Private F5 functions.

Functions

F5_API hid_t F5Aopen_name (hid_t location, const char *name)

Detailed Description

Internal functions that are not intended to be used by application code.

Function Documentation

◆ F5Aopen_name()

F5_API hid_t F5Aopen_name ( hid_t location,
const char * name )

Wrap HDF5 call by debug verbosity option.

Definition at line 34 of file F5A.c.

35{
36hid_t retval;
37 F5printf(50, "-- F5Aopen_name(,%s)", name);
38// retval = H5Aopen_name(location, name);
39 retval = H5Aopen_by_name(location, ".", name, H5P_DEFAULT, H5P_DEFAULT );
40 return retval;
41}
name
Definition F5P.c:82
#define F5printf(verbosity,...)
Definition F5private.h:60

References F5printf, and name.

Referenced by F5Aappend(), F5Aget_type(), F5Aget_version(), F5Astore_integer(), F5Atry_to_open(), F5Awrite_integer(), F5Fget_attribute_nr_elements(), F5Fopen_group_or_dataset_attribute(), F5LAget_dimensions(), F5Lget_field_dimension_and_type(), F5Lget_space(), F5Lget_type(), F5Lis_linear(), F5Lread_linear(), F5Rget_timestep(), and F5Tget_field_ProcArray_enum().