17 #ifndef vtkTemporalArrayOperatorFilter_h
18 #define vtkTemporalArrayOperatorFilter_h
20 #include "vtkFiltersHybridModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
43 vtkSetMacro(Operator,
int);
44 vtkGetMacro(Operator,
int);
51 vtkSetMacro(FirstTimeStepIndex,
int);
52 vtkGetMacro(FirstTimeStepIndex,
int);
59 vtkSetMacro(SecondTimeStepIndex,
int);
60 vtkGetMacro(SecondTimeStepIndex,
int);
69 vtkSetStringMacro(OutputArrayNameSuffix);
70 vtkGetStringMacro(OutputArrayNameSuffix);
102 VTK_ABI_NAMESPACE_END
char * OutputArrayNameSuffix
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int Execute(vtkInformation *vtkNotUsed(request), const std::vector< vtkSmartPointer< vtkDataObject >> &vtkNotUsed(inputs), vtkInformationVector *vtkNotUsed(outputVector))
Subclasses should override this method to do the actual execution.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiTimeStepAlgorithm * New()
int GetInputArrayAssociation(int idx, vtkInformationVector **inputVector)
Get the association of the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass.
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