|
ParaView
|
Executive supporting post filters. More...
#include <vtkPVPostFilterExecutive.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkInformation * | GetPostArrayToProcessInformation (int idx) |
| void | SetPostArrayToProcessInformation (int idx, vtkInformation *inInfo) |
| vtkDataObject * | GetCompositeInputData (int port, int index, vtkInformationVector **inInfoVec) |
Static Public Member Functions | |
| static vtkPVPostFilterExecutive * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVPostFilterExecutive * | SafeDownCast (vtkObject *o) |
| static vtkInformationInformationVectorKey * | POST_ARRAYS_TO_PROCESS () |
| static vtkInformationStringVectorKey * | POST_ARRAY_COMPONENT_KEY () |
Protected Member Functions | |
| vtkPVPostFilterExecutive () | |
| ~vtkPVPostFilterExecutive () | |
| virtual int | NeedToExecuteData (int outputPort, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| bool | MatchingPropertyInformation (vtkInformation *inputArrayInfo, vtkInformation *postArrayInfo) |
Executive supporting post filters.
vtkPVPostFilterExecutive is an executive that supports the creation of post filters for the following uses cases: Provide the ability to automatically use a vector component as a scalar input property.
Interpolate cell centered data to point data, and the inverse if needed by the filter.
Definition at line 39 of file vtkPVPostFilterExecutive.h.
| vtkPVPostFilterExecutive::vtkPVPostFilterExecutive | ( | ) | [protected] |
| vtkPVPostFilterExecutive::~vtkPVPostFilterExecutive | ( | ) | [protected] |
| static vtkPVPostFilterExecutive* vtkPVPostFilterExecutive::New | ( | ) | [static] |
Reimplemented from vtkCompositeDataPipeline.
| virtual const char* vtkPVPostFilterExecutive::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkCompositeDataPipeline.
| static int vtkPVPostFilterExecutive::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkCompositeDataPipeline.
| virtual int vtkPVPostFilterExecutive::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkCompositeDataPipeline.
| static vtkPVPostFilterExecutive* vtkPVPostFilterExecutive::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkCompositeDataPipeline.
| void vtkPVPostFilterExecutive::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkCompositeDataPipeline.
| static vtkInformationInformationVectorKey* vtkPVPostFilterExecutive::POST_ARRAYS_TO_PROCESS | ( | ) | [static] |
| static vtkInformationStringVectorKey* vtkPVPostFilterExecutive::POST_ARRAY_COMPONENT_KEY | ( | ) | [static] |
| vtkDataObject* vtkPVPostFilterExecutive::GetCompositeInputData | ( | int | port, |
| int | index, | ||
| vtkInformationVector ** | inInfoVec | ||
| ) |
Returns the data object stored with the DATA_OBJECT() in the input port
Reimplemented from vtkCompositeDataPipeline.
| vtkInformation* vtkPVPostFilterExecutive::GetPostArrayToProcessInformation | ( | int | idx | ) |
| void vtkPVPostFilterExecutive::SetPostArrayToProcessInformation | ( | int | idx, |
| vtkInformation * | inInfo | ||
| ) |
| virtual int vtkPVPostFilterExecutive::NeedToExecuteData | ( | int | outputPort, |
| vtkInformationVector ** | inInfoVec, | ||
| vtkInformationVector * | outInfoVec | ||
| ) | [protected, virtual] |
Reimplemented from vtkCompositeDataPipeline.
| bool vtkPVPostFilterExecutive::MatchingPropertyInformation | ( | vtkInformation * | inputArrayInfo, |
| vtkInformation * | postArrayInfo | ||
| ) | [protected] |
1.7.5.1