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

◆ wants_swap()

virtual bool MayaFlux::Buffers::VolumeFieldProcessor::wants_swap ( ) const
inlineprotectedvirtual

Whether this cycle's dispatch should be followed by a swap.

Returns
True by default.

PressureProcessor overrides this: after an even number of Jacobi passes the result is already in the read slot.

Reimplemented in MayaFlux::Buffers::DiffuseProcessor, and MayaFlux::Buffers::PressureProcessor.

Definition at line 133 of file VolumeFieldProcessor.hpp.

133{ return true; }

Referenced by processing_function().

+ Here is the caller graph for this function: