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

◆ set_rate()

void MayaFlux::Buffers::InfluxProcessor::set_rate ( float  rate)

Set the amount added per unit time at shape value one.

Parameters
rateMultiplier. Zero disables the stage without removing it.

Definition at line 123 of file InfluxProcessor.cpp.

124{
125 m_rate = rate;
126 if (get_volume()) {
127 write_tail();
128 }
129}
float rate
void write_tail()
Write every parameter past the shared prefix.
const std::shared_ptr< VolumeGridBuffer > & get_volume() const
The attached volume, or null if attachment failed validation.

References MayaFlux::Buffers::VolumeFieldProcessor::get_volume(), m_rate, rate, and write_tail().

+ Here is the call graph for this function: