#include <F5Path.h>
Data Fields | |
ChartDomain_IDs * | myChart |
ChartDomain_IDs * | FileIDs |
char * | field_info |
hid_t | field_enum_type_hid |
hid_t | File_hid |
hid_t | ContentsGroup_hid |
hid_t | Slice_hid |
hid_t | Grid_hid |
hid_t | GlobalChart_hid |
hid_t | Charts_hid |
hid_t | Chart_hid |
hid_t | Topology_hid |
hid_t | Representation_hid |
hid_t | Field_hid |
Field identifiers. This structure contains all HDF5 identifiers that describe a path in an HDF5 file towards a field structure. Each or all may be empty (null or negative) as well.
hid_t F5Path::Chart_hid |
ID of currently used chart that is valid for the field
hid_t F5Path::Charts_hid |
Group of all charts per grid
The TableOfContents group ID
The field enum type for this file. If none is defined here, then F5Ttransient_F5field_enum() is to be used, but on first write access to a file then F5Tsave_F5field_enum() is to be called. This field type may also refer to a type loaded from a disc, and may then contain versioning information about the field descriptions within this file.
hid_t F5Path::Field_hid |
ID of the field (can be group or dataset ID)
char* F5Path::field_info |
A textual description from F5contents.h
hid_t F5Path::File_hid |
Reference to file ID
Chart domain ID's as they are committed in the file
hid_t F5Path::GlobalChart_hid |
Global chart group
hid_t F5Path::Grid_hid |
Grid ID
Chart domain ID's as they reside in memory
Representation group ID (the group containing all datasets)
hid_t F5Path::Slice_hid |
HDF5 Slice Group (uppermost group)
hid_t F5Path::Topology_hid |
ID of the grid's topological space (e.g. refinement level)