]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPointWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPointWidget.java
index c7f21015bbfd3a6dc5b4928456673889de196e55..cf3cf5d9816683713b2f7e0b172ed275178872c9 100644 (file)
-// java wrapper for vtkPointWidget object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPointWidget 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 GetPolyData_6(vtkPolyData id0);\r
-  public void GetPolyData(vtkPolyData id0)\r
-    { GetPolyData_6(id0); }\r
-\r
-  private native void SetPosition_7(double id0,double id1,double id2);\r
-  public void SetPosition(double id0,double id1,double id2)\r
-    { SetPosition_7(id0,id1,id2); }\r
-\r
-  private native void SetPosition_8(double id0[]);\r
-  public void SetPosition(double id0[])\r
-    { SetPosition_8(id0); }\r
-\r
-  private native double[] GetPosition_9();\r
-  public double[] GetPosition()\r
-    { return GetPosition_9(); }\r
-\r
-  private native void GetPosition_10(double id0[]);\r
-  public void GetPosition(double id0[])\r
-    { GetPosition_10(id0); }\r
-\r
-  private native void SetOutline_11(int id0);\r
-  public void SetOutline(int id0)\r
-    { SetOutline_11(id0); }\r
-\r
-  private native int GetOutline_12();\r
-  public int GetOutline()\r
-    { return GetOutline_12(); }\r
-\r
-  private native void OutlineOn_13();\r
-  public void OutlineOn()\r
-    { OutlineOn_13(); }\r
-\r
-  private native void OutlineOff_14();\r
-  public void OutlineOff()\r
-    { OutlineOff_14(); }\r
-\r
-  private native void SetXShadows_15(int id0);\r
-  public void SetXShadows(int id0)\r
-    { SetXShadows_15(id0); }\r
-\r
-  private native int GetXShadows_16();\r
-  public int GetXShadows()\r
-    { return GetXShadows_16(); }\r
-\r
-  private native void XShadowsOn_17();\r
-  public void XShadowsOn()\r
-    { XShadowsOn_17(); }\r
-\r
-  private native void XShadowsOff_18();\r
-  public void XShadowsOff()\r
-    { XShadowsOff_18(); }\r
-\r
-  private native void SetYShadows_19(int id0);\r
-  public void SetYShadows(int id0)\r
-    { SetYShadows_19(id0); }\r
-\r
-  private native int GetYShadows_20();\r
-  public int GetYShadows()\r
-    { return GetYShadows_20(); }\r
-\r
-  private native void YShadowsOn_21();\r
-  public void YShadowsOn()\r
-    { YShadowsOn_21(); }\r
-\r
-  private native void YShadowsOff_22();\r
-  public void YShadowsOff()\r
-    { YShadowsOff_22(); }\r
-\r
-  private native void SetZShadows_23(int id0);\r
-  public void SetZShadows(int id0)\r
-    { SetZShadows_23(id0); }\r
-\r
-  private native int GetZShadows_24();\r
-  public int GetZShadows()\r
-    { return GetZShadows_24(); }\r
-\r
-  private native void ZShadowsOn_25();\r
-  public void ZShadowsOn()\r
-    { ZShadowsOn_25(); }\r
-\r
-  private native void ZShadowsOff_26();\r
-  public void ZShadowsOff()\r
-    { ZShadowsOff_26(); }\r
-\r
-  private native void SetTranslationMode_27(int id0);\r
-  public void SetTranslationMode(int id0)\r
-    { SetTranslationMode_27(id0); }\r
-\r
-  private native int GetTranslationMode_28();\r
-  public int GetTranslationMode()\r
-    { return GetTranslationMode_28(); }\r
-\r
-  private native void TranslationModeOn_29();\r
-  public void TranslationModeOn()\r
-    { TranslationModeOn_29(); }\r
-\r
-  private native void TranslationModeOff_30();\r
-  public void TranslationModeOff()\r
-    { TranslationModeOff_30(); }\r
-\r
-  private native void AllOn_31();\r
-  public void AllOn()\r
-    { AllOn_31(); }\r
-\r
-  private native void AllOff_32();\r
-  public void AllOff()\r
-    { AllOff_32(); }\r
-\r
-  private native long GetProperty_33();\r
-  public vtkProperty GetProperty() {\r
-    long temp = GetProperty_33();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedProperty_34();\r
-  public vtkProperty GetSelectedProperty() {\r
-    long temp = GetSelectedProperty_34();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetHotSpotSize_35(double id0);\r
-  public void SetHotSpotSize(double id0)\r
-    { SetHotSpotSize_35(id0); }\r
-\r
-  private native double GetHotSpotSizeMinValue_36();\r
-  public double GetHotSpotSizeMinValue()\r
-    { return GetHotSpotSizeMinValue_36(); }\r
-\r
-  private native double GetHotSpotSizeMaxValue_37();\r
-  public double GetHotSpotSizeMaxValue()\r
-    { return GetHotSpotSizeMaxValue_37(); }\r
-\r
-  private native double GetHotSpotSize_38();\r
-  public double GetHotSpotSize()\r
-    { return GetHotSpotSize_38(); }\r
-\r
-  public vtkPointWidget() { super(); }\r
-\r
-  public vtkPointWidget(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPointWidget object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPointWidget 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 GetPolyData_6(vtkPolyData id0);
+  public void GetPolyData(vtkPolyData id0)
+    { GetPolyData_6(id0); }
+
+  private native void SetPosition_7(double id0,double id1,double id2);
+  public void SetPosition(double id0,double id1,double id2)
+    { SetPosition_7(id0,id1,id2); }
+
+  private native void SetPosition_8(double id0[]);
+  public void SetPosition(double id0[])
+    { SetPosition_8(id0); }
+
+  private native double[] GetPosition_9();
+  public double[] GetPosition()
+    { return GetPosition_9(); }
+
+  private native void GetPosition_10(double id0[]);
+  public void GetPosition(double id0[])
+    { GetPosition_10(id0); }
+
+  private native void SetOutline_11(int id0);
+  public void SetOutline(int id0)
+    { SetOutline_11(id0); }
+
+  private native int GetOutline_12();
+  public int GetOutline()
+    { return GetOutline_12(); }
+
+  private native void OutlineOn_13();
+  public void OutlineOn()
+    { OutlineOn_13(); }
+
+  private native void OutlineOff_14();
+  public void OutlineOff()
+    { OutlineOff_14(); }
+
+  private native void SetXShadows_15(int id0);
+  public void SetXShadows(int id0)
+    { SetXShadows_15(id0); }
+
+  private native int GetXShadows_16();
+  public int GetXShadows()
+    { return GetXShadows_16(); }
+
+  private native void XShadowsOn_17();
+  public void XShadowsOn()
+    { XShadowsOn_17(); }
+
+  private native void XShadowsOff_18();
+  public void XShadowsOff()
+    { XShadowsOff_18(); }
+
+  private native void SetYShadows_19(int id0);
+  public void SetYShadows(int id0)
+    { SetYShadows_19(id0); }
+
+  private native int GetYShadows_20();
+  public int GetYShadows()
+    { return GetYShadows_20(); }
+
+  private native void YShadowsOn_21();
+  public void YShadowsOn()
+    { YShadowsOn_21(); }
+
+  private native void YShadowsOff_22();
+  public void YShadowsOff()
+    { YShadowsOff_22(); }
+
+  private native void SetZShadows_23(int id0);
+  public void SetZShadows(int id0)
+    { SetZShadows_23(id0); }
+
+  private native int GetZShadows_24();
+  public int GetZShadows()
+    { return GetZShadows_24(); }
+
+  private native void ZShadowsOn_25();
+  public void ZShadowsOn()
+    { ZShadowsOn_25(); }
+
+  private native void ZShadowsOff_26();
+  public void ZShadowsOff()
+    { ZShadowsOff_26(); }
+
+  private native void SetTranslationMode_27(int id0);
+  public void SetTranslationMode(int id0)
+    { SetTranslationMode_27(id0); }
+
+  private native int GetTranslationMode_28();
+  public int GetTranslationMode()
+    { return GetTranslationMode_28(); }
+
+  private native void TranslationModeOn_29();
+  public void TranslationModeOn()
+    { TranslationModeOn_29(); }
+
+  private native void TranslationModeOff_30();
+  public void TranslationModeOff()
+    { TranslationModeOff_30(); }
+
+  private native void AllOn_31();
+  public void AllOn()
+    { AllOn_31(); }
+
+  private native void AllOff_32();
+  public void AllOff()
+    { AllOff_32(); }
+
+  private native long GetProperty_33();
+  public vtkProperty GetProperty() {
+    long temp = GetProperty_33();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedProperty_34();
+  public vtkProperty GetSelectedProperty() {
+    long temp = GetSelectedProperty_34();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetHotSpotSize_35(double id0);
+  public void SetHotSpotSize(double id0)
+    { SetHotSpotSize_35(id0); }
+
+  private native double GetHotSpotSizeMinValue_36();
+  public double GetHotSpotSizeMinValue()
+    { return GetHotSpotSizeMinValue_36(); }
+
+  private native double GetHotSpotSizeMaxValue_37();
+  public double GetHotSpotSizeMaxValue()
+    { return GetHotSpotSizeMaxValue_37(); }
+
+  private native double GetHotSpotSize_38();
+  public double GetHotSpotSize()
+    { return GetHotSpotSize_38(); }
+
+  public vtkPointWidget() { super(); }
+
+  public vtkPointWidget(long id) { super(id); }
+  public native long   VTKInit();
+
+}