 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkTemporalArrayOperatorFilter_h
27 #define vtkTemporalArrayOperatorFilter_h
29 #include "vtkFiltersHybridModule.h"
51 vtkSetMacro(Operator,
int);
52 vtkGetMacro(Operator,
int);
59 vtkSetMacro(FirstTimeStepIndex,
int);
60 vtkGetMacro(FirstTimeStepIndex,
int);
67 vtkSetMacro(SecondTimeStepIndex,
int);
68 vtkGetMacro(SecondTimeStepIndex,
int);
77 vtkSetStringMacro(OutputArrayNameSuffix);
78 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.