5 #ifndef RADARELAB_CILINDRICAL_CLASS_H
6 #define RADARELAB_CILINDRICAL_CLASS_H
26 std::vector<Matrix2D<double>*>
slices;
40 double& operator()(
unsigned slice,
unsigned row,
unsigned col)
43 return (*
slices[slice])(row, col);
46 const double& operator()(
unsigned slice,
unsigned row,
unsigned col)
const
49 return (*
slices[slice])(row, col);
52 void resample(
const Volume<double>& volume);
Definisce le principali strutture che contengono i dati.
double resol[2]
Resolution in x and z.
std::vector< Matrix2D< double > * > slices
Vertical rectangular x,z semi-slices of the cylinder, with one side resting on the cylinder axis...
Radar volume mapped to cylindrical coordinates.