|
| enum | {
invalid_value = 0,
cell_centering = 0x0100,
x_face_centering = 0x0201,
y_face_centering = 0x0202,
z_face_centering = 0x0203,
x_edge_centering = 0x0401,
y_edge_centering = 0x0402,
z_edge_centering = 0x0403,
point_centering = 0x0800,
no_centering = 0x1000
} |
| |
|
using | fill_value_t = std::variant< char, unsigned char, short, unsigned short, int, unsigned int, long, unsigned long, long long, unsigned long long, float, double > |
| |
|
|
unsigned int | type_code |
| |
|
unsigned int | centering |
| |
|
unsigned long | size |
| |
|
std::string | units |
| |
|
std::string | long_name |
| |
|
std::string | description |
| |
|
int | have_fill_value |
| |
|
fill_value_t | fill_value |
| |
The documentation for this struct was generated from the following files: