bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
eos5_dim_info_t Struct Reference
Collaboration diagram for eos5_dim_info_t:
Collaboration graph

Public Attributes

std::vector< std::pair< eos5_dname_info_t, eos5_cname_info_t > > dimpath_to_cvpath
 
std::unordered_map< std::string, eos5_grid_info_tgridname_to_info
 
std::unordered_map< std::string, std::vector< HE5Dim > > grppath_to_dims
 
std::unordered_map< std::string, std::vector< std::string > > varpath_to_dims
 

Detailed Description

Definition at line 134 of file h5dmr.h.

Member Data Documentation

◆ dimpath_to_cvpath

std::vector<std::pair<eos5_dname_info_t,eos5_cname_info_t> > eos5_dim_info_t::dimpath_to_cvpath

Definition at line 138 of file h5dmr.h.

◆ gridname_to_info

std::unordered_map<std::string,eos5_grid_info_t> eos5_dim_info_t::gridname_to_info

Definition at line 137 of file h5dmr.h.

◆ grppath_to_dims

std::unordered_map<std::string,std::vector<HE5Dim> > eos5_dim_info_t::grppath_to_dims

Definition at line 136 of file h5dmr.h.

◆ varpath_to_dims

std::unordered_map<std::string,std::vector<std::string> > eos5_dim_info_t::varpath_to_dims

Definition at line 135 of file h5dmr.h.


The documentation for this struct was generated from the following file: