QXRD  0.11.16
qxrdimagedataformatcbf.h
Go to the documentation of this file.
1 #ifndef QXRDIMAGEDATAFORMATCBF_H
2 #define QXRDIMAGEDATAFORMATCBF_H
3 
4 #include "qcepmacros.h"
5 
6 #include "qcepimagedataformatcbf.h"
7 
8 class QxrdImageDataFormatCBF : public QcepImageDataFormatCBF<double>
9 {
10 public:
11  QxrdImageDataFormatCBF(QString name="cbf");
12 };
13 
14 #endif // QXRDIMAGEDATAFORMATCBF_H
QxrdImageDataFormatCBF(QString name="cbf")