]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkThresholdPoints.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkThresholdPoints.java
index 17e41f876813f088ef9aacc3ff070bf67e4b61f8..a48c1abbe3aba897bcafb3e39202fb7ed1b9f04b 100644 (file)
@@ -1,51 +1,59 @@
-// java wrapper for vtkThresholdPoints object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkThresholdPoints extends vtkPolyDataAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void ThresholdByLower_2(double id0);\r
-  public void ThresholdByLower(double id0)\r
-    { ThresholdByLower_2(id0); }\r
-\r
-  private native void ThresholdByUpper_3(double id0);\r
-  public void ThresholdByUpper(double id0)\r
-    { ThresholdByUpper_3(id0); }\r
-\r
-  private native void ThresholdBetween_4(double id0,double id1);\r
-  public void ThresholdBetween(double id0,double id1)\r
-    { ThresholdBetween_4(id0,id1); }\r
-\r
-  private native void SetUpperThreshold_5(double id0);\r
-  public void SetUpperThreshold(double id0)\r
-    { SetUpperThreshold_5(id0); }\r
-\r
-  private native double GetUpperThreshold_6();\r
-  public double GetUpperThreshold()\r
-    { return GetUpperThreshold_6(); }\r
-\r
-  private native void SetLowerThreshold_7(double id0);\r
-  public void SetLowerThreshold(double id0)\r
-    { SetLowerThreshold_7(id0); }\r
-\r
-  private native double GetLowerThreshold_8();\r
-  public double GetLowerThreshold()\r
-    { return GetLowerThreshold_8(); }\r
-\r
-  public vtkThresholdPoints() { super(); }\r
-\r
-  public vtkThresholdPoints(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkThresholdPoints object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkThresholdPoints extends vtkPolyDataAlgorithm
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void ThresholdByLower_2(double id0);
+  public void ThresholdByLower(double id0)
+    { ThresholdByLower_2(id0); }
+
+  private native void ThresholdByUpper_3(double id0);
+  public void ThresholdByUpper(double id0)
+    { ThresholdByUpper_3(id0); }
+
+  private native void ThresholdBetween_4(double id0,double id1);
+  public void ThresholdBetween(double id0,double id1)
+    { ThresholdBetween_4(id0,id1); }
+
+  private native void SetUpperThreshold_5(double id0);
+  public void SetUpperThreshold(double id0)
+    { SetUpperThreshold_5(id0); }
+
+  private native double GetUpperThreshold_6();
+  public double GetUpperThreshold()
+    { return GetUpperThreshold_6(); }
+
+  private native void SetLowerThreshold_7(double id0);
+  public void SetLowerThreshold(double id0)
+    { SetLowerThreshold_7(id0); }
+
+  private native double GetLowerThreshold_8();
+  public double GetLowerThreshold()
+    { return GetLowerThreshold_8(); }
+
+  private native void SetOutputPointsPrecision_9(int id0);
+  public void SetOutputPointsPrecision(int id0)
+    { SetOutputPointsPrecision_9(id0); }
+
+  private native int GetOutputPointsPrecision_10();
+  public int GetOutputPointsPrecision()
+    { return GetOutputPointsPrecision_10(); }
+
+  public vtkThresholdPoints() { super(); }
+
+  public vtkThresholdPoints(long id) { super(id); }
+  public native long   VTKInit();
+
+}