]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTextureMapToSphere.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTextureMapToSphere.java
index 2d4a94a4f7eff12f72c6dccca46e363fdff81f4a..c1a9ee0d77c83859316a32d75e8096ceab32cb49 100644 (file)
@@ -1,67 +1,67 @@
-// java wrapper for vtkTextureMapToSphere object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTextureMapToSphere 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 SetCenter_2(double id0,double id1,double id2);\r
-  public void SetCenter(double id0,double id1,double id2)\r
-    { SetCenter_2(id0,id1,id2); }\r
-\r
-  private native void SetCenter_3(double id0[]);\r
-  public void SetCenter(double id0[])\r
-    { SetCenter_3(id0); }\r
-\r
-  private native double[] GetCenter_4();\r
-  public double[] GetCenter()\r
-    { return GetCenter_4(); }\r
-\r
-  private native void SetAutomaticSphereGeneration_5(int id0);\r
-  public void SetAutomaticSphereGeneration(int id0)\r
-    { SetAutomaticSphereGeneration_5(id0); }\r
-\r
-  private native int GetAutomaticSphereGeneration_6();\r
-  public int GetAutomaticSphereGeneration()\r
-    { return GetAutomaticSphereGeneration_6(); }\r
-\r
-  private native void AutomaticSphereGenerationOn_7();\r
-  public void AutomaticSphereGenerationOn()\r
-    { AutomaticSphereGenerationOn_7(); }\r
-\r
-  private native void AutomaticSphereGenerationOff_8();\r
-  public void AutomaticSphereGenerationOff()\r
-    { AutomaticSphereGenerationOff_8(); }\r
-\r
-  private native void SetPreventSeam_9(int id0);\r
-  public void SetPreventSeam(int id0)\r
-    { SetPreventSeam_9(id0); }\r
-\r
-  private native int GetPreventSeam_10();\r
-  public int GetPreventSeam()\r
-    { return GetPreventSeam_10(); }\r
-\r
-  private native void PreventSeamOn_11();\r
-  public void PreventSeamOn()\r
-    { PreventSeamOn_11(); }\r
-\r
-  private native void PreventSeamOff_12();\r
-  public void PreventSeamOff()\r
-    { PreventSeamOff_12(); }\r
-\r
-  public vtkTextureMapToSphere() { super(); }\r
-\r
-  public vtkTextureMapToSphere(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTextureMapToSphere object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTextureMapToSphere 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 SetCenter_2(double id0,double id1,double id2);
+  public void SetCenter(double id0,double id1,double id2)
+    { SetCenter_2(id0,id1,id2); }
+
+  private native void SetCenter_3(double id0[]);
+  public void SetCenter(double id0[])
+    { SetCenter_3(id0); }
+
+  private native double[] GetCenter_4();
+  public double[] GetCenter()
+    { return GetCenter_4(); }
+
+  private native void SetAutomaticSphereGeneration_5(int id0);
+  public void SetAutomaticSphereGeneration(int id0)
+    { SetAutomaticSphereGeneration_5(id0); }
+
+  private native int GetAutomaticSphereGeneration_6();
+  public int GetAutomaticSphereGeneration()
+    { return GetAutomaticSphereGeneration_6(); }
+
+  private native void AutomaticSphereGenerationOn_7();
+  public void AutomaticSphereGenerationOn()
+    { AutomaticSphereGenerationOn_7(); }
+
+  private native void AutomaticSphereGenerationOff_8();
+  public void AutomaticSphereGenerationOff()
+    { AutomaticSphereGenerationOff_8(); }
+
+  private native void SetPreventSeam_9(int id0);
+  public void SetPreventSeam(int id0)
+    { SetPreventSeam_9(id0); }
+
+  private native int GetPreventSeam_10();
+  public int GetPreventSeam()
+    { return GetPreventSeam_10(); }
+
+  private native void PreventSeamOn_11();
+  public void PreventSeamOn()
+    { PreventSeamOn_11(); }
+
+  private native void PreventSeamOff_12();
+  public void PreventSeamOff()
+    { PreventSeamOff_12(); }
+
+  public vtkTextureMapToSphere() { super(); }
+
+  public vtkTextureMapToSphere(long id) { super(id); }
+  public native long   VTKInit();
+
+}