The ParaView In Situ components include classes that can be used when implementing custom in situ libraries that use ParaView for data analysis and visualization. More...
Classes | |
class | vtkInSituInitializationHelper |
initialization helper for in situ environments. More... | |
class | vtkInSituPipeline |
abstract base class for all in situ pipelines. More... | |
class | vtkInSituPipelinePython |
subclass for Python in situ scripts. More... | |
The ParaView In Situ components include classes that can be used when implementing custom in situ libraries that use ParaView for data analysis and visualization.
ParaView-Catalyst, ParaView implementation for the Catalyst API, uses these classes internally. Simulation developers using the Catalyst API generally don't need to worry about these. These will be of interest to those who want to develop a custom Catalyst API implementation that uses ParaView or when incorporating ParaView in a different in situ framework.