]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkReduceTable.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkReduceTable.java
1 // java wrapper for vtkReduceTable object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkReduceTable extends vtkTableAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native int GetIndexColumn_2();
19   public int GetIndexColumn()
20     { return GetIndexColumn_2(); }
21
22   private native void SetIndexColumn_3(int id0);
23   public void SetIndexColumn(int id0)
24     { SetIndexColumn_3(id0); }
25
26   private native int GetNumericalReductionMethod_4();
27   public int GetNumericalReductionMethod()
28     { return GetNumericalReductionMethod_4(); }
29
30   private native void SetNumericalReductionMethod_5(int id0);
31   public void SetNumericalReductionMethod(int id0)
32     { SetNumericalReductionMethod_5(id0); }
33
34   private native int GetNonNumericalReductionMethod_6();
35   public int GetNonNumericalReductionMethod()
36     { return GetNonNumericalReductionMethod_6(); }
37
38   private native void SetNonNumericalReductionMethod_7(int id0);
39   public void SetNonNumericalReductionMethod(int id0)
40     { SetNonNumericalReductionMethod_7(id0); }
41
42   private native int GetReductionMethodForColumn_8(int id0);
43   public int GetReductionMethodForColumn(int id0)
44     { return GetReductionMethodForColumn_8(id0); }
45
46   private native void SetReductionMethodForColumn_9(int id0,int id1);
47   public void SetReductionMethodForColumn(int id0,int id1)
48     { SetReductionMethodForColumn_9(id0,id1); }
49
50   public vtkReduceTable() { super(); }
51
52   public vtkReduceTable(long id) { super(id); }
53   public native long   VTKInit();
54
55 }