|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Logic::set_temporal_function | ( | TemporalFunction | function | ) |
Sets a custom time-dependent evaluation function.
| function | Function implementing temporal boolean logic |
Configures the node to evaluate inputs based on both their value and timing using a user-defined function. Enables implementation of timing-sensitive operations like pulse width detection and rate analysis.
Definition at line 462 of file Logic.cpp.
References MayaFlux::Nodes::Generator::CUSTOM, m_mode, m_operator, m_temporal_function, m_temporal_time, and MayaFlux::Nodes::Generator::TEMPORAL.