5 #ifndef RADARELAB_VIZ_CLASS_H
6 #define RADARELAB_VIZ_CLASS_H
12 struct CylindricalVolume;
18 log4c_category_t* logging_category;
20 const CylindricalVolume& cil;
22 const unsigned x_size;
23 const unsigned z_size;
26 const double t_ground;
27 const double res_vert_cil;
29 Matrix2D<unsigned char> conv_VIZ;
30 Matrix2D<unsigned char> stratiform;
32 CalcoloVIZ(
const CylindricalVolume& cil,
double htbb,
double hbbb,
double t_ground);
39 void classifico_VIZ();