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

◆ get_output_buffer()

std::span< double > MayaFlux::Nodes::Generator::Polynomial::get_output_buffer ( )
inline

Gets the output buffer.

Returns
Reference to the output buffer

Definition at line 290 of file Polynomial.hpp.

290{ return m_history.linearized_view(); }
std::span< T > linearized_view()
Get mutable linearized view of entire history.
Memory::HistoryBuffer< double > m_history
Ring buffer for input/output history.