QXRD  0.11.16
qxrdplotvectorfielddata.h
Go to the documentation of this file.
1 #ifndef QXRDPLOTVECTORFIELDDATA_H
2 #define QXRDPLOTVECTORFIELDDATA_H
3 
4 #include "qwt_series_data.h"
5 #include "qxrdpoint4d.h"
6 
8  public QwtArraySeriesData<QxrdPoint4D>
9 {
10 public:
12 
13  void append(const QxrdPoint4D & pt);
14 
15  QRectF boundingRect() const;
16 };
17 
18 
19 #endif // QXRDPLOTVECTORFIELDDATA_H
void append(const QxrdPoint4D &pt)