qse  0.5.4
qseedgealigner.h
Go to the documentation of this file.
1 #ifndef QSEEDGEALIGNER_H
2 #define QSEEDGEALIGNER_H
3 
4 #include "qseexafsoperator.h"
5 #include "qseregexpparameter.h"
6 
7 class QseDataSet;
8 class QseScan;
9 class QseColumn;
10 
12 {
13  Q_OBJECT;
14 
15  public:
16  QseEdgeAligner(QseDataSet* inData,
17  QseDataSet* outData,
18  const QString& name,
19  QObject* parent=0);
20 
21  friend class QseEdgeAlignerUI;
22 
23  void exec();
24 
25  protected:
26  void alignScan(int n, QseScan* out);
27 };
28 
29 #endif
QseEdgeAligner(QseDataSet *inData, QseDataSet *outData, const QString &name, QObject *parent=0)
void alignScan(int n, QseScan *out)
QString name() const
Definition: qseoperator.cpp:11