48 c_plot_card(
int itmp1,
int itmp2,
int itmp3,
int itmp4, std::string& filename);
54 bool is_valid()
const;
57 bool currents()
const;
58 bool near_field()
const ;
59 bool patterns()
const;
61 bool realimag()
const;
62 bool magphase()
const;
64 void set_plot_real_imag_currents();
66 void plot_endl()
const;
68 void plot_double(nec_float x)
const;
70 void plot_complex(nec_complex x)
const;
72 void plot_complex_2d(nec_complex x, nec_complex y, nec_complex z)
const;
74 void plot_currents(nec_complex ex, nec_complex ey, nec_complex ez)
const;
76 void plot_segments(
int i,
78 nec_float xw2, nec_float yw2,
82 nec_complex ex, nec_complex ey, nec_complex ez,
83 nec_float xob, nec_float yob, nec_float zob);
85 void plot_patterns(nec_float theta, nec_float phi,
86 nec_complex e_theta, nec_complex e_phi,
87 nec_float g_vert, nec_float g_horiz, nec_float g_tot);