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 266 of file ExecutionContext.hpp.

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