comparison runner/LabFeatureWriter.h @ 206:704a8b27f3ed

Add & test the digits option in the Lab file writer
author Chris Cannam
date Tue, 03 Nov 2015 13:42:11 +0000
parents 59abb58b1855
children
comparison
equal deleted inserted replaced
205:7a287e5d5df6 206:704a8b27f3ed
15 published by the Free Software Foundation; either version 2 of the 15 published by the Free Software Foundation; either version 2 of the
16 License, or (at your option) any later version. See the file 16 License, or (at your option) any later version. See the file
17 COPYING included with this distribution for more information. 17 COPYING included with this distribution for more information.
18 */ 18 */
19 19
20 #ifndef _LAB_FEATURE_WRITER_H_ 20 #ifndef LAB_FEATURE_WRITER_H
21 #define _LAB_FEATURE_WRITER_H_ 21 #define LAB_FEATURE_WRITER_H
22 22
23 #include <string> 23 #include <string>
24 #include <map> 24 #include <map>
25 #include <set> 25 #include <set>
26 26
63 PendingFeatures m_pending; 63 PendingFeatures m_pending;
64 64
65 void writeFeature(QTextStream &, 65 void writeFeature(QTextStream &,
66 const Vamp::Plugin::Feature &f, 66 const Vamp::Plugin::Feature &f,
67 const Vamp::Plugin::Feature *optionalNextFeature); 67 const Vamp::Plugin::Feature *optionalNextFeature);
68
69 int m_digits;
68 }; 70 };
69 71
70 #endif 72 #endif