|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   30 #ifndef vtkSynchronizeTimeFilter_h 
   31 #define vtkSynchronizeTimeFilter_h 
   33 #include "vtkFiltersGeneralModule.h"  
   57   vtkGetMacro(RelativeTolerance, 
double);
 
   67   double GetInputTimeValue(
double outputTimeValue);
 
   68   double GetOutputTimeValue(
double inputTimeValue);
 
   86   std::vector<double> InputTimeStepValues;
 
   87   std::vector<double> OutputTimeStepValues;
 
   93   double RelativeTolerance;
 
  
Proxy object to connect input/output ports.
Set "close" time step values from the second input to the first.