#include <c_hdf_reader.h>
Public Attributes | |
char | name [MAX_NC_NAME] |
int32 | data_type |
int32 | rank |
int32 | dim_size [MAX_VAR_DIMS] |
int32 | n_attr |
ATTR * | v_attr |
int32 SDS_INFO::data_type |
data_type code
Referenced by get_sds_info_by_id(), print_sds_info(), read_custom_scale_sds_data_by_id(), read_sds_binary_data_by_id(), and read_sds_data_by_id().
int32 SDS_INFO::dim_size[MAX_VAR_DIMS] |
size of each dimensions
Referenced by get_sds_info_by_id(), print_sds_info(), and set_start_stride_edge().
int32 SDS_INFO::n_attr |
number of attributes
Referenced by free_sds_info(), get_sds_info_by_id(), and print_sds_info().
char SDS_INFO::name[MAX_NC_NAME] |
name of the SDS
Referenced by get_sds_info_by_id(), and print_sds_info().
int32 SDS_INFO::rank |
number of dimensions
Referenced by get_sds_info_by_id(), print_sds_info(), read_custom_scale_sds_data_by_id(), read_sds_binary_data_by_id(), read_sds_data_by_id(), and set_start_stride_edge().
list of attributes
Referenced by free_sds_info(), get_sds_info_by_id(), print_sds_info(), read_custom_scale_sds_data_by_id(), read_sds_binary_data_by_id(), read_sds_data_by_id(), and set_start_stride_edge().