Elaboradar 0.1
|
Classe to manage Index beam positions by azimuth angles. Continua...
#include <azimuth_resample.h>
Membri pubblici | |
AzimuthIndex (const Eigen::VectorXd &azimuths) | |
Build an index with the azimuths of a PolarScan. | |
std::pair< double, unsigned > | closest (double azimuth) const |
Get the closest position to an azimuth angle. | |
std::vector< std::pair< double, unsigned > > | intersecting (double dst_azimuth, double dst_amplitude, double src_amplitude) const |
Get all the positions intersecting an angle centered on azimuth and with the given amplitude. | |
Attributi protetti | |
std::map< double, unsigned > | by_angle |
map azimuth angles to beam indices | |
Classe to manage Index beam positions by azimuth angles.
Definizione alla linea 20 del file azimuth_resample.h.