]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLineWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLineWidget.java
index ab118b824fbb38359077090c8de0e89e84f6bc95..a0fcb056c6cc3fedeb74b6abd3173f7bdd6b238d 100644 (file)
-// java wrapper for vtkLineWidget object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLineWidget extends vtk3DWidget\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 SetEnabled_2(int id0);\r
-  public void SetEnabled(int id0)\r
-    { SetEnabled_2(id0); }\r
-\r
-  private native void PlaceWidget_3(double id0[]);\r
-  public void PlaceWidget(double id0[])\r
-    { PlaceWidget_3(id0); }\r
-\r
-  private native void PlaceWidget_4();\r
-  public void PlaceWidget()\r
-    { PlaceWidget_4(); }\r
-\r
-  private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { PlaceWidget_5(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetResolution_6(int id0);\r
-  public void SetResolution(int id0)\r
-    { SetResolution_6(id0); }\r
-\r
-  private native int GetResolution_7();\r
-  public int GetResolution()\r
-    { return GetResolution_7(); }\r
-\r
-  private native void SetPoint1_8(double id0,double id1,double id2);\r
-  public void SetPoint1(double id0,double id1,double id2)\r
-    { SetPoint1_8(id0,id1,id2); }\r
-\r
-  private native void SetPoint1_9(double id0[]);\r
-  public void SetPoint1(double id0[])\r
-    { SetPoint1_9(id0); }\r
-\r
-  private native double[] GetPoint1_10();\r
-  public double[] GetPoint1()\r
-    { return GetPoint1_10(); }\r
-\r
-  private native void GetPoint1_11(double id0[]);\r
-  public void GetPoint1(double id0[])\r
-    { GetPoint1_11(id0); }\r
-\r
-  private native void SetPoint2_12(double id0,double id1,double id2);\r
-  public void SetPoint2(double id0,double id1,double id2)\r
-    { SetPoint2_12(id0,id1,id2); }\r
-\r
-  private native void SetPoint2_13(double id0[]);\r
-  public void SetPoint2(double id0[])\r
-    { SetPoint2_13(id0); }\r
-\r
-  private native double[] GetPoint2_14();\r
-  public double[] GetPoint2()\r
-    { return GetPoint2_14(); }\r
-\r
-  private native void GetPoint2_15(double id0[]);\r
-  public void GetPoint2(double id0[])\r
-    { GetPoint2_15(id0); }\r
-\r
-  private native void SetAlign_16(int id0);\r
-  public void SetAlign(int id0)\r
-    { SetAlign_16(id0); }\r
-\r
-  private native int GetAlignMinValue_17();\r
-  public int GetAlignMinValue()\r
-    { return GetAlignMinValue_17(); }\r
-\r
-  private native int GetAlignMaxValue_18();\r
-  public int GetAlignMaxValue()\r
-    { return GetAlignMaxValue_18(); }\r
-\r
-  private native int GetAlign_19();\r
-  public int GetAlign()\r
-    { return GetAlign_19(); }\r
-\r
-  private native void SetAlignToXAxis_20();\r
-  public void SetAlignToXAxis()\r
-    { SetAlignToXAxis_20(); }\r
-\r
-  private native void SetAlignToYAxis_21();\r
-  public void SetAlignToYAxis()\r
-    { SetAlignToYAxis_21(); }\r
-\r
-  private native void SetAlignToZAxis_22();\r
-  public void SetAlignToZAxis()\r
-    { SetAlignToZAxis_22(); }\r
-\r
-  private native void SetAlignToNone_23();\r
-  public void SetAlignToNone()\r
-    { SetAlignToNone_23(); }\r
-\r
-  private native void SetClampToBounds_24(int id0);\r
-  public void SetClampToBounds(int id0)\r
-    { SetClampToBounds_24(id0); }\r
-\r
-  private native int GetClampToBounds_25();\r
-  public int GetClampToBounds()\r
-    { return GetClampToBounds_25(); }\r
-\r
-  private native void ClampToBoundsOn_26();\r
-  public void ClampToBoundsOn()\r
-    { ClampToBoundsOn_26(); }\r
-\r
-  private native void ClampToBoundsOff_27();\r
-  public void ClampToBoundsOff()\r
-    { ClampToBoundsOff_27(); }\r
-\r
-  private native void GetPolyData_28(vtkPolyData id0);\r
-  public void GetPolyData(vtkPolyData id0)\r
-    { GetPolyData_28(id0); }\r
-\r
-  private native long GetHandleProperty_29();\r
-  public vtkProperty GetHandleProperty() {\r
-    long temp = GetHandleProperty_29();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedHandleProperty_30();\r
-  public vtkProperty GetSelectedHandleProperty() {\r
-    long temp = GetSelectedHandleProperty_30();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetLineProperty_31();\r
-  public vtkProperty GetLineProperty() {\r
-    long temp = GetLineProperty_31();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedLineProperty_32();\r
-  public vtkProperty GetSelectedLineProperty() {\r
-    long temp = GetSelectedLineProperty_32();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkLineWidget() { super(); }\r
-\r
-  public vtkLineWidget(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLineWidget object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLineWidget extends vtk3DWidget
+{
+
+  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 SetEnabled_2(int id0);
+  public void SetEnabled(int id0)
+    { SetEnabled_2(id0); }
+
+  private native void PlaceWidget_3(double id0[]);
+  public void PlaceWidget(double id0[])
+    { PlaceWidget_3(id0); }
+
+  private native void PlaceWidget_4();
+  public void PlaceWidget()
+    { PlaceWidget_4(); }
+
+  private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5)
+    { PlaceWidget_5(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetResolution_6(int id0);
+  public void SetResolution(int id0)
+    { SetResolution_6(id0); }
+
+  private native int GetResolution_7();
+  public int GetResolution()
+    { return GetResolution_7(); }
+
+  private native void SetPoint1_8(double id0,double id1,double id2);
+  public void SetPoint1(double id0,double id1,double id2)
+    { SetPoint1_8(id0,id1,id2); }
+
+  private native void SetPoint1_9(double id0[]);
+  public void SetPoint1(double id0[])
+    { SetPoint1_9(id0); }
+
+  private native double[] GetPoint1_10();
+  public double[] GetPoint1()
+    { return GetPoint1_10(); }
+
+  private native void GetPoint1_11(double id0[]);
+  public void GetPoint1(double id0[])
+    { GetPoint1_11(id0); }
+
+  private native void SetPoint2_12(double id0,double id1,double id2);
+  public void SetPoint2(double id0,double id1,double id2)
+    { SetPoint2_12(id0,id1,id2); }
+
+  private native void SetPoint2_13(double id0[]);
+  public void SetPoint2(double id0[])
+    { SetPoint2_13(id0); }
+
+  private native double[] GetPoint2_14();
+  public double[] GetPoint2()
+    { return GetPoint2_14(); }
+
+  private native void GetPoint2_15(double id0[]);
+  public void GetPoint2(double id0[])
+    { GetPoint2_15(id0); }
+
+  private native void SetAlign_16(int id0);
+  public void SetAlign(int id0)
+    { SetAlign_16(id0); }
+
+  private native int GetAlignMinValue_17();
+  public int GetAlignMinValue()
+    { return GetAlignMinValue_17(); }
+
+  private native int GetAlignMaxValue_18();
+  public int GetAlignMaxValue()
+    { return GetAlignMaxValue_18(); }
+
+  private native int GetAlign_19();
+  public int GetAlign()
+    { return GetAlign_19(); }
+
+  private native void SetAlignToXAxis_20();
+  public void SetAlignToXAxis()
+    { SetAlignToXAxis_20(); }
+
+  private native void SetAlignToYAxis_21();
+  public void SetAlignToYAxis()
+    { SetAlignToYAxis_21(); }
+
+  private native void SetAlignToZAxis_22();
+  public void SetAlignToZAxis()
+    { SetAlignToZAxis_22(); }
+
+  private native void SetAlignToNone_23();
+  public void SetAlignToNone()
+    { SetAlignToNone_23(); }
+
+  private native void SetClampToBounds_24(int id0);
+  public void SetClampToBounds(int id0)
+    { SetClampToBounds_24(id0); }
+
+  private native int GetClampToBounds_25();
+  public int GetClampToBounds()
+    { return GetClampToBounds_25(); }
+
+  private native void ClampToBoundsOn_26();
+  public void ClampToBoundsOn()
+    { ClampToBoundsOn_26(); }
+
+  private native void ClampToBoundsOff_27();
+  public void ClampToBoundsOff()
+    { ClampToBoundsOff_27(); }
+
+  private native void GetPolyData_28(vtkPolyData id0);
+  public void GetPolyData(vtkPolyData id0)
+    { GetPolyData_28(id0); }
+
+  private native long GetHandleProperty_29();
+  public vtkProperty GetHandleProperty() {
+    long temp = GetHandleProperty_29();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedHandleProperty_30();
+  public vtkProperty GetSelectedHandleProperty() {
+    long temp = GetSelectedHandleProperty_30();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetLineProperty_31();
+  public vtkProperty GetLineProperty() {
+    long temp = GetLineProperty_31();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedLineProperty_32();
+  public vtkProperty GetSelectedLineProperty() {
+    long temp = GetSelectedLineProperty_32();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkLineWidget() { super(); }
+
+  public vtkLineWidget(long id) { super(id); }
+  public native long   VTKInit();
+
+}