Public Member Functions | |
Entry () | |
code::Angle | az () const |
degrees | |
code::Length | rn () const |
meters | |
float | elevWeight () const |
0-1, 1=center of beam, 0.5=top/bottom of beam | |
unsigned char | elevWeightScaled () const |
float | blocked () const |
0-1 | |
bool | insideBeam () const |
bool | isBlocked () const |
Public Attributes | |
unsigned short | x |
unsigned short | y |
unsigned short | z |
unsigned short | azimuth |
number from 0 to 36000 | |
float | range |
meters | |
unsigned char | atCenter |
number from 0 to 100 (100=beam center, 50=top/bottom) | |
unsigned char | percentBeamBlocked |
number from 0 to 100 | |
Friends | |
bool | operator< (const Entry &a, const Entry &b) |
vol::RadialSetLookup::Entry::Entry | ( | ) | [inline] |
code::Angle vol::RadialSetLookup::Entry::az | ( | ) | const [inline] |
degrees
float vol::RadialSetLookup::Entry::blocked | ( | ) | const [inline] |
0-1
float vol::RadialSetLookup::Entry::elevWeight | ( | ) | const [inline] |
0-1, 1=center of beam, 0.5=top/bottom of beam
unsigned char vol::RadialSetLookup::Entry::elevWeightScaled | ( | ) | const [inline] |
bool vol::RadialSetLookup::Entry::insideBeam | ( | ) | const [inline] |
bool vol::RadialSetLookup::Entry::isBlocked | ( | ) | const [inline] |
code::Length vol::RadialSetLookup::Entry::rn | ( | ) | const [inline] |
meters
unsigned char vol::RadialSetLookup::Entry::atCenter |
number from 0 to 100 (100=beam center, 50=top/bottom)
unsigned short vol::RadialSetLookup::Entry::azimuth |
number from 0 to 36000
unsigned char vol::RadialSetLookup::Entry::percentBeamBlocked |
number from 0 to 100
meters
unsigned short vol::RadialSetLookup::Entry::x |
unsigned short vol::RadialSetLookup::Entry::y |
unsigned short vol::RadialSetLookup::Entry::z |