QXRD  0.11.16
qxrdimagedataformathis.h
Go to the documentation of this file.
1 #ifndef QIMGIMAGEDATAFORMATHIS_H
2 #define QIMGIMAGEDATAFORMATHIS_H
3 
4 #include "qcepmacros.h"
5 #include "qcepimagedataformat.h"
6 #include "qcepimagedata-ptr.h"
7 
9 {
10  public:
11  QxrdImageDataFormatHis(QString name = "his");
12 
13  QxrdImageDataFormatHis* canLoadFile(QString path);
14  QxrdImageDataFormatHis* canSaveFile(QString path);
16  QxrdImageDataFormatHis* saveFile(QString path, QcepImageData<double> *img, int);
17  Priority priority() const;
18 
19 private:
20  void checkError(int e);
21 };
22 
23 #endif
QxrdImageDataFormatHis * canSaveFile(QString path)
QxrdImageDataFormatHis * loadFile(QString path, QcepImageData< double > *img)
QxrdImageDataFormatHis(QString name="his")
QxrdImageDataFormatHis * canLoadFile(QString path)
QxrdImageDataFormatHis * saveFile(QString path, QcepImageData< double > *img, int)