#include <Variable.h>
|
void | print (std::ostream &) const |
|
Definition at line 23 of file Variable.h.
◆ Variable() [1/4]
ufo::Variable::Variable |
( |
const eckit::Configuration & |
conf | ) |
|
|
explicit |
◆ Variable() [2/4]
ufo::Variable::Variable |
( |
const std::string & |
fullname, |
|
|
const eckit::LocalConfiguration |
conf = eckit::LocalConfiguration() |
|
) |
| |
|
explicit |
◆ Variable() [3/4]
ufo::Variable::Variable |
( |
const std::string & |
fullname, |
|
|
const std::vector< int > & |
channels |
|
) |
| |
◆ Variable() [4/4]
ufo::Variable::Variable |
( |
const Variable & |
var, |
|
|
const std::string & |
group |
|
) |
| |
◆ ~Variable()
ufo::Variable::~Variable |
( |
| ) |
|
◆ channels()
const std::vector< int > & ufo::Variable::channels |
( |
| ) |
const |
◆ classname()
static const std::string ufo::Variable::classname |
( |
| ) |
|
|
inlinestatic |
◆ fullName()
std::string ufo::Variable::fullName |
( |
| ) |
const |
Return the full variable name including the group name (but no channel number), e.g. air_pressure@MetaData
.
Definition at line 128 of file Variable.cc.
◆ group()
const std::string & ufo::Variable::group |
( |
| ) |
const |
◆ operator[]()
Variable ufo::Variable::operator[] |
( |
const size_t |
jch | ) |
const |
◆ options()
const eckit::LocalConfiguration& ufo::Variable::options |
( |
| ) |
const |
|
inline |
◆ print()
void ufo::Variable::print |
( |
std::ostream & |
os | ) |
const |
|
private |
◆ size()
size_t ufo::Variable::size |
( |
| ) |
const |
◆ toOopsVariables()
oops::Variables ufo::Variable::toOopsVariables |
( |
| ) |
const |
◆ variable() [1/2]
const std::string & ufo::Variable::variable |
( |
| ) |
const |
◆ variable() [2/2]
std::string ufo::Variable::variable |
( |
const size_t |
jch | ) |
const |
◆ channels_
std::vector<int> ufo::Variable::channels_ |
|
private |
◆ grpname_
std::string ufo::Variable::grpname_ |
|
private |
◆ options_
eckit::LocalConfiguration ufo::Variable::options_ |
|
private |
◆ varname_
std::string ufo::Variable::varname_ |
|
private |
The documentation for this class was generated from the following files: