|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::TypedHook |
Callback function type for node processing events, parameterised on context type.
Defaults to NodeContext so existing code is unaffected. Concrete node classes specialise this with their own context type for their domain-specific callbacks, eliminating the need for callers to cast inside the lambda.
Example (base interface):
Example (concrete node):
Definition at line 28 of file NodeUtils.hpp.