|
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.
31 to_load.insert(make_pair(name, volume));
std::map< std::string, Scans< double > * > to_load Map used to specify quantity to be loaded.
|