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

◆ on_volume_ready()

virtual void MayaFlux::Buffers::VolumeFieldProcessor::on_volume_ready ( )
inlineprotectedvirtual

Hook for subclass parameters, called at the end of on_attach.

The volume is non-null and the shared prefix is already written when this runs. Subclasses writing parameters past the prefix override this rather than on_attach.

Reimplemented in MayaFlux::Buffers::AdvectProcessor, MayaFlux::Buffers::BuoyancyProcessor, MayaFlux::Buffers::DiffuseProcessor, and MayaFlux::Buffers::InfluxProcessor.

Definition at line 124 of file VolumeFieldProcessor.hpp.

124{ }

Referenced by on_attach().

+ Here is the caller graph for this function: