Mercurial > hg > vamp-plugin-tester
comparison Test.h @ 61:c7fd03f5ae02
Show feature diffs
author | Chris Cannam |
---|---|
date | Tue, 08 Sep 2015 11:28:42 +0100 |
parents | 86d8a699dfbe |
children |
comparison
equal
deleted
inserted
replaced
60:9f2a6d843639 | 61:c7fd03f5ae02 |
---|---|
110 | 110 |
111 bool allFeaturesValid(const Vamp::Plugin::FeatureSet &); // i.e. no NaN/inf | 111 bool allFeaturesValid(const Vamp::Plugin::FeatureSet &); // i.e. no NaN/inf |
112 | 112 |
113 bool containsTimestamps(const Vamp::Plugin::FeatureSet &); | 113 bool containsTimestamps(const Vamp::Plugin::FeatureSet &); |
114 | 114 |
115 void dumpFeature(const Vamp::Plugin::Feature &, bool showValues); | 115 void dumpFeature(const Vamp::Plugin::Feature &, bool showValues, |
116 const Vamp::Plugin::Feature *other = 0); | |
116 void dump(const Vamp::Plugin::FeatureSet &, bool showValues = true); | 117 void dump(const Vamp::Plugin::FeatureSet &, bool showValues = true); |
117 void dumpTwo(const Result &r, | 118 void dumpTwo(const Result &r, |
118 const Vamp::Plugin::FeatureSet &, | 119 const Vamp::Plugin::FeatureSet &, |
119 const Vamp::Plugin::FeatureSet &); | 120 const Vamp::Plugin::FeatureSet &); |
120 void dumpDiff(const Result &r, | 121 void dumpDiff(const Result &r, |