comparison data/model/Model.h @ 1105:a27b1ce86e4f 3.0-integration

Merge from branch simple-fft-model
author Chris Cannam
date Fri, 26 Jun 2015 14:07:25 +0100
parents 4d9816ba0ebe
children e994747fb9dd
comparison
equal deleted inserted replaced
1088:5fab8e4f5f19 1105:a27b1ce86e4f
22 #include "base/XmlExportable.h" 22 #include "base/XmlExportable.h"
23 #include "base/Playable.h" 23 #include "base/Playable.h"
24 #include "base/BaseTypes.h" 24 #include "base/BaseTypes.h"
25 #include "base/DataExportOptions.h" 25 #include "base/DataExportOptions.h"
26 26
27 typedef std::vector<float> SampleBlock;
28
29 class ZoomConstraint; 27 class ZoomConstraint;
30 class AlignmentModel; 28 class AlignmentModel;
31 29
32 /** 30 /**
33 * Model is the base class for all data models that represent any sort 31 * Model is the base class for all data models that represent any sort