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

◆ get_input_count()

size_t MayaFlux::Nodes::Generator::Logic::get_input_count ( ) const
inline

Gets the number of parallel inputs expected.

Returns
Number of expected inputs

Definition at line 431 of file Logic.hpp.

431{ return m_input_count; }
size_t m_input_count
Expected number of inputs for multi-input mode.
Definition Logic.hpp:575