synthpic2.recipe.synth_chain.rendering_steps
¶
Module for SynthChainSteps.
Submodules¶
Package Contents¶
Classes¶
Class to render a whole set of particles into a single image. |
|
Class to render a whole set of particles into a single image. |
|
Synth chain step to save a state to disk. |
- class synthpic2.recipe.synth_chain.rendering_steps.RenderParticlesIndividually¶
Bases:
DiscreteRenderingStep
Class to render a whole set of particles into a single image.
- render() None ¶
- class synthpic2.recipe.synth_chain.rendering_steps.RenderParticlesTogether¶
Bases:
DiscreteRenderingStep
Class to render a whole set of particles into a single image.
- render() None ¶
- class synthpic2.recipe.synth_chain.rendering_steps.SaveState¶
Bases:
synthpic2.recipe.synth_chain.rendering_steps.rendering.ParametricRenderingStep
Synth chain step to save a state to disk.
- name: str | None¶
- __call__(runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState) synthpic2.recipe.synth_chain.state.RuntimeState ¶
NotImplemented