QXRD  0.11.16
qxrdimagedataformattiff.h
Go to the documentation of this file.
1 #ifndef QXRDIMAGEDATAFORMATTIFF_H
2 #define QXRDIMAGEDATAFORMATTIFF_H
3 
4 #include "qcepmacros.h"
5 
6 #include "qcepimagedataformattiff.h"
7 
8 class QxrdImageDataFormatTiff : public QcepImageDataFormatTiff<double>
9 {
10 public:
11  QxrdImageDataFormatTiff(QString name="tiff");
12 };
13 
14 #endif
QxrdImageDataFormatTiff(QString name="tiff")