]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkBiDimensionalRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkBiDimensionalRepresentation.java
index 15f8619c63c64459e310b16dea29989849c8e27e..a02147ec8ffb68178ddc1e27671a86b0244ca373 100644 (file)
-// java wrapper for vtkBiDimensionalRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkBiDimensionalRepresentation extends vtkWidgetRepresentation\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 SetPoint1WorldPosition_2(double id0[]);\r
-  public void SetPoint1WorldPosition(double id0[])\r
-    { SetPoint1WorldPosition_2(id0); }\r
-\r
-  private native void SetPoint2WorldPosition_3(double id0[]);\r
-  public void SetPoint2WorldPosition(double id0[])\r
-    { SetPoint2WorldPosition_3(id0); }\r
-\r
-  private native void SetPoint3WorldPosition_4(double id0[]);\r
-  public void SetPoint3WorldPosition(double id0[])\r
-    { SetPoint3WorldPosition_4(id0); }\r
-\r
-  private native void SetPoint4WorldPosition_5(double id0[]);\r
-  public void SetPoint4WorldPosition(double id0[])\r
-    { SetPoint4WorldPosition_5(id0); }\r
-\r
-  private native void GetPoint1WorldPosition_6(double id0[]);\r
-  public void GetPoint1WorldPosition(double id0[])\r
-    { GetPoint1WorldPosition_6(id0); }\r
-\r
-  private native void GetPoint2WorldPosition_7(double id0[]);\r
-  public void GetPoint2WorldPosition(double id0[])\r
-    { GetPoint2WorldPosition_7(id0); }\r
-\r
-  private native void GetPoint3WorldPosition_8(double id0[]);\r
-  public void GetPoint3WorldPosition(double id0[])\r
-    { GetPoint3WorldPosition_8(id0); }\r
-\r
-  private native void GetPoint4WorldPosition_9(double id0[]);\r
-  public void GetPoint4WorldPosition(double id0[])\r
-    { GetPoint4WorldPosition_9(id0); }\r
-\r
-  private native void SetPoint1DisplayPosition_10(double id0[]);\r
-  public void SetPoint1DisplayPosition(double id0[])\r
-    { SetPoint1DisplayPosition_10(id0); }\r
-\r
-  private native void SetPoint2DisplayPosition_11(double id0[]);\r
-  public void SetPoint2DisplayPosition(double id0[])\r
-    { SetPoint2DisplayPosition_11(id0); }\r
-\r
-  private native void SetPoint3DisplayPosition_12(double id0[]);\r
-  public void SetPoint3DisplayPosition(double id0[])\r
-    { SetPoint3DisplayPosition_12(id0); }\r
-\r
-  private native void SetPoint4DisplayPosition_13(double id0[]);\r
-  public void SetPoint4DisplayPosition(double id0[])\r
-    { SetPoint4DisplayPosition_13(id0); }\r
-\r
-  private native void GetPoint1DisplayPosition_14(double id0[]);\r
-  public void GetPoint1DisplayPosition(double id0[])\r
-    { GetPoint1DisplayPosition_14(id0); }\r
-\r
-  private native void GetPoint2DisplayPosition_15(double id0[]);\r
-  public void GetPoint2DisplayPosition(double id0[])\r
-    { GetPoint2DisplayPosition_15(id0); }\r
-\r
-  private native void GetPoint3DisplayPosition_16(double id0[]);\r
-  public void GetPoint3DisplayPosition(double id0[])\r
-    { GetPoint3DisplayPosition_16(id0); }\r
-\r
-  private native void GetPoint4DisplayPosition_17(double id0[]);\r
-  public void GetPoint4DisplayPosition(double id0[])\r
-    { GetPoint4DisplayPosition_17(id0); }\r
-\r
-  private native long GetPoint1Representation_18();\r
-  public vtkHandleRepresentation GetPoint1Representation() {\r
-    long temp = GetPoint1Representation_18();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetPoint2Representation_19();\r
-  public vtkHandleRepresentation GetPoint2Representation() {\r
-    long temp = GetPoint2Representation_19();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetPoint3Representation_20();\r
-  public vtkHandleRepresentation GetPoint3Representation() {\r
-    long temp = GetPoint3Representation_20();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetPoint4Representation_21();\r
-  public vtkHandleRepresentation GetPoint4Representation() {\r
-    long temp = GetPoint4Representation_21();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLine1Visibility_22(int id0);\r
-  public void SetLine1Visibility(int id0)\r
-    { SetLine1Visibility_22(id0); }\r
-\r
-  private native int GetLine1Visibility_23();\r
-  public int GetLine1Visibility()\r
-    { return GetLine1Visibility_23(); }\r
-\r
-  private native void Line1VisibilityOn_24();\r
-  public void Line1VisibilityOn()\r
-    { Line1VisibilityOn_24(); }\r
-\r
-  private native void Line1VisibilityOff_25();\r
-  public void Line1VisibilityOff()\r
-    { Line1VisibilityOff_25(); }\r
-\r
-  private native void SetLine2Visibility_26(int id0);\r
-  public void SetLine2Visibility(int id0)\r
-    { SetLine2Visibility_26(id0); }\r
-\r
-  private native int GetLine2Visibility_27();\r
-  public int GetLine2Visibility()\r
-    { return GetLine2Visibility_27(); }\r
-\r
-  private native void Line2VisibilityOn_28();\r
-  public void Line2VisibilityOn()\r
-    { Line2VisibilityOn_28(); }\r
-\r
-  private native void Line2VisibilityOff_29();\r
-  public void Line2VisibilityOff()\r
-    { Line2VisibilityOff_29(); }\r
-\r
-  private native void SetHandleRepresentation_30(vtkHandleRepresentation id0);\r
-  public void SetHandleRepresentation(vtkHandleRepresentation id0)\r
-    { SetHandleRepresentation_30(id0); }\r
-\r
-  private native void InstantiateHandleRepresentation_31();\r
-  public void InstantiateHandleRepresentation()\r
-    { InstantiateHandleRepresentation_31(); }\r
-\r
-  private native void SetTolerance_32(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_32(id0); }\r
-\r
-  private native int GetToleranceMinValue_33();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_33(); }\r
-\r
-  private native int GetToleranceMaxValue_34();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_34(); }\r
-\r
-  private native int GetTolerance_35();\r
-  public int GetTolerance()\r
-    { return GetTolerance_35(); }\r
-\r
-  private native double GetLength1_36();\r
-  public double GetLength1()\r
-    { return GetLength1_36(); }\r
-\r
-  private native double GetLength2_37();\r
-  public double GetLength2()\r
-    { return GetLength2_37(); }\r
-\r
-  private native void SetLabelFormat_38(String id0);\r
-  public void SetLabelFormat(String id0)\r
-    { SetLabelFormat_38(id0); }\r
-\r
-  private native String GetLabelFormat_39();\r
-  public String GetLabelFormat()\r
-    { return GetLabelFormat_39(); }\r
-\r
-  private native void SetShowLabelAboveWidget_40(int id0);\r
-  public void SetShowLabelAboveWidget(int id0)\r
-    { SetShowLabelAboveWidget_40(id0); }\r
-\r
-  private native int GetShowLabelAboveWidget_41();\r
-  public int GetShowLabelAboveWidget()\r
-    { return GetShowLabelAboveWidget_41(); }\r
-\r
-  private native void ShowLabelAboveWidgetOn_42();\r
-  public void ShowLabelAboveWidgetOn()\r
-    { ShowLabelAboveWidgetOn_42(); }\r
-\r
-  private native void ShowLabelAboveWidgetOff_43();\r
-  public void ShowLabelAboveWidgetOff()\r
-    { ShowLabelAboveWidgetOff_43(); }\r
-\r
-  private native void SetID_44(int id0);\r
-  public void SetID(int id0)\r
-    { SetID_44(id0); }\r
-\r
-  private native int GetID_45();\r
-  public int GetID()\r
-    { return GetID_45(); }\r
-\r
-  private native String GetLabelText_46();\r
-  public String GetLabelText()\r
-    { return GetLabelText_46(); }\r
-\r
-  private native void GetLabelPosition_47(double id0[]);\r
-  public void GetLabelPosition(double id0[])\r
-    { GetLabelPosition_47(id0); }\r
-\r
-  private native void GetWorldLabelPosition_48(double id0[]);\r
-  public void GetWorldLabelPosition(double id0[])\r
-    { GetWorldLabelPosition_48(id0); }\r
-\r
-  private native void StartWidgetDefinition_49(double id0[]);\r
-  public void StartWidgetDefinition(double id0[])\r
-    { StartWidgetDefinition_49(id0); }\r
-\r
-  private native void Point2WidgetInteraction_50(double id0[]);\r
-  public void Point2WidgetInteraction(double id0[])\r
-    { Point2WidgetInteraction_50(id0); }\r
-\r
-  private native void Point3WidgetInteraction_51(double id0[]);\r
-  public void Point3WidgetInteraction(double id0[])\r
-    { Point3WidgetInteraction_51(id0); }\r
-\r
-  private native void StartWidgetManipulation_52(double id0[]);\r
-  public void StartWidgetManipulation(double id0[])\r
-    { StartWidgetManipulation_52(id0); }\r
-\r
-  public vtkBiDimensionalRepresentation() { super(); }\r
-\r
-  public vtkBiDimensionalRepresentation(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkBiDimensionalRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkBiDimensionalRepresentation extends vtkWidgetRepresentation
+{
+
+  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 SetPoint1WorldPosition_2(double id0[]);
+  public void SetPoint1WorldPosition(double id0[])
+    { SetPoint1WorldPosition_2(id0); }
+
+  private native void SetPoint2WorldPosition_3(double id0[]);
+  public void SetPoint2WorldPosition(double id0[])
+    { SetPoint2WorldPosition_3(id0); }
+
+  private native void SetPoint3WorldPosition_4(double id0[]);
+  public void SetPoint3WorldPosition(double id0[])
+    { SetPoint3WorldPosition_4(id0); }
+
+  private native void SetPoint4WorldPosition_5(double id0[]);
+  public void SetPoint4WorldPosition(double id0[])
+    { SetPoint4WorldPosition_5(id0); }
+
+  private native void GetPoint1WorldPosition_6(double id0[]);
+  public void GetPoint1WorldPosition(double id0[])
+    { GetPoint1WorldPosition_6(id0); }
+
+  private native void GetPoint2WorldPosition_7(double id0[]);
+  public void GetPoint2WorldPosition(double id0[])
+    { GetPoint2WorldPosition_7(id0); }
+
+  private native void GetPoint3WorldPosition_8(double id0[]);
+  public void GetPoint3WorldPosition(double id0[])
+    { GetPoint3WorldPosition_8(id0); }
+
+  private native void GetPoint4WorldPosition_9(double id0[]);
+  public void GetPoint4WorldPosition(double id0[])
+    { GetPoint4WorldPosition_9(id0); }
+
+  private native void SetPoint1DisplayPosition_10(double id0[]);
+  public void SetPoint1DisplayPosition(double id0[])
+    { SetPoint1DisplayPosition_10(id0); }
+
+  private native void SetPoint2DisplayPosition_11(double id0[]);
+  public void SetPoint2DisplayPosition(double id0[])
+    { SetPoint2DisplayPosition_11(id0); }
+
+  private native void SetPoint3DisplayPosition_12(double id0[]);
+  public void SetPoint3DisplayPosition(double id0[])
+    { SetPoint3DisplayPosition_12(id0); }
+
+  private native void SetPoint4DisplayPosition_13(double id0[]);
+  public void SetPoint4DisplayPosition(double id0[])
+    { SetPoint4DisplayPosition_13(id0); }
+
+  private native void GetPoint1DisplayPosition_14(double id0[]);
+  public void GetPoint1DisplayPosition(double id0[])
+    { GetPoint1DisplayPosition_14(id0); }
+
+  private native void GetPoint2DisplayPosition_15(double id0[]);
+  public void GetPoint2DisplayPosition(double id0[])
+    { GetPoint2DisplayPosition_15(id0); }
+
+  private native void GetPoint3DisplayPosition_16(double id0[]);
+  public void GetPoint3DisplayPosition(double id0[])
+    { GetPoint3DisplayPosition_16(id0); }
+
+  private native void GetPoint4DisplayPosition_17(double id0[]);
+  public void GetPoint4DisplayPosition(double id0[])
+    { GetPoint4DisplayPosition_17(id0); }
+
+  private native long GetPoint1Representation_18();
+  public vtkHandleRepresentation GetPoint1Representation() {
+    long temp = GetPoint1Representation_18();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetPoint2Representation_19();
+  public vtkHandleRepresentation GetPoint2Representation() {
+    long temp = GetPoint2Representation_19();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetPoint3Representation_20();
+  public vtkHandleRepresentation GetPoint3Representation() {
+    long temp = GetPoint3Representation_20();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetPoint4Representation_21();
+  public vtkHandleRepresentation GetPoint4Representation() {
+    long temp = GetPoint4Representation_21();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLine1Visibility_22(int id0);
+  public void SetLine1Visibility(int id0)
+    { SetLine1Visibility_22(id0); }
+
+  private native int GetLine1Visibility_23();
+  public int GetLine1Visibility()
+    { return GetLine1Visibility_23(); }
+
+  private native void Line1VisibilityOn_24();
+  public void Line1VisibilityOn()
+    { Line1VisibilityOn_24(); }
+
+  private native void Line1VisibilityOff_25();
+  public void Line1VisibilityOff()
+    { Line1VisibilityOff_25(); }
+
+  private native void SetLine2Visibility_26(int id0);
+  public void SetLine2Visibility(int id0)
+    { SetLine2Visibility_26(id0); }
+
+  private native int GetLine2Visibility_27();
+  public int GetLine2Visibility()
+    { return GetLine2Visibility_27(); }
+
+  private native void Line2VisibilityOn_28();
+  public void Line2VisibilityOn()
+    { Line2VisibilityOn_28(); }
+
+  private native void Line2VisibilityOff_29();
+  public void Line2VisibilityOff()
+    { Line2VisibilityOff_29(); }
+
+  private native void SetHandleRepresentation_30(vtkHandleRepresentation id0);
+  public void SetHandleRepresentation(vtkHandleRepresentation id0)
+    { SetHandleRepresentation_30(id0); }
+
+  private native void InstantiateHandleRepresentation_31();
+  public void InstantiateHandleRepresentation()
+    { InstantiateHandleRepresentation_31(); }
+
+  private native void SetTolerance_32(int id0);
+  public void SetTolerance(int id0)
+    { SetTolerance_32(id0); }
+
+  private native int GetToleranceMinValue_33();
+  public int GetToleranceMinValue()
+    { return GetToleranceMinValue_33(); }
+
+  private native int GetToleranceMaxValue_34();
+  public int GetToleranceMaxValue()
+    { return GetToleranceMaxValue_34(); }
+
+  private native int GetTolerance_35();
+  public int GetTolerance()
+    { return GetTolerance_35(); }
+
+  private native double GetLength1_36();
+  public double GetLength1()
+    { return GetLength1_36(); }
+
+  private native double GetLength2_37();
+  public double GetLength2()
+    { return GetLength2_37(); }
+
+  private native void SetLabelFormat_38(String id0);
+  public void SetLabelFormat(String id0)
+    { SetLabelFormat_38(id0); }
+
+  private native String GetLabelFormat_39();
+  public String GetLabelFormat()
+    { return GetLabelFormat_39(); }
+
+  private native void SetShowLabelAboveWidget_40(int id0);
+  public void SetShowLabelAboveWidget(int id0)
+    { SetShowLabelAboveWidget_40(id0); }
+
+  private native int GetShowLabelAboveWidget_41();
+  public int GetShowLabelAboveWidget()
+    { return GetShowLabelAboveWidget_41(); }
+
+  private native void ShowLabelAboveWidgetOn_42();
+  public void ShowLabelAboveWidgetOn()
+    { ShowLabelAboveWidgetOn_42(); }
+
+  private native void ShowLabelAboveWidgetOff_43();
+  public void ShowLabelAboveWidgetOff()
+    { ShowLabelAboveWidgetOff_43(); }
+
+  private native void SetID_44(int id0);
+  public void SetID(int id0)
+    { SetID_44(id0); }
+
+  private native int GetID_45();
+  public int GetID()
+    { return GetID_45(); }
+
+  private native String GetLabelText_46();
+  public String GetLabelText()
+    { return GetLabelText_46(); }
+
+  private native void GetLabelPosition_47(double id0[]);
+  public void GetLabelPosition(double id0[])
+    { GetLabelPosition_47(id0); }
+
+  private native void GetWorldLabelPosition_48(double id0[]);
+  public void GetWorldLabelPosition(double id0[])
+    { GetWorldLabelPosition_48(id0); }
+
+  private native void StartWidgetDefinition_49(double id0[]);
+  public void StartWidgetDefinition(double id0[])
+    { StartWidgetDefinition_49(id0); }
+
+  private native void Point2WidgetInteraction_50(double id0[]);
+  public void Point2WidgetInteraction(double id0[])
+    { Point2WidgetInteraction_50(id0); }
+
+  private native void Point3WidgetInteraction_51(double id0[]);
+  public void Point3WidgetInteraction(double id0[])
+    { Point3WidgetInteraction_51(id0); }
+
+  private native void StartWidgetManipulation_52(double id0[]);
+  public void StartWidgetManipulation(double id0[])
+    { StartWidgetManipulation_52(id0); }
+
+  public vtkBiDimensionalRepresentation() { super(); }
+
+  public vtkBiDimensionalRepresentation(long id) { super(id); }
+
+}