MCPcopy Create free account
hub / github.com/RenderKit/oidn / setProgressMonitorFunction

Function setProgressMonitorFunction

include/OpenImageDenoise/oidn.hpp:618–621  ·  view source on GitHub ↗

Sets the progress monitor callback function of the filter.

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Tested by

no test coverage detected