MayaFlux 0.5.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 319 of file ExecutionContext.hpp.

320 {
321 reconstruction_callback = std::move(cb);
322 return *this;
323 }
ReconstructionCallback reconstruction_callback
Optional callback used for custom reconstruction of results.