]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkRotationalExtrusionFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkRotationalExtrusionFilter.java
index bd15efa9a10497a6b788334da7784f8e25d52372..eb7789b4bf88da5ac70cd906cb529887cbec0f86 100644 (file)
@@ -1,79 +1,79 @@
-// java wrapper for vtkRotationalExtrusionFilter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkRotationalExtrusionFilter 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 SetResolution_2(int id0);\r
-  public void SetResolution(int id0)\r
-    { SetResolution_2(id0); }\r
-\r
-  private native int GetResolutionMinValue_3();\r
-  public int GetResolutionMinValue()\r
-    { return GetResolutionMinValue_3(); }\r
-\r
-  private native int GetResolutionMaxValue_4();\r
-  public int GetResolutionMaxValue()\r
-    { return GetResolutionMaxValue_4(); }\r
-\r
-  private native int GetResolution_5();\r
-  public int GetResolution()\r
-    { return GetResolution_5(); }\r
-\r
-  private native void SetCapping_6(int id0);\r
-  public void SetCapping(int id0)\r
-    { SetCapping_6(id0); }\r
-\r
-  private native int GetCapping_7();\r
-  public int GetCapping()\r
-    { return GetCapping_7(); }\r
-\r
-  private native void CappingOn_8();\r
-  public void CappingOn()\r
-    { CappingOn_8(); }\r
-\r
-  private native void CappingOff_9();\r
-  public void CappingOff()\r
-    { CappingOff_9(); }\r
-\r
-  private native void SetAngle_10(double id0);\r
-  public void SetAngle(double id0)\r
-    { SetAngle_10(id0); }\r
-\r
-  private native double GetAngle_11();\r
-  public double GetAngle()\r
-    { return GetAngle_11(); }\r
-\r
-  private native void SetTranslation_12(double id0);\r
-  public void SetTranslation(double id0)\r
-    { SetTranslation_12(id0); }\r
-\r
-  private native double GetTranslation_13();\r
-  public double GetTranslation()\r
-    { return GetTranslation_13(); }\r
-\r
-  private native void SetDeltaRadius_14(double id0);\r
-  public void SetDeltaRadius(double id0)\r
-    { SetDeltaRadius_14(id0); }\r
-\r
-  private native double GetDeltaRadius_15();\r
-  public double GetDeltaRadius()\r
-    { return GetDeltaRadius_15(); }\r
-\r
-  public vtkRotationalExtrusionFilter() { super(); }\r
-\r
-  public vtkRotationalExtrusionFilter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkRotationalExtrusionFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkRotationalExtrusionFilter 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 SetResolution_2(int id0);
+  public void SetResolution(int id0)
+    { SetResolution_2(id0); }
+
+  private native int GetResolutionMinValue_3();
+  public int GetResolutionMinValue()
+    { return GetResolutionMinValue_3(); }
+
+  private native int GetResolutionMaxValue_4();
+  public int GetResolutionMaxValue()
+    { return GetResolutionMaxValue_4(); }
+
+  private native int GetResolution_5();
+  public int GetResolution()
+    { return GetResolution_5(); }
+
+  private native void SetCapping_6(int id0);
+  public void SetCapping(int id0)
+    { SetCapping_6(id0); }
+
+  private native int GetCapping_7();
+  public int GetCapping()
+    { return GetCapping_7(); }
+
+  private native void CappingOn_8();
+  public void CappingOn()
+    { CappingOn_8(); }
+
+  private native void CappingOff_9();
+  public void CappingOff()
+    { CappingOff_9(); }
+
+  private native void SetAngle_10(double id0);
+  public void SetAngle(double id0)
+    { SetAngle_10(id0); }
+
+  private native double GetAngle_11();
+  public double GetAngle()
+    { return GetAngle_11(); }
+
+  private native void SetTranslation_12(double id0);
+  public void SetTranslation(double id0)
+    { SetTranslation_12(id0); }
+
+  private native double GetTranslation_13();
+  public double GetTranslation()
+    { return GetTranslation_13(); }
+
+  private native void SetDeltaRadius_14(double id0);
+  public void SetDeltaRadius(double id0)
+    { SetDeltaRadius_14(id0); }
+
+  private native double GetDeltaRadius_15();
+  public double GetDeltaRadius()
+    { return GetDeltaRadius_15(); }
+
+  public vtkRotationalExtrusionFilter() { super(); }
+
+  public vtkRotationalExtrusionFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}