]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkQuadRotationalExtrusionFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkQuadRotationalExtrusionFilter.java
index 23f3fa9cd7ac9fa948952f7e95742070be950aeb..311a38d5fa57ddaab90623404e0bef38f6a0c32e 100644 (file)
-// java wrapper for vtkQuadRotationalExtrusionFilter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkQuadRotationalExtrusionFilter extends vtkMultiBlockDataSetAlgorithm\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 SetAxis_2(int id0);\r
-  public void SetAxis(int id0)\r
-    { SetAxis_2(id0); }\r
-\r
-  private native int GetAxisMinValue_3();\r
-  public int GetAxisMinValue()\r
-    { return GetAxisMinValue_3(); }\r
-\r
-  private native int GetAxisMaxValue_4();\r
-  public int GetAxisMaxValue()\r
-    { return GetAxisMaxValue_4(); }\r
-\r
-  private native int GetAxis_5();\r
-  public int GetAxis()\r
-    { return GetAxis_5(); }\r
-\r
-  private native void SetAxisToX_6();\r
-  public void SetAxisToX()\r
-    { SetAxisToX_6(); }\r
-\r
-  private native void SetAxisToY_7();\r
-  public void SetAxisToY()\r
-    { SetAxisToY_7(); }\r
-\r
-  private native void SetAxisToZ_8();\r
-  public void SetAxisToZ()\r
-    { SetAxisToZ_8(); }\r
-\r
-  private native void SetResolution_9(int id0);\r
-  public void SetResolution(int id0)\r
-    { SetResolution_9(id0); }\r
-\r
-  private native int GetResolutionMinValue_10();\r
-  public int GetResolutionMinValue()\r
-    { return GetResolutionMinValue_10(); }\r
-\r
-  private native int GetResolutionMaxValue_11();\r
-  public int GetResolutionMaxValue()\r
-    { return GetResolutionMaxValue_11(); }\r
-\r
-  private native int GetResolution_12();\r
-  public int GetResolution()\r
-    { return GetResolution_12(); }\r
-\r
-  private native void SetCapping_13(int id0);\r
-  public void SetCapping(int id0)\r
-    { SetCapping_13(id0); }\r
-\r
-  private native int GetCapping_14();\r
-  public int GetCapping()\r
-    { return GetCapping_14(); }\r
-\r
-  private native void CappingOn_15();\r
-  public void CappingOn()\r
-    { CappingOn_15(); }\r
-\r
-  private native void CappingOff_16();\r
-  public void CappingOff()\r
-    { CappingOff_16(); }\r
-\r
-  private native void SetDefaultAngle_17(double id0);\r
-  public void SetDefaultAngle(double id0)\r
-    { SetDefaultAngle_17(id0); }\r
-\r
-  private native double GetDefaultAngle_18();\r
-  public double GetDefaultAngle()\r
-    { return GetDefaultAngle_18(); }\r
-\r
-  private native void RemoveAllPerBlockAngles_19();\r
-  public void RemoveAllPerBlockAngles()\r
-    { RemoveAllPerBlockAngles_19(); }\r
-\r
-  private native void AddPerBlockAngle_20(int id0,double id1);\r
-  public void AddPerBlockAngle(int id0,double id1)\r
-    { AddPerBlockAngle_20(id0,id1); }\r
-\r
-  private native void SetTranslation_21(double id0);\r
-  public void SetTranslation(double id0)\r
-    { SetTranslation_21(id0); }\r
-\r
-  private native double GetTranslation_22();\r
-  public double GetTranslation()\r
-    { return GetTranslation_22(); }\r
-\r
-  private native void SetDeltaRadius_23(double id0);\r
-  public void SetDeltaRadius(double id0)\r
-    { SetDeltaRadius_23(id0); }\r
-\r
-  private native double GetDeltaRadius_24();\r
-  public double GetDeltaRadius()\r
-    { return GetDeltaRadius_24(); }\r
-\r
-  public vtkQuadRotationalExtrusionFilter() { super(); }\r
-\r
-  public vtkQuadRotationalExtrusionFilter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkQuadRotationalExtrusionFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkQuadRotationalExtrusionFilter extends vtkMultiBlockDataSetAlgorithm
+{
+
+  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 SetAxis_2(int id0);
+  public void SetAxis(int id0)
+    { SetAxis_2(id0); }
+
+  private native int GetAxisMinValue_3();
+  public int GetAxisMinValue()
+    { return GetAxisMinValue_3(); }
+
+  private native int GetAxisMaxValue_4();
+  public int GetAxisMaxValue()
+    { return GetAxisMaxValue_4(); }
+
+  private native int GetAxis_5();
+  public int GetAxis()
+    { return GetAxis_5(); }
+
+  private native void SetAxisToX_6();
+  public void SetAxisToX()
+    { SetAxisToX_6(); }
+
+  private native void SetAxisToY_7();
+  public void SetAxisToY()
+    { SetAxisToY_7(); }
+
+  private native void SetAxisToZ_8();
+  public void SetAxisToZ()
+    { SetAxisToZ_8(); }
+
+  private native void SetResolution_9(int id0);
+  public void SetResolution(int id0)
+    { SetResolution_9(id0); }
+
+  private native int GetResolutionMinValue_10();
+  public int GetResolutionMinValue()
+    { return GetResolutionMinValue_10(); }
+
+  private native int GetResolutionMaxValue_11();
+  public int GetResolutionMaxValue()
+    { return GetResolutionMaxValue_11(); }
+
+  private native int GetResolution_12();
+  public int GetResolution()
+    { return GetResolution_12(); }
+
+  private native void SetCapping_13(int id0);
+  public void SetCapping(int id0)
+    { SetCapping_13(id0); }
+
+  private native int GetCapping_14();
+  public int GetCapping()
+    { return GetCapping_14(); }
+
+  private native void CappingOn_15();
+  public void CappingOn()
+    { CappingOn_15(); }
+
+  private native void CappingOff_16();
+  public void CappingOff()
+    { CappingOff_16(); }
+
+  private native void SetDefaultAngle_17(double id0);
+  public void SetDefaultAngle(double id0)
+    { SetDefaultAngle_17(id0); }
+
+  private native double GetDefaultAngle_18();
+  public double GetDefaultAngle()
+    { return GetDefaultAngle_18(); }
+
+  private native void RemoveAllPerBlockAngles_19();
+  public void RemoveAllPerBlockAngles()
+    { RemoveAllPerBlockAngles_19(); }
+
+  private native void AddPerBlockAngle_20(int id0,double id1);
+  public void AddPerBlockAngle(int id0,double id1)
+    { AddPerBlockAngle_20(id0,id1); }
+
+  private native void SetTranslation_21(double id0);
+  public void SetTranslation(double id0)
+    { SetTranslation_21(id0); }
+
+  private native double GetTranslation_22();
+  public double GetTranslation()
+    { return GetTranslation_22(); }
+
+  private native void SetDeltaRadius_23(double id0);
+  public void SetDeltaRadius(double id0)
+    { SetDeltaRadius_23(id0); }
+
+  private native double GetDeltaRadius_24();
+  public double GetDeltaRadius()
+    { return GetDeltaRadius_24(); }
+
+  public vtkQuadRotationalExtrusionFilter() { super(); }
+
+  public vtkQuadRotationalExtrusionFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}