|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Logic::set_direct_function | ( | DirectFunction | function | ) |
Sets a custom combinational logic function.
| function | Custom function implementing stateless boolean logic |
Configures the node to use a user-defined function for stateless evaluation of inputs, enabling custom combinational logic beyond the standard operators.
Definition at line 429 of file Logic.cpp.
References MayaFlux::Nodes::Generator::CUSTOM, MayaFlux::Nodes::Generator::DIRECT, m_direct_function, m_mode, and m_operator.