IODA
ioda::ObsDimInfo Class Reference

#include <ObsSpace.h>

Public Member Functions

 ObsDimInfo ()
 
ObsDimensionId get_dim_id (const std::string &dimName) const
 return the standard id value for the given dimension name More...
 
std::string get_dim_name (const ObsDimensionId dimId) const
 return the dimension name for the given dimension id More...
 
std::size_t get_dim_size (const ObsDimensionId dimId) const
 return the dimension size for the given dimension id More...
 
void set_dim_size (const ObsDimensionId dimId, std::size_t dimSize)
 set the dimension size for the given dimension id More...
 

Private Attributes

std::map< ObsDimensionId, std::string > dim_id_name_
 map going from dim id to dim name More...
 
std::map< ObsDimensionId, std::size_t > dim_id_size_
 map going from dim id to dim size More...
 
std::map< std::string, ObsDimensionIddim_name_id_
 map going from dim name to id More...
 

Detailed Description

Definition at line 66 of file src/ObsSpace.h.

Constructor & Destructor Documentation

◆ ObsDimInfo()

ioda::ObsDimInfo::ObsDimInfo ( )

Definition at line 66 of file ObsSpace.cc.

Member Function Documentation

◆ get_dim_id()

ObsDimensionId ioda::ObsDimInfo::get_dim_id ( const std::string &  dimName) const

return the standard id value for the given dimension name

Definition at line 80 of file ObsSpace.cc.

Here is the caller graph for this function:

◆ get_dim_name()

std::string ioda::ObsDimInfo::get_dim_name ( const ObsDimensionId  dimId) const

return the dimension name for the given dimension id

Definition at line 84 of file ObsSpace.cc.

Here is the caller graph for this function:

◆ get_dim_size()

std::size_t ioda::ObsDimInfo::get_dim_size ( const ObsDimensionId  dimId) const

return the dimension size for the given dimension id

Definition at line 88 of file ObsSpace.cc.

Here is the caller graph for this function:

◆ set_dim_size()

void ioda::ObsDimInfo::set_dim_size ( const ObsDimensionId  dimId,
std::size_t  dimSize 
)

set the dimension size for the given dimension id

Definition at line 92 of file ObsSpace.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ dim_id_name_

std::map<ObsDimensionId, std::string> ioda::ObsDimInfo::dim_id_name_
private

map going from dim id to dim name

Definition at line 84 of file src/ObsSpace.h.

◆ dim_id_size_

std::map<ObsDimensionId, std::size_t> ioda::ObsDimInfo::dim_id_size_
private

map going from dim id to dim size

Definition at line 87 of file src/ObsSpace.h.

◆ dim_name_id_

std::map<std::string, ObsDimensionId> ioda::ObsDimInfo::dim_name_id_
private

map going from dim name to id

Definition at line 90 of file src/ObsSpace.h.


The documentation for this class was generated from the following files: