Elaboradar  0.1

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

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