Mercurial > hg > svcore
comparison data/model/AlignmentModel.h @ 1010:36f79bc5c3d7
Provide access to local filename
author | Chris Cannam |
---|---|
date | Fri, 14 Nov 2014 17:23:38 +0000 |
parents | cd42620e3f40 |
children | 13f53ecc8bb5 |
comparison
equal
deleted
inserted
replaced
1009:e369dd281cf2 | 1010:36f79bc5c3d7 |
---|---|
30 Q_OBJECT | 30 Q_OBJECT |
31 | 31 |
32 public: | 32 public: |
33 AlignmentModel(Model *reference, | 33 AlignmentModel(Model *reference, |
34 Model *aligned, | 34 Model *aligned, |
35 Model *inputModel, // probably an AggregateWaveModel; I take ownership | 35 Model *inputModel, // probably an AggregateWaveModel; may be null; I take ownership |
36 SparseTimeValueModel *path); // I take ownership | 36 SparseTimeValueModel *path); // I take ownership |
37 ~AlignmentModel(); | 37 ~AlignmentModel(); |
38 | 38 |
39 virtual bool isOK() const; | 39 virtual bool isOK() const; |
40 virtual int getStartFrame() const; | 40 virtual int getStartFrame() const; |