Sets the progress monitor callback function of the filter.
| 616 | |
| 617 | // Sets the progress monitor callback function of the filter. |
| 618 | void setProgressMonitorFunction(ProgressMonitorFunction func, void* userPtr = nullptr) |
| 619 | { |
| 620 | oidnSetFilterProgressMonitorFunction(handle, func, userPtr); |
| 621 | } |
| 622 | |
| 623 | // Commits all previous changes to the filter. |
| 624 | void commit() |
nothing calls this directly
no test coverage detected