Elaboradar 0.1
Caricamento in corso...
Ricerca in corso...
Nessun risultato

◆ scan() [2/2]

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 317 del file volume.h.

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