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

◆ is_using_internal()

bool MayaFlux::Buffers::PolynomialProcessor::is_using_internal ( ) const
inline

Checks if the processor is using the internal polynomial node.

Returns
True if using internal polynomial node, false otherwise

This is useful when the polynomial node is connected to other nodes and we want to ensure that the processor uses its own internal polynomial node instead of the one provided in the constructor.

Definition at line 118 of file PolynomialProcessor.hpp.

118{ return m_use_internal; }
bool m_use_internal
Whether to use the buffer's internal previous state.