]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkThresholdTextureCoords.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkThresholdTextureCoords.java
index ee708fab8d2a14f8cdacff08975789040b1bb28b..0ad9c1b5d7489a83ab876c8994e452027e5ea288 100644 (file)
@@ -1,83 +1,83 @@
-// java wrapper for vtkThresholdTextureCoords object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkThresholdTextureCoords extends vtkDataSetAlgorithm\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 double GetUpperThreshold_5();\r
-  public double GetUpperThreshold()\r
-    { return GetUpperThreshold_5(); }\r
-\r
-  private native double GetLowerThreshold_6();\r
-  public double GetLowerThreshold()\r
-    { return GetLowerThreshold_6(); }\r
-\r
-  private native void SetTextureDimension_7(int id0);\r
-  public void SetTextureDimension(int id0)\r
-    { SetTextureDimension_7(id0); }\r
-\r
-  private native int GetTextureDimensionMinValue_8();\r
-  public int GetTextureDimensionMinValue()\r
-    { return GetTextureDimensionMinValue_8(); }\r
-\r
-  private native int GetTextureDimensionMaxValue_9();\r
-  public int GetTextureDimensionMaxValue()\r
-    { return GetTextureDimensionMaxValue_9(); }\r
-\r
-  private native int GetTextureDimension_10();\r
-  public int GetTextureDimension()\r
-    { return GetTextureDimension_10(); }\r
-\r
-  private native void SetInTextureCoord_11(double id0,double id1,double id2);\r
-  public void SetInTextureCoord(double id0,double id1,double id2)\r
-    { SetInTextureCoord_11(id0,id1,id2); }\r
-\r
-  private native void SetInTextureCoord_12(double id0[]);\r
-  public void SetInTextureCoord(double id0[])\r
-    { SetInTextureCoord_12(id0); }\r
-\r
-  private native double[] GetInTextureCoord_13();\r
-  public double[] GetInTextureCoord()\r
-    { return GetInTextureCoord_13(); }\r
-\r
-  private native void SetOutTextureCoord_14(double id0,double id1,double id2);\r
-  public void SetOutTextureCoord(double id0,double id1,double id2)\r
-    { SetOutTextureCoord_14(id0,id1,id2); }\r
-\r
-  private native void SetOutTextureCoord_15(double id0[]);\r
-  public void SetOutTextureCoord(double id0[])\r
-    { SetOutTextureCoord_15(id0); }\r
-\r
-  private native double[] GetOutTextureCoord_16();\r
-  public double[] GetOutTextureCoord()\r
-    { return GetOutTextureCoord_16(); }\r
-\r
-  public vtkThresholdTextureCoords() { super(); }\r
-\r
-  public vtkThresholdTextureCoords(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkThresholdTextureCoords object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkThresholdTextureCoords extends vtkDataSetAlgorithm
+{
+
+  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 double GetUpperThreshold_5();
+  public double GetUpperThreshold()
+    { return GetUpperThreshold_5(); }
+
+  private native double GetLowerThreshold_6();
+  public double GetLowerThreshold()
+    { return GetLowerThreshold_6(); }
+
+  private native void SetTextureDimension_7(int id0);
+  public void SetTextureDimension(int id0)
+    { SetTextureDimension_7(id0); }
+
+  private native int GetTextureDimensionMinValue_8();
+  public int GetTextureDimensionMinValue()
+    { return GetTextureDimensionMinValue_8(); }
+
+  private native int GetTextureDimensionMaxValue_9();
+  public int GetTextureDimensionMaxValue()
+    { return GetTextureDimensionMaxValue_9(); }
+
+  private native int GetTextureDimension_10();
+  public int GetTextureDimension()
+    { return GetTextureDimension_10(); }
+
+  private native void SetInTextureCoord_11(double id0,double id1,double id2);
+  public void SetInTextureCoord(double id0,double id1,double id2)
+    { SetInTextureCoord_11(id0,id1,id2); }
+
+  private native void SetInTextureCoord_12(double id0[]);
+  public void SetInTextureCoord(double id0[])
+    { SetInTextureCoord_12(id0); }
+
+  private native double[] GetInTextureCoord_13();
+  public double[] GetInTextureCoord()
+    { return GetInTextureCoord_13(); }
+
+  private native void SetOutTextureCoord_14(double id0,double id1,double id2);
+  public void SetOutTextureCoord(double id0,double id1,double id2)
+    { SetOutTextureCoord_14(id0,id1,id2); }
+
+  private native void SetOutTextureCoord_15(double id0[]);
+  public void SetOutTextureCoord(double id0[])
+    { SetOutTextureCoord_15(id0); }
+
+  private native double[] GetOutTextureCoord_16();
+  public double[] GetOutTextureCoord()
+    { return GetOutTextureCoord_16(); }
+
+  public vtkThresholdTextureCoords() { super(); }
+
+  public vtkThresholdTextureCoords(long id) { super(id); }
+  public native long   VTKInit();
+
+}