ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVPostFilterExecutive Class Reference

Executive supporting post filters. More...

#include <vtkPVPostFilterExecutive.h>

Inheritance diagram for vtkPVPostFilterExecutive:
Inheritance graph
[legend]
Collaboration diagram for vtkPVPostFilterExecutive:
Collaboration graph
[legend]

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 vtkPVPostFilterExecutiveNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVPostFilterExecutiveSafeDownCast (vtkObject *o)
 
static vtkInformationInformationVectorKey * POST_ARRAYS_TO_PROCESS ()
 
static vtkInformationStringVectorKey * POST_ARRAY_COMPONENT_KEY ()
 
- Static Public Member Functions inherited from vtkPVCompositeDataPipeline
static vtkPVCompositeDataPipelineNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVCompositeDataPipelineSafeDownCast (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 *)
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

Definition at line 42 of file vtkPVPostFilterExecutive.h.

Constructor & Destructor Documentation

◆ vtkPVPostFilterExecutive()

vtkPVPostFilterExecutive::vtkPVPostFilterExecutive ( )
protected

◆ ~vtkPVPostFilterExecutive()

vtkPVPostFilterExecutive::~vtkPVPostFilterExecutive ( )
protected

Member Function Documentation

◆ New()

static vtkPVPostFilterExecutive* vtkPVPostFilterExecutive::New ( )
static

◆ GetClassName()

virtual const char* vtkPVPostFilterExecutive::GetClassName ( )
virtual

Reimplemented from vtkPVCompositeDataPipeline.

◆ IsTypeOf()

static int vtkPVPostFilterExecutive::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVPostFilterExecutive::IsA ( const char *  type)
virtual

Reimplemented from vtkPVCompositeDataPipeline.

◆ SafeDownCast()

static vtkPVPostFilterExecutive* vtkPVPostFilterExecutive::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVPostFilterExecutive::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ POST_ARRAYS_TO_PROCESS()

static vtkInformationInformationVectorKey* vtkPVPostFilterExecutive::POST_ARRAYS_TO_PROCESS ( )
static

◆ POST_ARRAY_COMPONENT_KEY()

static vtkInformationStringVectorKey* vtkPVPostFilterExecutive::POST_ARRAY_COMPONENT_KEY ( )
static

◆ GetCompositeInputData()

vtkDataObject* vtkPVPostFilterExecutive::GetCompositeInputData ( int  port,
int  index,
vtkInformationVector **  inInfoVec 
)

Returns the data object stored with the DATA_OBJECT() in the input port.

◆ GetPostArrayToProcessInformation()

vtkInformation* vtkPVPostFilterExecutive::GetPostArrayToProcessInformation ( int  idx)

◆ SetPostArrayToProcessInformation()

void vtkPVPostFilterExecutive::SetPostArrayToProcessInformation ( int  idx,
vtkInformation *  inInfo 
)

◆ NeedToExecuteData()

virtual int vtkPVPostFilterExecutive::NeedToExecuteData ( int  outputPort,
vtkInformationVector **  inInfoVec,
vtkInformationVector *  outInfoVec 
)
protectedvirtual

◆ MatchingPropertyInformation()

bool vtkPVPostFilterExecutive::MatchingPropertyInformation ( vtkInformation *  inputArrayInfo,
vtkInformation *  postArrayInfo 
)
protected

The documentation for this class was generated from the following file: