// java wrapper for vtkReduceTable object // package vtk; import vtk.*; public class vtkReduceTable extends vtkTableAlgorithm { 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 int GetIndexColumn_2(); public int GetIndexColumn() { return GetIndexColumn_2(); } private native void SetIndexColumn_3(int id0); public void SetIndexColumn(int id0) { SetIndexColumn_3(id0); } private native int GetNumericalReductionMethod_4(); public int GetNumericalReductionMethod() { return GetNumericalReductionMethod_4(); } private native void SetNumericalReductionMethod_5(int id0); public void SetNumericalReductionMethod(int id0) { SetNumericalReductionMethod_5(id0); } private native int GetNonNumericalReductionMethod_6(); public int GetNonNumericalReductionMethod() { return GetNonNumericalReductionMethod_6(); } private native void SetNonNumericalReductionMethod_7(int id0); public void SetNonNumericalReductionMethod(int id0) { SetNonNumericalReductionMethod_7(id0); } private native int GetReductionMethodForColumn_8(int id0); public int GetReductionMethodForColumn(int id0) { return GetReductionMethodForColumn_8(id0); } private native void SetReductionMethodForColumn_9(int id0,int id1); public void SetReductionMethodForColumn(int id0,int id1) { SetReductionMethodForColumn_9(id0,id1); } public vtkReduceTable() { super(); } public vtkReduceTable(long id) { super(id); } public native long VTKInit(); }