Static Public Member Functions | |
| static code::SmartPtr< Data2DFilter > | createFilter (const std::string &name, const std::vector< std::string > ¶ms) |
| Create filter. | |
| static code::SmartPtr< Data2DFilter > | createFilter (const std::string &filter) |
| Create filter from a string like this: percent:50 or gauss:34:23 or gauss:34:23,resize:300:500 i.e. | |
| static code::SmartPtr< Data2DFilter > w2img::FilterFactory::createFilter | ( | const std::string & | filter | ) | [static] |
Create filter from a string like this: percent:50 or gauss:34:23 or gauss:34:23,resize:300:500 i.e.
where the parameters are separated by colons and separate filters are separated by commas
| static code::SmartPtr< Data2DFilter > w2img::FilterFactory::createFilter | ( | const std::string & | name, | |
| const std::vector< std::string > & | params | |||
| ) | [static] |
Create filter.
1.4.7