|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Constructs a LogicContext with complete state information.
| value | Current output value (0.0 for false, 1.0 for true) |
| mode | Current computational model |
| operator_type | Current boolean operator |
| history | Buffer of previous boolean states |
| threshold | Decision boundary for binary quantization |
| edge_detected | Whether a state transition was detected |
| edge_type | Type of transition being monitored |
| inputs | Current input values for multi-input evaluation |
Definition at line 73 of file Logic.hpp.