Elaboradar
0.1
Pagina Principale
Moduli
Namespace
Classi
File
Tutto
Classi
Namespace
File
Funzioni
Variabili
Tipi enumerati (enum)
Gruppi
radarelab
volume
Scans
append_scan
load_info
make_scan
normalize_elevations
offset
quantity
radarSite
scan
scan
Scans
SetOffset
units
template<typename T>
template<typename OT >
radarelab::volume::Scans
< T >::
Scans
(
const
Scans
< OT > &
v
,
const T &
default_value
)
inline
Constructor Copy from another
Scans
.
Parametri
[in]
v
-
Scans
object to be copied
[in]
default_value
- default to be used
Definizione alla linea
286
del file
volume.h
.
287
{
288
this->
quantity
= v.quantity;
289
this->
units
= v.units;
290
this->
load_info
= v.load_info;
291
this->reserve(v.size());
292
this->
radarSite
= v.radarSite;
293
for
(
const
auto
& src_scan : v)
294
this->push_back(PolarScan<T>(src_scan, default_value));
295
this->
offset
=v.offset;
296
}
radarelab::volume::Scans::offset
T offset
Data Offset.
Definition:
volume.h:274
radarelab::volume::Scans::load_info
std::shared_ptr< LoadInfo > load_info
Polar volume information.
Definition:
volume.h:270
radarelab::volume::Scans::units
std::string units
Data units according to ODIM documentation.
Definition:
volume.h:268
radarelab::volume::Scans::radarSite
RadarSite radarSite
RadarSite.
Definition:
volume.h:272
radarelab::volume::Scans::quantity
std::string quantity
Odim quantity name.
Definition:
volume.h:266
Generato Mer 4 Nov 2020 09:14:47 per Elaboradar da
1.8.5