Go to the documentation of this file.
26 #ifndef vtkTemporalArrayOperatorFilter_h
27 #define vtkTemporalArrayOperatorFilter_h
29 #include "vtkFiltersHybridModule.h"
52 vtkSetMacro(Operator,
int);
53 vtkGetMacro(Operator,
int);
60 vtkSetMacro(FirstTimeStepIndex,
int);
61 vtkGetMacro(FirstTimeStepIndex,
int);
68 vtkSetMacro(SecondTimeStepIndex,
int);
69 vtkGetMacro(SecondTimeStepIndex,
int);
78 vtkSetStringMacro(OutputArrayNameSuffix);
79 vtkGetStringMacro(OutputArrayNameSuffix);
perform simple mathematical operation on a data array at different time
static vtkTemporalArrayOperatorFilter * New()
virtual vtkDataArray * ProcessDataArray(vtkDataArray *, vtkDataArray *)
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual vtkDataObject * ProcessDataObject(vtkDataObject *, vtkDataObject *)
abstract superclass for arrays of numeric data
~vtkTemporalArrayOperatorFilter() override
void PrintSelf(ostream &OS, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual vtkDataObject * Process(vtkDataObject *, vtkDataObject *)
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
char * OutputArrayNameSuffix
int GetInputArrayAssociation()
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkTemporalArrayOperatorFilter()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
general representation of visualization data
Superclass for algorithms that would like to make multiple time requests.