Mercurial > hg > svcore
comparison transform/FeatureWriter.h @ 998:e25dc8d57565
Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
author | Chris Cannam |
---|---|
date | Mon, 13 Oct 2014 14:44:51 +0100 |
parents | 06579b8ffb7b |
children | 6b2a8b34e9d3 |
comparison
equal
deleted
inserted
replaced
997:2104ea2204d2 | 998:e25dc8d57565 |
---|---|
36 | 36 |
37 class FeatureWriter | 37 class FeatureWriter |
38 { | 38 { |
39 public: | 39 public: |
40 virtual ~FeatureWriter() { } | 40 virtual ~FeatureWriter() { } |
41 | |
42 virtual string getDescription() const = 0; | |
41 | 43 |
42 struct Parameter { // parameter of the writer, not the plugin | 44 struct Parameter { // parameter of the writer, not the plugin |
43 string name; | 45 string name; |
44 string description; | 46 string description; |
45 bool hasArg; | 47 bool hasArg; |