paraview.cinemaIO.explorers.
Explorer
(cinema_store, parameters, tracks)[source]¶Bases: object
Middleman that connects an arbitrary producing codes to the CinemaStore. The purpose of this class is to run through the parameter sets, and tell a set of tracks (in order) to do something with the parameter values it cares about.
cinema_store
¶explore
(fixedargs=None)[source]¶Explore the problem space to populate the store being careful not to hit combinations where dependencies are not satisfied. Fixed arguments are the parameters that we want to hold constant in the exploration.
paraview.cinemaIO.explorers.
Layer
(layer, objectlist)[source]¶Bases: paraview.cinemaIO.explorers.Track
A track that connects a layer to the set of objects in the scene that it controls.
paraview.cinemaIO.explorers.
LayerControl
(name, showFunc, hideFunc)[source]¶Bases: object
Prototype for something that Layer track can control