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

◆ get_output_buffer()

const std::deque< double > & MayaFlux::Nodes::Generator::PolynomialContext::get_output_buffer ( ) const
inline

Gets the output buffer.

Returns
Reference to the output buffer

Definition at line 65 of file Polynomial.hpp.

65{ return m_output_buffer; }
std::deque< double > m_output_buffer
Copy of output buffer.