Mercurial > hg > svcore
comparison transform/CSVFeatureWriter.h @ 1206:659372323b45 tony-2.0-integration
Merge latest SV 3.0 branch code
author | Chris Cannam |
---|---|
date | Fri, 19 Aug 2016 15:58:57 +0100 |
parents | 870acd589a38 |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
1136:e94719f941ba | 1206:659372323b45 |
---|---|
72 void writeFeature(DataId, | 72 void writeFeature(DataId, |
73 QTextStream &, | 73 QTextStream &, |
74 const Vamp::Plugin::Feature &f, | 74 const Vamp::Plugin::Feature &f, |
75 const Vamp::Plugin::Feature *optionalNextFeature, | 75 const Vamp::Plugin::Feature *optionalNextFeature, |
76 std::string summaryType); | 76 std::string summaryType); |
77 | |
78 int m_digits; | |
77 }; | 79 }; |
78 | 80 |
79 #endif | 81 #endif |