30 #ifndef vtkPVPostFilterExecutive_h 31 #define vtkPVPostFilterExecutive_h 35 class vtkInformationInformationVectorKey;
36 class vtkInformationStringVectorKey;
43 void PrintSelf(ostream& os, vtkIndent indent);
45 static vtkInformationInformationVectorKey* POST_ARRAYS_TO_PROCESS();
46 static vtkInformationStringVectorKey* POST_ARRAY_COMPONENT_KEY();
52 vtkDataObject* GetCompositeInputData(
int port,
int index, vtkInformationVector** inInfoVec);
54 vtkInformation* GetPostArrayToProcessInformation(
int idx);
55 void SetPostArrayToProcessInformation(
int idx, vtkInformation* inInfo);
62 virtual int NeedToExecuteData(
63 int outputPort, vtkInformationVector** inInfoVec, vtkInformationVector* outInfoVec);
65 bool MatchingPropertyInformation(vtkInformation* inputArrayInfo, vtkInformation* postArrayInfo);
Executive supporting post filters.
static vtkPVCompositeDataPipeline * New()
void PrintSelf(ostream &os, vtkIndent indent)
executive to add support for vtkPVPostFilter in ParaView data pipelines.