Generic OdimH5 specification functions.
More...
#include <radarlib/odimh5v20_const.hpp>
|
static bool | isObject (const std::string &value) |
| Check if given value is a valid 'object' attribute value.
|
|
static bool | isSoftware (const std::string &value) |
| Check if given value is a valid 'software' attribute value.
|
|
static bool | isMethod (const std::string &value) |
| Check if given value is a valid 'method' attribute value.
|
|
static bool | isPolarization (const std::string &value) |
| Check if given value is a valid 'polarization' attribute value.
|
|
static void | getStandardAttributes (std::set< std::string > &names) |
| Gets the names of standard attributes.
|
|
static void | getStandardQuantities (std::set< std::string > &names) |
| Gets the names of standard quantities.
|
|
Generic OdimH5 specification functions.
This class collects some methods to check or retrive informations about OdimH5 specifications.
◆ isObject()
bool OdimH5v20::Specification::isObject |
( |
const std::string & | value | ) |
|
|
static |
Check if given value is a valid 'object' attribute value.
◆ isSoftware()
bool OdimH5v20::Specification::isSoftware |
( |
const std::string & | value | ) |
|
|
static |
Check if given value is a valid 'software' attribute value.
◆ isMethod()
bool OdimH5v20::Specification::isMethod |
( |
const std::string & | value | ) |
|
|
static |
Check if given value is a valid 'method' attribute value.
◆ isPolarization()
bool OdimH5v20::Specification::isPolarization |
( |
const std::string & | value | ) |
|
|
static |
Check if given value is a valid 'polarization' attribute value.
◆ getStandardAttributes()
void OdimH5v20::Specification::getStandardAttributes |
( |
std::set< std::string > & | names | ) |
|
|
static |
Gets the names of standard attributes.
- Parameters
-
names | the STL set that will hold the values |
◆ getStandardQuantities()
void OdimH5v20::Specification::getStandardQuantities |
( |
std::set< std::string > & | names | ) |
|
|
static |
Gets the names of standard quantities.
- Parameters
-
names | the STL set that will hold the values |
- Examples
- create_polar_volume.cpp.
The documentation for this class was generated from the following files: