9const std::string IOFrequencySetFactory::BPPO_FORMAT =
"Bpp0";
11std::unique_ptr<IFrequencySet> IOFrequencySetFactory::createReader(
const std::string& format)
16 throw Exception(
"Format " + format +
" is not supported for input.");
24 throw Exception(
"Format " + format +
" is not supported for output.");
virtual std::unique_ptr< OFrequencySet > createWriter(const std::string &format)
Get a new dynamically created OFrequencySet object.
static const std::string BPPO_FORMAT
Defines the basic types of data flow nodes.