|
ocssw
V2022
|
GeoSpatialBounds
#include <RuntimeAttributes.hpp>
Inheritance diagram for GeoSpatialBounds:
Collaboration diagram for GeoSpatialBounds:
Additional Inherited Members | |
Static Public Member Functions inherited from Attribute | |
| static Attribute | parse_attribute (const netCDF::NcAtt &att) |
| static Attribute | parse_attribute (const rapidjson::Value::ConstMemberIterator &data) |
| static Attribute | parse (const std::string &input) |
Protected Member Functions inherited from RuntimeAttribute | |
| void | check_needs () |
Protected Attributes inherited from RuntimeAttribute | |
| std::unordered_map< std::string, focs::BaseVariable * > | available_products |
| std::string | _run_time_name {} |
| std::string | _group_name {} |
| std::string | _product_name {} |
| std::vector< std::string > | needed_products {} |
| bool | are_needed_products_found {false} |
Protected Attributes inherited from Attribute | |
| std::string | name_ |
| ANY | a_value_ |
| size_t | attr_len_ |
Detailed Description
Definition at line 76 of file RuntimeAttributes.hpp.
Constructor & Destructor Documentation
◆ GeoSpatialBounds() [1/2]
|
default |
◆ GeoSpatialBounds() [2/2]
| GeoSpatialBounds | ( | DataProviderConfiguration & | configuration | ) |
Member Function Documentation
◆ scan_lat_lon()
| void scan_lat_lon | ( | ) |
◆ set_file_attrs()
| void set_file_attrs | ( | std::function< void(focs::Attribute)> | set_attrs | ) |
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/include/focs/RuntimeAttributes.hpp

Public Member Functions inherited from 
