catalyst.detail Module

Internal functions not intended for use by users. This may change without notice.

paraview.catalyst.detail.CreateProducer(name)[source]
paraview.catalyst.detail.InitializePythonEnvironment()[source]

This is called in vtkCPPythonPipeline to initialize the Python environment to be more suitable for Catalyst in situ execution.

paraview.catalyst.detail.IsCatalystInSituAPI()[source]

Returns True if the active execution environment is from within an implementation of the Conduit-based Catalyst In Situ API.

paraview.catalyst.detail.IsInsitu()[source]

Returns True if executing in an insitu environment, else false

paraview.catalyst.detail.IsInsituInput(name)[source]
paraview.catalyst.detail.IsLegacyCatalystAdaptor()[source]

Returns True if the active execution environment is from within a legacy Catalyst adaptor implementation that uses vtkCPProcessor etc. manually, instead of the Conduit-based in situ API

paraview.catalyst.detail.RegisterExtractor(extractor)[source]

Keeps track of extractors created inside a specific Catalyst script. This is useful to ensure we only update the extractors for that current script when multiple scripts are being executed in the same run.

paraview.catalyst.detail.RegisterModuleFromFile(filename)[source]
paraview.catalyst.detail.RegisterPackageFromDir(path)[source]
paraview.catalyst.detail.RegisterPackageFromZip(zipfilename, packagename=None)[source]
paraview.catalyst.detail.RegisterView(view)[source]

Keeps track of views created inside a specific Catalyst script. This is useful to ensure we only update the views for the current script when multiple scripts are being executed in the same run.