comparison data/model/AlignmentModel.cpp @ 1527:710e6250a401 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:14 +0100
parents 48e9f538e6e9
children 21f21354c834
comparison
equal deleted inserted replaced
1324:d4a28d1479a8 1527:710e6250a401
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),