21#ifndef vtkSynchronizeTimeFilter_h
22#define vtkSynchronizeTimeFilter_h
24#include "vtkFiltersGeneralModule.h"
29VTK_ABI_NAMESPACE_BEGIN
50 vtkGetMacro(RelativeTolerance,
double);
79 std::vector<double> InputTimeStepValues;
80 std::vector<double> OutputTimeStepValues;
86 double RelativeTolerance;
Proxy object to connect input/output ports.
a simple class to control print indentation
Set "close" time step values from the second input to the first.
~vtkSynchronizeTimeFilter() override
double GetInputTimeValue(double outputTimeValue)
Helper methods for getting the input time value or output time value given the output time value or i...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkSynchronizeTimeFilter * New()
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the input that we may potentially replace time steps with.
double GetOutputTimeValue(double inputTimeValue)
vtkSynchronizeTimeFilter()
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks for Information.