18 #ifndef __c_plot_card__
19 #define __c_plot_card__
22 #include "math_util.h"
49 c_plot_card(
int itmp1,
int itmp2,
int itmp3,
int itmp4, std::string& filename);
53 bool is_valid()
const;
56 bool currents()
const;
57 bool near_field()
const ;
58 bool patterns()
const;
60 bool realimag()
const;
61 bool magphase()
const;
63 void set_plot_real_imag_currents();
65 void plot_endl()
const;
67 void plot_double(nec_float x)
const;
69 void plot_complex(nec_complex x)
const;
71 void plot_complex_2d(nec_complex x, nec_complex y, nec_complex z)
const;
73 void plot_currents(nec_complex ex, nec_complex ey, nec_complex ez)
const;
75 void plot_segments(
int i,
77 nec_float xw2, nec_float yw2,
81 nec_complex ex, nec_complex ey, nec_complex ez,
82 nec_float xob, nec_float yob, nec_float zob);
84 void plot_patterns(nec_float theta, nec_float phi,
85 nec_complex e_theta, nec_complex e_phi,
86 nec_float g_vert, nec_float g_horiz, nec_float g_tot);
Definition: c_plot_card.h:44