comparison data/model/AlignmentModel.h @ 1016:13f53ecc8bb5

Make alignment using an external program asynchronous
author Chris Cannam
date Thu, 20 Nov 2014 15:46:19 +0000
parents 36f79bc5c3d7
children cc27f35aa75c
comparison
equal deleted inserted replaced
1010:36f79bc5c3d7 1016:13f53ecc8bb5
50 const Model *getAlignedModel() const; 50 const Model *getAlignedModel() const;
51 51
52 int toReference(int frame) const; 52 int toReference(int frame) const;
53 int fromReference(int frame) const; 53 int fromReference(int frame) const;
54 54
55 void setPathFrom(SparseTimeValueModel *rawpath);
55 void setPath(PathModel *path); 56 void setPath(PathModel *path);
56 57
57 virtual void toXml(QTextStream &stream, 58 virtual void toXml(QTextStream &stream,
58 QString indent = "", 59 QString indent = "",
59 QString extraAttributes = "") const; 60 QString extraAttributes = "") const;