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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
int GetInputArrayAssociation(int idx, vtkInformationVector **inputVector)
Get the assocition of the actual data array for the input array specified by idx, this is only reason...
abstract superclass for arrays of numeric data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiTimeStepAlgorithm * New()
a simple class to control print indentation
char * OutputArrayNameSuffix
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
general representation of visualization data
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that would like to make multiple time requests.