|
FiberBundleHDF5
FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
|
Go to the source code of this file.
Data Structures | |
| struct | F5Path |
Functions | |
| F5_API F5Path * | newF5Path (hid_t File_id) |
| F5_API void | deleteF5Path (F5Path *f) |
| F5_API F5Path * | F5LTcreate (hid_t File_id, const double *time, const char *gridname, ChartDomain_IDs *ChartDomain, new_global_chart_f coord_creator, const char *coordinate_system, const char *TopologyName, int IndexDepth, int SkeletonDimensionality, int DataspaceDimensionality, const hsize_t *refinement) |
| F5_API hid_t | F5LTmake_enum_type (F5Path *fpath) |
Definition at line 18 of file F5Path.c.
References F5Path::File_hid, and free().
Referenced by F5Bopen_coordinate_domain(), F5close(), and F5LTcreateV().
Get the field enum type associated with this F5Path. May be used to check versioning information of field descriptions. \TODO Retrieve versioning from existing file, current implementation just writes.
Definition at line 179 of file F5LT.c.
References F5Path::ContentsGroup_hid, F5printf, F5Tsave_F5field_enum(), and F5Path::field_enum_type_hid.
Referenced by F5Fcreate(), F5FSwrite_fraction(), F5Fwrite_1D(), F5Fwrite_flexible(), F5Fwrite_fraction(), F5Fwrite_fraction_external(), F5Fwrite_fractionS(), F5Fwrite_linear(), F5Fwrite_linear_fraction(), F5FwriteIMAGE(), F5Fwrites(), F5FwriteX(), F5Rcreate_coordinate_topology(), F5Rcreate_edges_as_vertices_topology(), F5Rcreate_hexaedrons_as_vertices_topology(), F5Rcreate_rectilinear(), F5Rcreate_tetrahedrons_as_vertices_topology(), F5Rcreate_triangles_as_vertices_topology(), F5Rcreate_uniform_sparse(), F5write_particle_cartesian3Dv(), F5write_particle_cartesian3DvU(), and F5write_particle_double_cartesian3Dv().
Definition at line 5 of file F5Path.c.
References F5Path::File_hid.
Referenced by F5Bopen_coordinate_domain(), and F5LTcreateV().