radarlib
1.4.6
|
Bottom and top heights (m) of the integration layer. More...
#include <radarlib/odimh5v20_support.hpp>
Public Member Functions | |
VILHeights () | |
Create and intialize a VIL height pair to 0. More... | |
VILHeights (double bottom, double top) | |
Create and intialize a VIL height pair. More... | |
VILHeights (const std::string &str) | |
Create and intialize a VIL height pair parsing the given string The string must be formated as indicated in OdimH5 specifications. More... | |
void | set (double bottom, double top) |
Set pair values. More... | |
void | parse (const std::string &str) |
Set pair values parsing the given string. More... | |
std::string | toString () const |
Convert the pair to a string according to OdimH5 specifications. More... | |
Public Attributes | |
double | bottom |
Lower value in meters. More... | |
double | top |
Upper value in meters. More... | |
Bottom and top heights (m) of the integration layer.
This class represent bottom and top height (m) values used in an integration layer This class is defined only for future use
OdimH5v20::VILHeights::VILHeights | ( | ) |
Create and intialize a VIL height pair to 0.
OdimH5v20::VILHeights::VILHeights | ( | double | bottom, |
double | top | ||
) |
Create and intialize a VIL height pair.
OdimH5v20::VILHeights::VILHeights | ( | const std::string & | str | ) |
Create and intialize a VIL height pair parsing the given string The string must be formated as indicated in OdimH5 specifications.
void OdimH5v20::VILHeights::set | ( | double | bottom, |
double | top | ||
) |
Set pair values.
void OdimH5v20::VILHeights::parse | ( | const std::string & | str | ) |
Set pair values parsing the given string.
std::string OdimH5v20::VILHeights::toString | ( | ) | const |
Convert the pair to a string according to OdimH5 specifications.
double OdimH5v20::VILHeights::bottom |
Lower value in meters.
double OdimH5v20::VILHeights::top |
Upper value in meters.