|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
inline |
Get mutable linearized view of entire history.
Always returns full-size span (size = capacity), even if fewer elements have been pushed. This matches mathematical convention where y[n-k] is defined for all k < N with initial conditions = 0.
Definition at line 454 of file RingBuffer.hpp.
References MayaFlux::Memory::HistoryBuffer< T >::m_capacity, MayaFlux::Memory::HistoryBuffer< T >::m_count, MayaFlux::Memory::HistoryBuffer< T >::m_data, MayaFlux::Memory::HistoryBuffer< T >::m_head, and MayaFlux::Memory::HistoryBuffer< T >::m_linear_view.
Referenced by MayaFlux::Nodes::Generator::Polynomial::process_sample(), and MayaFlux::Nodes::Generator::Polynomial::update_context().
Here is the caller graph for this function: