Elaboradar  0.1
 Tutto Classi Namespace File Funzioni Variabili Tipi enumerati (enum) Gruppi
template<typename T>
const PolarScan<T>& radarelab::volume::Scans< T >::scan ( unsigned  idx) const
inline

Access a polar scan (const)

Parametri
[in]idx- index of the PolarScan to be used
Restituisce
a pointer to the PolarScan (const)

Definizione alla linea 302 del file volume.h.

302 { return (*this)[idx]; }