MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ was_edge_detected()

bool MayaFlux::Nodes::Generator::Logic::was_edge_detected ( ) const
inline

Checks if a state transition was detected.

Returns
True if a transition matching the configured edge type was detected

Definition at line 437 of file Logic.hpp.

437{ return m_edge_detected; }
bool m_edge_detected
Whether an edge was detected in the last processing.
Definition Logic.hpp:580