Interactive field diagnostic plotter. More...
#include <gtkfielddiagwindow.hpp>
Public Member Functions | |
GTKFieldDiagWindow (GTKPlotter *plotter, const Geometry *geom, size_t N, const Vec3D &x1, const Vec3D &x2, const field_diag_type_e diag[2], const field_loc_type_e loc[2]) | |
Make new field diagnostic window. | |
virtual | ~GTKFieldDiagWindow () |
Interactive field diagnostic plotter.
GTKFieldDiagWindow::GTKFieldDiagWindow | ( | GTKPlotter * | plotter, | |
const Geometry * | geom, | |||
size_t | N, | |||
const Vec3D & | x1, | |||
const Vec3D & | x2, | |||
const field_diag_type_e | diag[2], | |||
const field_loc_type_e | loc[2] | |||
) |
Make new field diagnostic window.
Field is diagnosed on a line from x1 to x2. On the first y-axis, g1type field is plotted. On the second g2type field is plotted. The data displayed on first x-axis is specified by dist1type and the second x-axis on dist2type.
virtual GTKFieldDiagWindow::~GTKFieldDiagWindow | ( | ) | [virtual] |