|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
inline |
Set initial conditions.
| values | Initial values (ordered newest to oldest) |
Sets the first min(values.size(), capacity) elements to the given values, fills remainder with zeros. Sets count to full capacity.
Definition at line 506 of file RingBuffer.hpp.
References count, MayaFlux::Memory::HistoryBuffer< T >::m_capacity, MayaFlux::Memory::HistoryBuffer< T >::m_count, MayaFlux::Memory::HistoryBuffer< T >::m_data, and MayaFlux::Memory::HistoryBuffer< T >::m_head.
Referenced by MayaFlux::Nodes::Generator::Polynomial::set_initial_conditions().
Here is the caller graph for this function: