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);
abstract superclass for arrays of numeric data
general representation of visualization data
a simple class to control print indentation
Superclass for algorithms that would like to make multiple time requests.
Hold a reference to a vtkObjectBase instance.
perform simple mathematical operation on a data array at different time
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
int GetInputArrayAssociation()
char * OutputArrayNameSuffix
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTemporalArrayOperatorFilter * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
virtual vtkDataObject * ProcessDataObject(vtkDataObject *, vtkDataObject *)
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual vtkDataObject * Process(vtkDataObject *, vtkDataObject *)
vtkTemporalArrayOperatorFilter()
virtual vtkDataArray * ProcessDataArray(vtkDataArray *, vtkDataArray *)
int Execute(vtkInformation *request, const std::vector< vtkSmartPointer< vtkDataObject > > &inputs, vtkInformationVector *outputVector) override
~vtkTemporalArrayOperatorFilter() override