executive to add support for vtkPVPostFilter in ParaView data pipelines.
More...
#include <vtkPVCompositeDataPipeline.h>
executive to add support for vtkPVPostFilter in ParaView data pipelines.
vtkPVCompositeDataPipeline extends vtkCompositeDataPipeline to add ParaView specific extensions to the pipeline.
- Post Filter :- it adds support to ensure that array requests made on algorithms are passed along to the input vtkPVPostFilter, if one exists. vtkPVPostFilter is used to automatically extract components or generated derived arrays such as magnitude array for vectors.
Definition at line 34 of file vtkPVCompositeDataPipeline.h.
◆ Superclass
◆ vtkPVCompositeDataPipeline()
vtkPVCompositeDataPipeline::vtkPVCompositeDataPipeline |
( |
| ) |
|
|
protected |
◆ ~vtkPVCompositeDataPipeline()
vtkPVCompositeDataPipeline::~vtkPVCompositeDataPipeline |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVCompositeDataPipeline::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVCompositeDataPipeline::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVCompositeDataPipeline::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVCompositeDataPipeline::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ CopyDefaultInformation()
virtual void vtkPVCompositeDataPipeline::CopyDefaultInformation |
( |
vtkInformation * |
request, |
|
|
int |
direction, |
|
|
vtkInformationVector ** |
inInfoVec, |
|
|
vtkInformationVector * |
outInfoVec |
|
) |
| |
|
protectedvirtual |
◆ ResetPipelineInformation()
virtual void vtkPVCompositeDataPipeline::ResetPipelineInformation |
( |
int |
port, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: