]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTextureMapToSphere.java
Remove vtk 5.8
[simantics/3d.git] / vtk / src / vtk / vtkTextureMapToSphere.java
diff --git a/vtk/src/vtk/vtkTextureMapToSphere.java b/vtk/src/vtk/vtkTextureMapToSphere.java
deleted file mode 100644 (file)
index 2d4a94a..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-// 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