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

◆ times()

EventChain & MayaFlux::Kriya::EventChain::times ( size_t  count)

Repeat entire chain N times.

Parameters
countNumber of times to repeat the entire sequence
Returns
Reference to this EventChain for method chaining

Definition at line 40 of file Chain.cpp.

41{
43 return *this;
44}
Eigen::Index count
size_t m_repeat_count
Number of times to repeat the entire chain.
Definition Chain.hpp:219

References count, and m_repeat_count.