repository for casafeather app
Source
19
19
//# Internet email: casa-feedback@nrao.edu.
20
20
//# Postal address: AIPS++ Project Office
21
21
//# National Radio Astronomy Observatory
22
22
//# 520 Edgemont Road
23
23
//# Charlottesville, VA 22903-2475 USA
24
24
//#
25
25
26
26
#ifndef FEATHERCURVE_H_
27
27
#define FEATHERCURVE_H_
28
28
29
-
#include <qwt/qwt_plot.h>
29
+
#include <qwt_plot.h>
30
30
#include <limits>
31
31
#include <casa/aipstype.h>
32
32
#include <guitools/Feather/ColorProvider.h>
33
33
class QwtPlotCurve;
34
34
35
35
namespace casa {
36
36
37
37
class FeatherPlot;
38
38
class LegendCurve;
39
39