|
FiberBundleHDF5
FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
|
Go to the source code of this file.
Macros | |
| #define | __F5_F5X_H "Extensions to the HDF5 API" |
| #define | H5Gclose(x) |
Functions | |
| F5_API hid_t | F5open (const char *filename, int socket) |
| F5_API int | F5connect (const char *url) |
| F5_API int | F5listen (const char *service) |
| F5_API void | F5closesocket (int socket) |
| F5_API void | F5socket_init () |
| F5_API void | F5socket_cleanup () |
| F5_API hid_t | F5Gcreate (hid_t loc_id, const char *name, int est_num_entries, int est_name_len) |
| F5_API hid_t | F5append (const char *filename) |
| F5_API hid_t | F5Gappend (hid_t loc_id, const char *name) |
| F5_API hid_t | F5Gappend_hinted_creation (hid_t loc_id, const char *name, int est_num_entries, int est_name_len) |
| F5_API hid_t | F5Gappend_external (hid_t loc_id, const char *name, const char *target_file_name, const char *target_obj_name, const char *prefix) |
| F5_API hid_t | F5Dappend (hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t create_plist_id) |
| F5_API hid_t | F5Dcreate (hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t create_plist_id) |
| F5_API int | F5Gopen (hid_t location, const char *name) |
| F5_API int | F5Gexist (hid_t location, const char *name) |
| F5_API hid_t | F5Gtry_to_open (hid_t location, const char *name) |
| F5_API int | F5Dexist (hid_t location, const char *name) |
| F5_API hid_t | F5Dtry_to_open (hid_t location, const char *name) |
| F5_API herr_t | F5Xclose (hid_t obj_id) |
| F5_API herr_t | _F5Gclose (hid_t id, const char *filename, int lineno) |