Visualizer

VedoFactory

class VedoFactory.VedoFactory(database: Optional[Database] = None, database_path: Optional[Tuple[str, str]] = None, database_dir: str = '', database_name: Optional[str] = None, remove_existing: bool = False, idx_instance: int = 0, remote: bool = False)[source]
render()[source]

Render the current state of Actors in the Plotter.

VedoVisualizer

class VedoVisualizer.VedoVisualizer(database: Optional[Database] = None, database_dir: str = '', database_name: Optional[str] = None, remove_existing: bool = False, offscreen: bool = False, remote: bool = False, record: bool = True)[source]
close()[source]

Launch the closing procedure of the Visualizer.

render_instance(instance: int)[source]

Render the current state of Actors managed by a certain Factory in the Plotter.

Parameters

instance – Index of the Environment render to update.