Elaboradar  0.1
viz.h
Vai alla documentazione di questo file.
1 
5 #ifndef RADARELAB_VIZ_CLASS_H
6 #define RADARELAB_VIZ_CLASS_H
7 
8 #include <radarelab/logging.h>
9 #include <radarelab/matrix.h>
10 
11 namespace radarelab {
12 struct CylindricalVolume;
13 
14 namespace algo {
15 
16 struct CalcoloVIZ
17 {
18  log4c_category_t* logging_category;
19 
20  const CylindricalVolume& cil;
21 
22  const unsigned x_size;
23  const unsigned z_size;
24  const double htbb;
25  const double hbbb;
26  const double t_ground;
27  const double res_vert_cil;
28 
29  Matrix2D<unsigned char> conv_VIZ;
30  Matrix2D<unsigned char> stratiform;
31 
32  CalcoloVIZ(const CylindricalVolume& cil, double htbb, double hbbb, double t_ground);
33 
39  void classifico_VIZ();
40 };
41 
42 }
43 }
44 
45 #endif
String functions.
Definition: cart.cpp:4