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

◆ get_edge_type()

EdgeType MayaFlux::Nodes::Generator::Logic::get_edge_type ( ) const
inline

Gets the type of transitions being monitored.

Returns
Current edge detection type

Definition at line 443 of file Logic.hpp.

443{ return m_edge_type; }
EdgeType m_edge_type
Type of edge to detect.
Definition Logic.hpp:579