]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkThresholdPoints.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkThresholdPoints.java
1 // java wrapper for vtkThresholdPoints object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkThresholdPoints extends vtkPolyDataAlgorithm
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 ThresholdByLower_2(double id0);
19   public void ThresholdByLower(double id0)
20     { ThresholdByLower_2(id0); }
21
22   private native void ThresholdByUpper_3(double id0);
23   public void ThresholdByUpper(double id0)
24     { ThresholdByUpper_3(id0); }
25
26   private native void ThresholdBetween_4(double id0,double id1);
27   public void ThresholdBetween(double id0,double id1)
28     { ThresholdBetween_4(id0,id1); }
29
30   private native void SetUpperThreshold_5(double id0);
31   public void SetUpperThreshold(double id0)
32     { SetUpperThreshold_5(id0); }
33
34   private native double GetUpperThreshold_6();
35   public double GetUpperThreshold()
36     { return GetUpperThreshold_6(); }
37
38   private native void SetLowerThreshold_7(double id0);
39   public void SetLowerThreshold(double id0)
40     { SetLowerThreshold_7(id0); }
41
42   private native double GetLowerThreshold_8();
43   public double GetLowerThreshold()
44     { return GetLowerThreshold_8(); }
45
46   private native void SetOutputPointsPrecision_9(int id0);
47   public void SetOutputPointsPrecision(int id0)
48     { SetOutputPointsPrecision_9(id0); }
49
50   private native int GetOutputPointsPrecision_10();
51   public int GetOutputPointsPrecision()
52     { return GetOutputPointsPrecision_10(); }
53
54   public vtkThresholdPoints() { super(); }
55
56   public vtkThresholdPoints(long id) { super(id); }
57   public native long   VTKInit();
58
59 }