49 c_plot_card(
int itmp1,
int itmp2,
int itmp3,
int itmp4, std::string& filename);
55 bool is_valid()
const;
58 bool currents()
const;
59 bool near_field()
const ;
60 bool patterns()
const;
62 bool realimag()
const;
63 bool magphase()
const;
65 void set_plot_real_imag_currents();
67 void plot_endl()
const;
69 void plot_double(nec_float x)
const;
71 void plot_complex(nec_complex x)
const;
73 void plot_complex_2d(nec_complex x, nec_complex y, nec_complex z)
const;
75 void plot_currents(nec_complex ex, nec_complex ey, nec_complex ez)
const;
77 void plot_segments(
int i,
79 nec_float xw2, nec_float yw2,
83 nec_complex ex, nec_complex ey, nec_complex ez,
84 nec_float xob, nec_float yob, nec_float zob);
86 void plot_patterns(nec_float theta, nec_float phi,
87 nec_complex e_theta, nec_complex e_phi,
88 nec_float g_vert, nec_float g_horiz, nec_float g_tot);
91 std::shared_ptr<FILE> plot_fp;