ParaView
Classes
ParaView CoProcessing

The CoProcessing library is designed to be called from parallel simulation codes to reduce the size of the information that is saved while also keeping the important information available as results. More...

Classes

class  vtkCPCxxHelper
 Singleton class for initializing without python. More...
 
class  vtkCPDataDescription
 This class provides the description of the data for the coprocessor pipelines. More...
 
class  vtkCPInputDataDescription
 This class provides the data description for each input for the coprocessor pipelines. More...
 
class  vtkCPPipeline
 Generic interface for operating on pipelines. More...
 
class  vtkCPProcessor
 There are 3 distinct phases for the operation of a co-processor. More...
 
class  vtkCPPythonScriptPipeline
 Class that creates a coprocessing pipeline starting from a coprocessing script. More...
 

Detailed Description

The CoProcessing library is designed to be called from parallel simulation codes to reduce the size of the information that is saved while also keeping the important information available as results.