radarlib 1.4.6
OdimH5v20::VILHeights Class Reference

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.
 
 VILHeights (double bottom, double top)
 Create and intialize a VIL height pair.
 
 VILHeights (const std::string &str)
 
void set (double bottom, double top)
 Set pair values.
 
void parse (const std::string &str)
 Set pair values parsing the given string.
 
std::string toString () const
 Convert the pair to a string according to OdimH5 specifications.
 

Public Attributes

double bottom
 Lower value in meters.
 
double top
 Upper value in meters.
 

Detailed Description

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

Examples
image-visitor.cpp.

Constructor & Destructor Documentation

◆ VILHeights() [1/3]

OdimH5v20::VILHeights::VILHeights ( )

Create and intialize a VIL height pair to 0.

◆ VILHeights() [2/3]

OdimH5v20::VILHeights::VILHeights ( double bottom,
double top )

Create and intialize a VIL height pair.

◆ VILHeights() [3/3]

OdimH5v20::VILHeights::VILHeights ( const std::string & str)
\brief Create and intialize a VIL height pair parsing the given string

The string must be formated as indicated in OdimH5 specifications

Member Function Documentation

◆ set()

void OdimH5v20::VILHeights::set ( double bottom,
double top )

Set pair values.

◆ parse()

void OdimH5v20::VILHeights::parse ( const std::string & str)

Set pair values parsing the given string.

◆ toString()

std::string OdimH5v20::VILHeights::toString ( ) const

Convert the pair to a string according to OdimH5 specifications.

Member Data Documentation

◆ bottom

double OdimH5v20::VILHeights::bottom

Lower value in meters.

Examples
image-visitor.cpp.

◆ top

double OdimH5v20::VILHeights::top

Upper value in meters.

Examples
image-visitor.cpp.

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