Elaboradar  0.1

◆ request_quantity()

void radarelab::volume::ODIMLoader::request_quantity ( const std::string &  name,
Scans< double > *  volume 
)

Define a request - Fill to_load attribute

Parametri
[in]name- Quantity requested
[in]volume- Scans where the data will be loaded

Definizione alla linea 29 del file odim.cpp.

30 {
31  to_load.insert(make_pair(name, volume));
32 }
std::map< std::string, Scans< double > * > to_load
Map used to specify quantity to be loaded.
Definition: loader.h:26

Referenziato da radarelab::volume::classifier::classifier(), e elaboradar::CUM_BAC::read_odim_volume().