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 () |
Public Member Functions inherited from GTKWindow | |
| virtual | ~GTKWindow () |
| virtual void * | build_preferences (GtkWidget *notebook) |
| virtual void | read_preferences (GtkWidget *notebook, void *pdata) |
| void | draw_and_expose (void) |
| void | show (void) |
Additional Inherited Members | |
Protected Member Functions inherited from GTKWindow | |
| GTKWindow (GTKPlotter *plotter) | |
| virtual void | zoom_fit (void) |
| virtual std::string | track_text (double x, double y) |
| Function which providies tracking text at (x,y) | |
| void | expose (int x, int y, int width, int height) |
Protected Attributes inherited from GTKWindow | |
| GTKPlotter * | _plotter |
| Frame | _frame |
| GtkWidget * | _window |
| GtkWidget * | _darea |
| GtkWidget * | _menubar |
| GtkWidget * | _menu_file |
| GtkWidget * | _toolbar |
| GtkWidget * | _statusbar |
| GtkToolItem * | _radioitem |
| double | _track_px |
| double | _track_py |
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 |