Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/engine/weaving-pattern-builder.hpp"
Adapter to handle a simple yet common setup for media processing.
MAN | a FeedManifold, providing arrays of BuffHandles |
FUN | the processing function |
Definition at line 211 of file weaving-pattern-builder.hpp.
Public Member Functions | |
template<typename... INIT> | |
SimpleFunctionInvocationAdapter (INIT &&...funSetup) | |
void | connect (uint fanIn, uint fanOut) |
void | invoke () |
Public Attributes | |
ArrayI | inParam |
ArrayO | outParam |
FUN | process |