// java wrapper for vtkSynchronizeTimeFilter object // package vtk; import vtk.*; public class vtkSynchronizeTimeFilter extends vtkPassInputTypeAlgorithm { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetSourceConnection_2(vtkAlgorithmOutput id0); public void SetSourceConnection(vtkAlgorithmOutput id0) { SetSourceConnection_2(id0); } private native void SetRelativeTolerance_3(double id0); public void SetRelativeTolerance(double id0) { SetRelativeTolerance_3(id0); } private native double GetRelativeToleranceMinValue_4(); public double GetRelativeToleranceMinValue() { return GetRelativeToleranceMinValue_4(); } private native double GetRelativeToleranceMaxValue_5(); public double GetRelativeToleranceMaxValue() { return GetRelativeToleranceMaxValue_5(); } private native double GetRelativeTolerance_6(); public double GetRelativeTolerance() { return GetRelativeTolerance_6(); } public vtkSynchronizeTimeFilter() { super(); } public vtkSynchronizeTimeFilter(long id) { super(id); } public native long VTKInit(); }