]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkThresholdTable.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkThresholdTable.java
1 // java wrapper for vtkThresholdTable object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkThresholdTable 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 void SetMode_2(int id0);
19   public void SetMode(int id0)
20     { SetMode_2(id0); }
21
22   private native int GetModeMinValue_3();
23   public int GetModeMinValue()
24     { return GetModeMinValue_3(); }
25
26   private native int GetModeMaxValue_4();
27   public int GetModeMaxValue()
28     { return GetModeMaxValue_4(); }
29
30   private native int GetMode_5();
31   public int GetMode()
32     { return GetMode_5(); }
33
34   private native void SetMinValue_6(double id0);
35   public void SetMinValue(double id0)
36     { SetMinValue_6(id0); }
37
38   private native void SetMaxValue_7(double id0);
39   public void SetMaxValue(double id0)
40     { SetMaxValue_7(id0); }
41
42   private native void ThresholdBetween_8(double id0,double id1);
43   public void ThresholdBetween(double id0,double id1)
44     { ThresholdBetween_8(id0,id1); }
45
46   public vtkThresholdTable() { super(); }
47
48   public vtkThresholdTable(long id) { super(id); }
49   public native long   VTKInit();
50
51 }