// java wrapper for vtkPeriodicFilter object // package vtk; import vtk.*; public class vtkPeriodicFilter extends vtkMultiBlockDataSetAlgorithm { 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 SetIterationMode_2(int id0); public void SetIterationMode(int id0) { SetIterationMode_2(id0); } private native int GetIterationModeMinValue_3(); public int GetIterationModeMinValue() { return GetIterationModeMinValue_3(); } private native int GetIterationModeMaxValue_4(); public int GetIterationModeMaxValue() { return GetIterationModeMaxValue_4(); } private native int GetIterationMode_5(); public int GetIterationMode() { return GetIterationMode_5(); } private native void SetIterationModeToDirectNb_6(); public void SetIterationModeToDirectNb() { SetIterationModeToDirectNb_6(); } private native void SetIterationModeToMax_7(); public void SetIterationModeToMax() { SetIterationModeToMax_7(); } private native void SetNumberOfPeriods_8(int id0); public void SetNumberOfPeriods(int id0) { SetNumberOfPeriods_8(id0); } private native int GetNumberOfPeriods_9(); public int GetNumberOfPeriods() { return GetNumberOfPeriods_9(); } private native void AddIndex_10(int id0); public void AddIndex(int id0) { AddIndex_10(id0); } private native void RemoveIndex_11(int id0); public void RemoveIndex(int id0) { RemoveIndex_11(id0); } private native void RemoveAllIndices_12(); public void RemoveAllIndices() { RemoveAllIndices_12(); } public vtkPeriodicFilter() { super(); } public vtkPeriodicFilter(long id) { super(id); } }