| 283 | } |
| 284 | |
| 285 | void Algorithm::setAlgorithm(const string& parameter, const Ptr<Algorithm>& value) |
| 286 | { |
| 287 | info()->set(this, parameter.c_str(), ParamType<Algorithm>::type, &value); |
| 288 | } |
| 289 | |
| 290 | void Algorithm::setInt(const char* parameter, int value) |
| 291 | { |