qwt_gazebo.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Open Source Robotics Foundation
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16 */
17 
18 #ifndef GAZEBO_GUI_PLOT_QWT_GAZEBO_H_
19 #define GAZEBO_GUI_PLOT_QWT_GAZEBO_H_
20 
21 #pragma GCC system_header
22 
23 #pragma clang diagnostic push
24 #pragma clang diagnostic ignored "-Wfloat-equal"
25 
26 #include <qwt/qwt_curve_fitter.h>
27 #include <qwt/qwt_legend.h>
28 #include <qwt/qwt_painter.h>
29 #include <qwt/qwt_picker_machine.h>
30 #include <qwt/qwt_plot.h>
31 #include <qwt/qwt_plot_canvas.h>
32 #include <qwt/qwt_plot_curve.h>
33 #include <qwt/qwt_plot_directpainter.h>
34 #include <qwt/qwt_plot_grid.h>
35 #include <qwt/qwt_plot_layout.h>
36 #include <qwt/qwt_plot_magnifier.h>
37 #include <qwt/qwt_plot_marker.h>
38 #include <qwt/qwt_plot_panner.h>
39 #include <qwt/qwt_plot_zoomer.h>
40 #include <qwt/qwt_scale_engine.h>
41 #include <qwt/qwt_scale_widget.h>
42 #include <qwt/qwt_symbol.h>
43 #include <qwt/qwt_plot_renderer.h>
44 
45 #pragma clang diagnostic pop
46 
47 #endif