]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTextureMapToCylinder.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTextureMapToCylinder.java
index 7969b2dac5d6427f773788af29aaa18228301052..bac3a1fe536dae1bd8f2fdbcf3ef3f51411c2a83 100644 (file)
@@ -1,79 +1,79 @@
-// java wrapper for vtkTextureMapToCylinder object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTextureMapToCylinder 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 SetPoint1_2(double id0,double id1,double id2);\r
-  public void SetPoint1(double id0,double id1,double id2)\r
-    { SetPoint1_2(id0,id1,id2); }\r
-\r
-  private native void SetPoint1_3(double id0[]);\r
-  public void SetPoint1(double id0[])\r
-    { SetPoint1_3(id0); }\r
-\r
-  private native double[] GetPoint1_4();\r
-  public double[] GetPoint1()\r
-    { return GetPoint1_4(); }\r
-\r
-  private native void SetPoint2_5(double id0,double id1,double id2);\r
-  public void SetPoint2(double id0,double id1,double id2)\r
-    { SetPoint2_5(id0,id1,id2); }\r
-\r
-  private native void SetPoint2_6(double id0[]);\r
-  public void SetPoint2(double id0[])\r
-    { SetPoint2_6(id0); }\r
-\r
-  private native double[] GetPoint2_7();\r
-  public double[] GetPoint2()\r
-    { return GetPoint2_7(); }\r
-\r
-  private native void SetAutomaticCylinderGeneration_8(int id0);\r
-  public void SetAutomaticCylinderGeneration(int id0)\r
-    { SetAutomaticCylinderGeneration_8(id0); }\r
-\r
-  private native int GetAutomaticCylinderGeneration_9();\r
-  public int GetAutomaticCylinderGeneration()\r
-    { return GetAutomaticCylinderGeneration_9(); }\r
-\r
-  private native void AutomaticCylinderGenerationOn_10();\r
-  public void AutomaticCylinderGenerationOn()\r
-    { AutomaticCylinderGenerationOn_10(); }\r
-\r
-  private native void AutomaticCylinderGenerationOff_11();\r
-  public void AutomaticCylinderGenerationOff()\r
-    { AutomaticCylinderGenerationOff_11(); }\r
-\r
-  private native void SetPreventSeam_12(int id0);\r
-  public void SetPreventSeam(int id0)\r
-    { SetPreventSeam_12(id0); }\r
-\r
-  private native int GetPreventSeam_13();\r
-  public int GetPreventSeam()\r
-    { return GetPreventSeam_13(); }\r
-\r
-  private native void PreventSeamOn_14();\r
-  public void PreventSeamOn()\r
-    { PreventSeamOn_14(); }\r
-\r
-  private native void PreventSeamOff_15();\r
-  public void PreventSeamOff()\r
-    { PreventSeamOff_15(); }\r
-\r
-  public vtkTextureMapToCylinder() { super(); }\r
-\r
-  public vtkTextureMapToCylinder(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTextureMapToCylinder object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTextureMapToCylinder 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 SetPoint1_2(double id0,double id1,double id2);
+  public void SetPoint1(double id0,double id1,double id2)
+    { SetPoint1_2(id0,id1,id2); }
+
+  private native void SetPoint1_3(double id0[]);
+  public void SetPoint1(double id0[])
+    { SetPoint1_3(id0); }
+
+  private native double[] GetPoint1_4();
+  public double[] GetPoint1()
+    { return GetPoint1_4(); }
+
+  private native void SetPoint2_5(double id0,double id1,double id2);
+  public void SetPoint2(double id0,double id1,double id2)
+    { SetPoint2_5(id0,id1,id2); }
+
+  private native void SetPoint2_6(double id0[]);
+  public void SetPoint2(double id0[])
+    { SetPoint2_6(id0); }
+
+  private native double[] GetPoint2_7();
+  public double[] GetPoint2()
+    { return GetPoint2_7(); }
+
+  private native void SetAutomaticCylinderGeneration_8(int id0);
+  public void SetAutomaticCylinderGeneration(int id0)
+    { SetAutomaticCylinderGeneration_8(id0); }
+
+  private native int GetAutomaticCylinderGeneration_9();
+  public int GetAutomaticCylinderGeneration()
+    { return GetAutomaticCylinderGeneration_9(); }
+
+  private native void AutomaticCylinderGenerationOn_10();
+  public void AutomaticCylinderGenerationOn()
+    { AutomaticCylinderGenerationOn_10(); }
+
+  private native void AutomaticCylinderGenerationOff_11();
+  public void AutomaticCylinderGenerationOff()
+    { AutomaticCylinderGenerationOff_11(); }
+
+  private native void SetPreventSeam_12(int id0);
+  public void SetPreventSeam(int id0)
+    { SetPreventSeam_12(id0); }
+
+  private native int GetPreventSeam_13();
+  public int GetPreventSeam()
+    { return GetPreventSeam_13(); }
+
+  private native void PreventSeamOn_14();
+  public void PreventSeamOn()
+    { PreventSeamOn_14(); }
+
+  private native void PreventSeamOff_15();
+  public void PreventSeamOff()
+    { PreventSeamOff_15(); }
+
+  public vtkTextureMapToCylinder() { super(); }
+
+  public vtkTextureMapToCylinder(long id) { super(id); }
+  public native long   VTKInit();
+
+}