]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkThresholdPoints.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkThresholdPoints.java
1 // java wrapper for vtkThresholdPoints object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkThresholdPoints extends vtkPolyDataAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void ThresholdByLower_2(double id0);\r
19   public void ThresholdByLower(double id0)\r
20     { ThresholdByLower_2(id0); }\r
21 \r
22   private native void ThresholdByUpper_3(double id0);\r
23   public void ThresholdByUpper(double id0)\r
24     { ThresholdByUpper_3(id0); }\r
25 \r
26   private native void ThresholdBetween_4(double id0,double id1);\r
27   public void ThresholdBetween(double id0,double id1)\r
28     { ThresholdBetween_4(id0,id1); }\r
29 \r
30   private native void SetUpperThreshold_5(double id0);\r
31   public void SetUpperThreshold(double id0)\r
32     { SetUpperThreshold_5(id0); }\r
33 \r
34   private native double GetUpperThreshold_6();\r
35   public double GetUpperThreshold()\r
36     { return GetUpperThreshold_6(); }\r
37 \r
38   private native void SetLowerThreshold_7(double id0);\r
39   public void SetLowerThreshold(double id0)\r
40     { SetLowerThreshold_7(id0); }\r
41 \r
42   private native double GetLowerThreshold_8();\r
43   public double GetLowerThreshold()\r
44     { return GetLowerThreshold_8(); }\r
45 \r
46   public vtkThresholdPoints() { super(); }\r
47 \r
48   public vtkThresholdPoints(long id) { super(id); }\r
49   public native long   VTKInit();\r
50 \r
51 }\r