1 // java wrapper for vtkReduceTable object
7 public class vtkReduceTable extends vtkTableAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native int GetIndexColumn_2();
19 public int GetIndexColumn()
20 { return GetIndexColumn_2(); }
22 private native void SetIndexColumn_3(int id0);
23 public void SetIndexColumn(int id0)
24 { SetIndexColumn_3(id0); }
26 private native int GetNumericalReductionMethod_4();
27 public int GetNumericalReductionMethod()
28 { return GetNumericalReductionMethod_4(); }
30 private native void SetNumericalReductionMethod_5(int id0);
31 public void SetNumericalReductionMethod(int id0)
32 { SetNumericalReductionMethod_5(id0); }
34 private native int GetNonNumericalReductionMethod_6();
35 public int GetNonNumericalReductionMethod()
36 { return GetNonNumericalReductionMethod_6(); }
38 private native void SetNonNumericalReductionMethod_7(int id0);
39 public void SetNonNumericalReductionMethod(int id0)
40 { SetNonNumericalReductionMethod_7(id0); }
42 private native int GetReductionMethodForColumn_8(int id0);
43 public int GetReductionMethodForColumn(int id0)
44 { return GetReductionMethodForColumn_8(id0); }
46 private native void SetReductionMethodForColumn_9(int id0,int id1);
47 public void SetReductionMethodForColumn(int id0,int id1)
48 { SetReductionMethodForColumn_9(id0,id1); }
50 public vtkReduceTable() { super(); }
52 public vtkReduceTable(long id) { super(id); }
53 public native long VTKInit();