Public Member Functions | |
ElevationInfo (const std::vector< std::string > &builderParams, float elevation, const Time &volumeTime) | |
ElevationInfo () | |
invalid object, for STL convenience. | |
Public Attributes | |
std::vector< std::string > | builderParams |
The builder params for this elevation. | |
float | elevation |
elevation angle, in degrees of that elevation. | |
Time | volumeTime |
start time of the volume that this belongs to. |
code::VirtualVolume::ElevationInfo::ElevationInfo | ( | const std::vector< std::string > & | builderParams, | |
float | elevation, | |||
const Time & | volumeTime | |||
) |
code::VirtualVolume::ElevationInfo::ElevationInfo | ( | ) | [inline] |
invalid object, for STL convenience.
std::vector< std::string > code::VirtualVolume::ElevationInfo::builderParams |
The builder params for this elevation.
elevation angle, in degrees of that elevation.
start time of the volume that this belongs to.