| 583 | |
| 584 | OIDN_DEPRECATED("removeData is deprecated. Use unsetData instead.") |
| 585 | void removeData(const char* name) |
| 586 | { |
| 587 | oidnUnsetFilterData(handle, name); |
| 588 | } |
| 589 | |
| 590 | // Sets a boolean parameter of the filter. |
| 591 | void set(const char* name, bool value) |
nothing calls this directly
no test coverage detected