|
FiberBundleHDF5
FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
|
#include <F5parameter.h>
Data Fields | |
| struct structF5Parameter * | next |
| const char * | name |
| hid_t | type |
| const char * | description |
Description of a parameter within the uppermost parameter space enveloping all Grid objects.
Definition at line 37 of file F5parameter.h.
| const char* structF5Parameter::description |
optional textual verbose description
Definition at line 48 of file F5parameter.h.
| const char* structF5Parameter::name |
Name of the parameter
Definition at line 43 of file F5parameter.h.
| struct structF5Parameter* structF5Parameter::next |
Pointer to some succeeding parameter within a list of parameters.
Definition at line 41 of file F5parameter.h.
| hid_t structF5Parameter::type |
HDF5 type of the parameter
Definition at line 45 of file F5parameter.h.