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