Mercurial > hg > svcore
comparison data/model/AlignmentModel.cpp @ 1450:a12fd0456f0c streaming-csv-writer
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 17 Apr 2018 10:35:42 +0100 |
parents | 48e9f538e6e9 |
children | 21f21354c834 |
comparison
equal
deleted
inserted
replaced
1449:deabf9fd3d28 | 1450:a12fd0456f0c |
---|---|
20 //#define DEBUG_ALIGNMENT_MODEL 1 | 20 //#define DEBUG_ALIGNMENT_MODEL 1 |
21 | 21 |
22 AlignmentModel::AlignmentModel(Model *reference, | 22 AlignmentModel::AlignmentModel(Model *reference, |
23 Model *aligned, | 23 Model *aligned, |
24 Model *inputModel, | 24 Model *inputModel, |
25 SparseTimeValueModel *path) : | 25 SparseTimeValueModel *path) : |
26 m_reference(reference), | 26 m_reference(reference), |
27 m_aligned(aligned), | 27 m_aligned(aligned), |
28 m_inputModel(inputModel), | 28 m_inputModel(inputModel), |
29 m_rawPath(path), | 29 m_rawPath(path), |
30 m_path(0), | 30 m_path(0), |