|
ocssw
V2022
|
#include <val_extract.h>
Public Attributes | |
| nc_file * | file |
| nc_region * | region |
| char * | name |
| char * | group_name |
| int | gid |
| int | varid |
| bool | is_geospatial |
| bool | uses_control_points |
| bool | has_scale |
| bool | has_offset |
| bool | has_fill |
| double | scale |
| double | offset |
| double | fill |
| int | ndims |
| int * | dim_ids |
| shash * | attributes |
| nc_var_stats | stats |
| nc_var_stats | filtered_stats |
| nc_var_stats | iqr_stats |
| nc_type | data_type |
| size_t | data_sizeof |
| double * | valid_data |
| int | valid_data_count |
| void * | data |
Detailed Description
Definition at line 273 of file val_extract.h.
Member Data Documentation
◆ attributes
| shash* attributes |
Definition at line 282 of file val_extract.h.
◆ data
| void* data |
Definition at line 288 of file val_extract.h.
◆ data_sizeof
| size_t data_sizeof |
Definition at line 285 of file val_extract.h.
◆ data_type
| nc_type data_type |
Definition at line 284 of file val_extract.h.
◆ dim_ids
| int * dim_ids |
Definition at line 281 of file val_extract.h.
◆ file
| nc_file* file |
Definition at line 274 of file val_extract.h.
◆ fill
| double fill |
Definition at line 280 of file val_extract.h.
◆ filtered_stats
| nc_var_stats filtered_stats |
Definition at line 283 of file val_extract.h.
◆ gid
| int gid |
Definition at line 277 of file val_extract.h.
◆ group_name
| char * group_name |
Definition at line 276 of file val_extract.h.
◆ has_fill
| bool has_fill |
Definition at line 279 of file val_extract.h.
◆ has_offset
| bool has_offset |
Definition at line 279 of file val_extract.h.
◆ has_scale
| bool has_scale |
Definition at line 279 of file val_extract.h.
◆ iqr_stats
| nc_var_stats iqr_stats |
Definition at line 283 of file val_extract.h.
◆ is_geospatial
| bool is_geospatial |
Definition at line 278 of file val_extract.h.
◆ name
| char* name |
Definition at line 276 of file val_extract.h.
◆ ndims
| int ndims |
Definition at line 281 of file val_extract.h.
◆ offset
| double offset |
Definition at line 280 of file val_extract.h.
◆ region
| nc_region* region |
Definition at line 275 of file val_extract.h.
◆ scale
| double scale |
Definition at line 280 of file val_extract.h.
◆ stats
| nc_var_stats stats |
Definition at line 283 of file val_extract.h.
◆ uses_control_points
| bool uses_control_points |
Definition at line 278 of file val_extract.h.
◆ valid_data
| double* valid_data |
Definition at line 286 of file val_extract.h.
◆ valid_data_count
| int valid_data_count |
Definition at line 287 of file val_extract.h.
◆ varid
| int varid |
Definition at line 277 of file val_extract.h.
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/val_extract/val_extract.h


