Elaboradar 0.1
|
◆ Scans()
template<typename T >
template<typename OT >
Constructor Copy from another Scans.
Definizione alla linea 288 del file volume.h. 289 {
290 this->quantity = v.quantity;
291 this->units = v.units;
292 this->load_info = v.load_info;
293 this->reserve(v.size());
294 this->radarSite = v.radarSite;
295 for (const auto& src_scan : v)
296 this->push_back(PolarScan<T>(src_scan, default_value));
297 this->offset=v.offset;
298 }
Referenzia radarelab::volume::Scans< T >::load_info, radarelab::volume::Scans< T >::offset, radarelab::volume::Scans< T >::quantity, radarelab::volume::Scans< T >::radarSite, e radarelab::volume::Scans< T >::units. |