]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkArcSource.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkArcSource.java
index 2192d0eb02eeb9704088de489cf9e45ad8a710a1..3b0702e28e8466aa00e87a75b0621da244be6a1b 100644 (file)
-// java wrapper for vtkArcSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkArcSource 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 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 SetCenter_8(double id0,double id1,double id2);\r
-  public void SetCenter(double id0,double id1,double id2)\r
-    { SetCenter_8(id0,id1,id2); }\r
-\r
-  private native void SetCenter_9(double id0[]);\r
-  public void SetCenter(double id0[])\r
-    { SetCenter_9(id0); }\r
-\r
-  private native double[] GetCenter_10();\r
-  public double[] GetCenter()\r
-    { return GetCenter_10(); }\r
-\r
-  private native void SetResolution_11(int id0);\r
-  public void SetResolution(int id0)\r
-    { SetResolution_11(id0); }\r
-\r
-  private native int GetResolutionMinValue_12();\r
-  public int GetResolutionMinValue()\r
-    { return GetResolutionMinValue_12(); }\r
-\r
-  private native int GetResolutionMaxValue_13();\r
-  public int GetResolutionMaxValue()\r
-    { return GetResolutionMaxValue_13(); }\r
-\r
-  private native int GetResolution_14();\r
-  public int GetResolution()\r
-    { return GetResolution_14(); }\r
-\r
-  private native void SetNegative_15(boolean id0);\r
-  public void SetNegative(boolean id0)\r
-    { SetNegative_15(id0); }\r
-\r
-  private native boolean GetNegative_16();\r
-  public boolean GetNegative()\r
-    { return GetNegative_16(); }\r
-\r
-  private native void NegativeOn_17();\r
-  public void NegativeOn()\r
-    { NegativeOn_17(); }\r
-\r
-  private native void NegativeOff_18();\r
-  public void NegativeOff()\r
-    { NegativeOff_18(); }\r
-\r
-  public vtkArcSource() { super(); }\r
-\r
-  public vtkArcSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkArcSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkArcSource 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 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 SetCenter_8(double id0,double id1,double id2);
+  public void SetCenter(double id0,double id1,double id2)
+    { SetCenter_8(id0,id1,id2); }
+
+  private native void SetCenter_9(double id0[]);
+  public void SetCenter(double id0[])
+    { SetCenter_9(id0); }
+
+  private native double[] GetCenter_10();
+  public double[] GetCenter()
+    { return GetCenter_10(); }
+
+  private native void SetNormal_11(double id0,double id1,double id2);
+  public void SetNormal(double id0,double id1,double id2)
+    { SetNormal_11(id0,id1,id2); }
+
+  private native void SetNormal_12(double id0[]);
+  public void SetNormal(double id0[])
+    { SetNormal_12(id0); }
+
+  private native double[] GetNormal_13();
+  public double[] GetNormal()
+    { return GetNormal_13(); }
+
+  private native void SetPolarVector_14(double id0,double id1,double id2);
+  public void SetPolarVector(double id0,double id1,double id2)
+    { SetPolarVector_14(id0,id1,id2); }
+
+  private native void SetPolarVector_15(double id0[]);
+  public void SetPolarVector(double id0[])
+    { SetPolarVector_15(id0); }
+
+  private native double[] GetPolarVector_16();
+  public double[] GetPolarVector()
+    { return GetPolarVector_16(); }
+
+  private native void SetAngle_17(double id0);
+  public void SetAngle(double id0)
+    { SetAngle_17(id0); }
+
+  private native double GetAngleMinValue_18();
+  public double GetAngleMinValue()
+    { return GetAngleMinValue_18(); }
+
+  private native double GetAngleMaxValue_19();
+  public double GetAngleMaxValue()
+    { return GetAngleMaxValue_19(); }
+
+  private native double GetAngle_20();
+  public double GetAngle()
+    { return GetAngle_20(); }
+
+  private native void SetResolution_21(int id0);
+  public void SetResolution(int id0)
+    { SetResolution_21(id0); }
+
+  private native int GetResolutionMinValue_22();
+  public int GetResolutionMinValue()
+    { return GetResolutionMinValue_22(); }
+
+  private native int GetResolutionMaxValue_23();
+  public int GetResolutionMaxValue()
+    { return GetResolutionMaxValue_23(); }
+
+  private native int GetResolution_24();
+  public int GetResolution()
+    { return GetResolution_24(); }
+
+  private native void SetNegative_25(boolean id0);
+  public void SetNegative(boolean id0)
+    { SetNegative_25(id0); }
+
+  private native boolean GetNegative_26();
+  public boolean GetNegative()
+    { return GetNegative_26(); }
+
+  private native void NegativeOn_27();
+  public void NegativeOn()
+    { NegativeOn_27(); }
+
+  private native void NegativeOff_28();
+  public void NegativeOff()
+    { NegativeOff_28(); }
+
+  private native void SetUseNormalAndAngle_29(boolean id0);
+  public void SetUseNormalAndAngle(boolean id0)
+    { SetUseNormalAndAngle_29(id0); }
+
+  private native boolean GetUseNormalAndAngle_30();
+  public boolean GetUseNormalAndAngle()
+    { return GetUseNormalAndAngle_30(); }
+
+  private native void UseNormalAndAngleOn_31();
+  public void UseNormalAndAngleOn()
+    { UseNormalAndAngleOn_31(); }
+
+  private native void UseNormalAndAngleOff_32();
+  public void UseNormalAndAngleOff()
+    { UseNormalAndAngleOff_32(); }
+
+  private native void SetOutputPointsPrecision_33(int id0);
+  public void SetOutputPointsPrecision(int id0)
+    { SetOutputPointsPrecision_33(id0); }
+
+  private native int GetOutputPointsPrecision_34();
+  public int GetOutputPointsPrecision()
+    { return GetOutputPointsPrecision_34(); }
+
+  public vtkArcSource() { super(); }
+
+  public vtkArcSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}