Go to the documentation of this file.
18 #ifndef GAZEBO_GUI_PLOT_QWT_GAZEBO_H_
19 #define GAZEBO_GUI_PLOT_QWT_GAZEBO_H_
21 #pragma GCC system_header
23 #pragma clang diagnostic push
24 #pragma clang diagnostic ignored "-Wfloat-equal"
26 #if defined __has_include
27 #if __has_include (<qwt.h>)
28 #include <qwt_curve_fitter.h>
29 #include <qwt_legend.h>
30 #include <qwt_painter.h>
31 #include <qwt_picker_machine.h>
33 #include <qwt_plot_canvas.h>
34 #include <qwt_plot_curve.h>
35 #include <qwt_plot_directpainter.h>
36 #include <qwt_plot_grid.h>
37 #include <qwt_plot_layout.h>
38 #include <qwt_plot_magnifier.h>
39 #include <qwt_plot_marker.h>
40 #include <qwt_plot_panner.h>
41 #include <qwt_plot_zoomer.h>
42 #include <qwt_scale_engine.h>
43 #include <qwt_scale_widget.h>
44 #include <qwt_symbol.h>
45 #include <qwt_plot_renderer.h>
46 #define GAZEBO_GUI_QWT_IS_INCLUDED
50 #ifndef GAZEBO_GUI_QWT_IS_INCLUDED
51 #include <qwt/qwt_curve_fitter.h>
52 #include <qwt/qwt_legend.h>
53 #include <qwt/qwt_painter.h>
54 #include <qwt/qwt_picker_machine.h>
55 #include <qwt/qwt_plot.h>
56 #include <qwt/qwt_plot_canvas.h>
57 #include <qwt/qwt_plot_curve.h>
58 #include <qwt/qwt_plot_directpainter.h>
59 #include <qwt/qwt_plot_grid.h>
60 #include <qwt/qwt_plot_layout.h>
61 #include <qwt/qwt_plot_magnifier.h>
62 #include <qwt/qwt_plot_marker.h>
63 #include <qwt/qwt_plot_panner.h>
64 #include <qwt/qwt_plot_zoomer.h>
65 #include <qwt/qwt_scale_engine.h>
66 #include <qwt/qwt_scale_widget.h>
67 #include <qwt/qwt_symbol.h>
68 #include <qwt/qwt_plot_renderer.h>
69 #define GAZEBO_GUI_QWT_IS_INCLUDED
72 #pragma clang diagnostic pop