Mercurial > hg > svcore
comparison data/model/AlignmentModel.h @ 1761:ee7fd2c01d87 by-id
Work on management of alignment-related models
author | Chris Cannam |
---|---|
date | Fri, 12 Jul 2019 13:57:42 +0100 |
parents | 6d09d68165a4 |
children | f19711ab7074 |
comparison
equal
deleted
inserted
replaced
1760:9945ad04c174 | 1761:ee7fd2c01d87 |
---|---|
80 | 80 |
81 protected: | 81 protected: |
82 ModelId m_reference; | 82 ModelId m_reference; |
83 ModelId m_aligned; | 83 ModelId m_aligned; |
84 | 84 |
85 ModelId m_pathSource; // a SparseTimeValueModel | 85 ModelId m_pathSource; // a SparseTimeValueModel, which we need a |
86 // handle on only while it's still being generated | |
86 | 87 |
87 mutable std::unique_ptr<Path> m_path; | 88 mutable std::unique_ptr<Path> m_path; |
88 mutable std::unique_ptr<Path> m_reversePath; | 89 mutable std::unique_ptr<Path> m_reversePath; |
89 bool m_pathBegun; | 90 bool m_pathBegun; |
90 bool m_pathComplete; | 91 bool m_pathComplete; |