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


Public Types | |
| typedef vtkPVCompositeDataPipeline | Superclass |
Public Types inherited from vtkPVCompositeDataPipeline | |
| typedef vtkCompositeDataPipeline | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkDataObject * | GetCompositeInputData (int port, int index, vtkInformationVector **inInfoVec) |
| Returns the data object stored with the DATA_OBJECT() in the input port. More... | |
| vtkInformation * | GetPostArrayToProcessInformation (int idx) |
| void | SetPostArrayToProcessInformation (int idx, vtkInformation *inInfo) |
Public Member Functions inherited from vtkPVCompositeDataPipeline | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
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 () |
Static Public Member Functions inherited from vtkPVCompositeDataPipeline | |
| static vtkPVCompositeDataPipeline * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVCompositeDataPipeline * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVPostFilterExecutive () | |
| ~vtkPVPostFilterExecutive () | |
| virtual int | NeedToExecuteData (int outputPort, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| bool | MatchingPropertyInformation (vtkInformation *inputArrayInfo, vtkInformation *postArrayInfo) |
Protected Member Functions inherited from vtkPVCompositeDataPipeline | |
| vtkPVCompositeDataPipeline () | |
| ~vtkPVCompositeDataPipeline () | |
| virtual void | CopyDefaultInformation (vtkInformation *request, int direction, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| virtual void | ResetPipelineInformation (int port, vtkInformation *) |
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 38 of file vtkPVPostFilterExecutive.h.
Definition at line 42 of file vtkPVPostFilterExecutive.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVCompositeDataPipeline.
|
static |
|
virtual |
Reimplemented from vtkPVCompositeDataPipeline.
|
static |
| void vtkPVPostFilterExecutive::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
|
static |
| vtkDataObject* vtkPVPostFilterExecutive::GetCompositeInputData | ( | int | port, |
| int | index, | ||
| vtkInformationVector ** | inInfoVec | ||
| ) |
Returns the data object stored with the DATA_OBJECT() in the input port.
| vtkInformation* vtkPVPostFilterExecutive::GetPostArrayToProcessInformation | ( | int | idx | ) |
| void vtkPVPostFilterExecutive::SetPostArrayToProcessInformation | ( | int | idx, |
| vtkInformation * | inInfo | ||
| ) |
|
protectedvirtual |
|
protected |
1.8.12