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

◆ set_time_step()

void MayaFlux::Buffers::InfluxProcessor::set_time_step ( float  dt)

Set the integration step.

Match the advection stage's step.

Parameters
dtSeconds per cycle. Also the increment applied to elapsed time.

Definition at line 131 of file InfluxProcessor.cpp.

132{
133 m_time_step = dt;
134 if (get_volume()) {
135 write_tail();
136 }
137}
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_time_step, and write_tail().

+ Here is the call graph for this function: