comparison data/model/AlignmentModel.h @ 1737:5d631f6129fe by-id

More on AlignmentModel
author Chris Cannam
date Tue, 25 Jun 2019 18:56:57 +0100
parents d91ff235e69d
children 4abc0f08adf9
comparison
equal deleted inserted replaced
1736:d9082ed16931 1737:5d631f6129fe
85 ModelId m_reference; 85 ModelId m_reference;
86 ModelId m_aligned; 86 ModelId m_aligned;
87 87
88 ModelId m_pathSource; // a SparseTimeValueModel 88 ModelId m_pathSource; // a SparseTimeValueModel
89 89
90 std::unique_ptr<PathModel> m_path; 90 mutable std::unique_ptr<PathModel> m_path;
91 std::unique_ptr<PathModel> m_reversePath; 91 mutable std::unique_ptr<PathModel> m_reversePath;
92 bool m_pathBegun; 92 bool m_pathBegun;
93 bool m_pathComplete; 93 bool m_pathComplete;
94 QString m_error; 94 QString m_error;
95 95
96 void constructPath() const; 96 void constructPath() const;