MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ on_reconstruct()

ExecutionContext & MayaFlux::Yantra::ExecutionContext::on_reconstruct ( ReconstructionCallback  cb)
inline

Set reconstruction callback.

Parameters
cbReconstruction logic for output data
Returns
Reference to this context for fluent chaining

Definition at line 264 of file ExecutionContext.hpp.

265 {
266 reconstruction_callback = std::move(cb);
267 return *this;
268 }
ReconstructionCallback reconstruction_callback
Optional callback used for custom reconstruction of results.