]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAngleRepresentation.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkAngleRepresentation.java
index 9fe41e29d5add6a1e30b24cbc4591fe74f6443f2..45981cb71ecfd54e19c6a0fe67647d5628e95ad4 100644 (file)
-// java wrapper for vtkAngleRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAngleRepresentation 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 double GetAngle_2();\r
-  public double GetAngle()\r
-    { return GetAngle_2(); }\r
-\r
-  private native void GetPoint1WorldPosition_3(double id0[]);\r
-  public void GetPoint1WorldPosition(double id0[])\r
-    { GetPoint1WorldPosition_3(id0); }\r
-\r
-  private native void GetCenterWorldPosition_4(double id0[]);\r
-  public void GetCenterWorldPosition(double id0[])\r
-    { GetCenterWorldPosition_4(id0); }\r
-\r
-  private native void GetPoint2WorldPosition_5(double id0[]);\r
-  public void GetPoint2WorldPosition(double id0[])\r
-    { GetPoint2WorldPosition_5(id0); }\r
-\r
-  private native void SetPoint1DisplayPosition_6(double id0[]);\r
-  public void SetPoint1DisplayPosition(double id0[])\r
-    { SetPoint1DisplayPosition_6(id0); }\r
-\r
-  private native void SetCenterDisplayPosition_7(double id0[]);\r
-  public void SetCenterDisplayPosition(double id0[])\r
-    { SetCenterDisplayPosition_7(id0); }\r
-\r
-  private native void SetPoint2DisplayPosition_8(double id0[]);\r
-  public void SetPoint2DisplayPosition(double id0[])\r
-    { SetPoint2DisplayPosition_8(id0); }\r
-\r
-  private native void GetPoint1DisplayPosition_9(double id0[]);\r
-  public void GetPoint1DisplayPosition(double id0[])\r
-    { GetPoint1DisplayPosition_9(id0); }\r
-\r
-  private native void GetCenterDisplayPosition_10(double id0[]);\r
-  public void GetCenterDisplayPosition(double id0[])\r
-    { GetCenterDisplayPosition_10(id0); }\r
-\r
-  private native void GetPoint2DisplayPosition_11(double id0[]);\r
-  public void GetPoint2DisplayPosition(double id0[])\r
-    { GetPoint2DisplayPosition_11(id0); }\r
-\r
-  private native void SetHandleRepresentation_12(vtkHandleRepresentation id0);\r
-  public void SetHandleRepresentation(vtkHandleRepresentation id0)\r
-    { SetHandleRepresentation_12(id0); }\r
-\r
-  private native void InstantiateHandleRepresentation_13();\r
-  public void InstantiateHandleRepresentation()\r
-    { InstantiateHandleRepresentation_13(); }\r
-\r
-  private native long GetPoint1Representation_14();\r
-  public vtkHandleRepresentation GetPoint1Representation() {\r
-    long temp = GetPoint1Representation_14();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetCenterRepresentation_15();\r
-  public vtkHandleRepresentation GetCenterRepresentation() {\r
-    long temp = GetCenterRepresentation_15();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetPoint2Representation_16();\r
-  public vtkHandleRepresentation GetPoint2Representation() {\r
-    long temp = GetPoint2Representation_16();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTolerance_17(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_17(id0); }\r
-\r
-  private native int GetToleranceMinValue_18();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_18(); }\r
-\r
-  private native int GetToleranceMaxValue_19();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_19(); }\r
-\r
-  private native int GetTolerance_20();\r
-  public int GetTolerance()\r
-    { return GetTolerance_20(); }\r
-\r
-  private native void SetLabelFormat_21(String id0);\r
-  public void SetLabelFormat(String id0)\r
-    { SetLabelFormat_21(id0); }\r
-\r
-  private native String GetLabelFormat_22();\r
-  public String GetLabelFormat()\r
-    { return GetLabelFormat_22(); }\r
-\r
-  private native void SetRay1Visibility_23(int id0);\r
-  public void SetRay1Visibility(int id0)\r
-    { SetRay1Visibility_23(id0); }\r
-\r
-  private native int GetRay1Visibility_24();\r
-  public int GetRay1Visibility()\r
-    { return GetRay1Visibility_24(); }\r
-\r
-  private native void Ray1VisibilityOn_25();\r
-  public void Ray1VisibilityOn()\r
-    { Ray1VisibilityOn_25(); }\r
-\r
-  private native void Ray1VisibilityOff_26();\r
-  public void Ray1VisibilityOff()\r
-    { Ray1VisibilityOff_26(); }\r
-\r
-  private native void SetRay2Visibility_27(int id0);\r
-  public void SetRay2Visibility(int id0)\r
-    { SetRay2Visibility_27(id0); }\r
-\r
-  private native int GetRay2Visibility_28();\r
-  public int GetRay2Visibility()\r
-    { return GetRay2Visibility_28(); }\r
-\r
-  private native void Ray2VisibilityOn_29();\r
-  public void Ray2VisibilityOn()\r
-    { Ray2VisibilityOn_29(); }\r
-\r
-  private native void Ray2VisibilityOff_30();\r
-  public void Ray2VisibilityOff()\r
-    { Ray2VisibilityOff_30(); }\r
-\r
-  private native void SetArcVisibility_31(int id0);\r
-  public void SetArcVisibility(int id0)\r
-    { SetArcVisibility_31(id0); }\r
-\r
-  private native int GetArcVisibility_32();\r
-  public int GetArcVisibility()\r
-    { return GetArcVisibility_32(); }\r
-\r
-  private native void ArcVisibilityOn_33();\r
-  public void ArcVisibilityOn()\r
-    { ArcVisibilityOn_33(); }\r
-\r
-  private native void ArcVisibilityOff_34();\r
-  public void ArcVisibilityOff()\r
-    { ArcVisibilityOff_34(); }\r
-\r
-  private native void BuildRepresentation_35();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_35(); }\r
-\r
-  private native int ComputeInteractionState_36(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_36(id0,id1,id2); }\r
-\r
-  private native void StartWidgetInteraction_37(double id0[]);\r
-  public void StartWidgetInteraction(double id0[])\r
-    { StartWidgetInteraction_37(id0); }\r
-\r
-  private native void CenterWidgetInteraction_38(double id0[]);\r
-  public void CenterWidgetInteraction(double id0[])\r
-    { CenterWidgetInteraction_38(id0); }\r
-\r
-  private native void WidgetInteraction_39(double id0[]);\r
-  public void WidgetInteraction(double id0[])\r
-    { WidgetInteraction_39(id0); }\r
-\r
-  public vtkAngleRepresentation() { super(); }\r
-\r
-  public vtkAngleRepresentation(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkAngleRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAngleRepresentation 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 double GetAngle_2();
+  public double GetAngle()
+    { return GetAngle_2(); }
+
+  private native void GetPoint1WorldPosition_3(double id0[]);
+  public void GetPoint1WorldPosition(double id0[])
+    { GetPoint1WorldPosition_3(id0); }
+
+  private native void GetCenterWorldPosition_4(double id0[]);
+  public void GetCenterWorldPosition(double id0[])
+    { GetCenterWorldPosition_4(id0); }
+
+  private native void GetPoint2WorldPosition_5(double id0[]);
+  public void GetPoint2WorldPosition(double id0[])
+    { GetPoint2WorldPosition_5(id0); }
+
+  private native void SetPoint1DisplayPosition_6(double id0[]);
+  public void SetPoint1DisplayPosition(double id0[])
+    { SetPoint1DisplayPosition_6(id0); }
+
+  private native void SetCenterDisplayPosition_7(double id0[]);
+  public void SetCenterDisplayPosition(double id0[])
+    { SetCenterDisplayPosition_7(id0); }
+
+  private native void SetPoint2DisplayPosition_8(double id0[]);
+  public void SetPoint2DisplayPosition(double id0[])
+    { SetPoint2DisplayPosition_8(id0); }
+
+  private native void GetPoint1DisplayPosition_9(double id0[]);
+  public void GetPoint1DisplayPosition(double id0[])
+    { GetPoint1DisplayPosition_9(id0); }
+
+  private native void GetCenterDisplayPosition_10(double id0[]);
+  public void GetCenterDisplayPosition(double id0[])
+    { GetCenterDisplayPosition_10(id0); }
+
+  private native void GetPoint2DisplayPosition_11(double id0[]);
+  public void GetPoint2DisplayPosition(double id0[])
+    { GetPoint2DisplayPosition_11(id0); }
+
+  private native void SetHandleRepresentation_12(vtkHandleRepresentation id0);
+  public void SetHandleRepresentation(vtkHandleRepresentation id0)
+    { SetHandleRepresentation_12(id0); }
+
+  private native void InstantiateHandleRepresentation_13();
+  public void InstantiateHandleRepresentation()
+    { InstantiateHandleRepresentation_13(); }
+
+  private native long GetPoint1Representation_14();
+  public vtkHandleRepresentation GetPoint1Representation() {
+    long temp = GetPoint1Representation_14();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetCenterRepresentation_15();
+  public vtkHandleRepresentation GetCenterRepresentation() {
+    long temp = GetCenterRepresentation_15();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetPoint2Representation_16();
+  public vtkHandleRepresentation GetPoint2Representation() {
+    long temp = GetPoint2Representation_16();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTolerance_17(int id0);
+  public void SetTolerance(int id0)
+    { SetTolerance_17(id0); }
+
+  private native int GetToleranceMinValue_18();
+  public int GetToleranceMinValue()
+    { return GetToleranceMinValue_18(); }
+
+  private native int GetToleranceMaxValue_19();
+  public int GetToleranceMaxValue()
+    { return GetToleranceMaxValue_19(); }
+
+  private native int GetTolerance_20();
+  public int GetTolerance()
+    { return GetTolerance_20(); }
+
+  private native void SetLabelFormat_21(String id0);
+  public void SetLabelFormat(String id0)
+    { SetLabelFormat_21(id0); }
+
+  private native String GetLabelFormat_22();
+  public String GetLabelFormat()
+    { return GetLabelFormat_22(); }
+
+  private native void SetRay1Visibility_23(int id0);
+  public void SetRay1Visibility(int id0)
+    { SetRay1Visibility_23(id0); }
+
+  private native int GetRay1Visibility_24();
+  public int GetRay1Visibility()
+    { return GetRay1Visibility_24(); }
+
+  private native void Ray1VisibilityOn_25();
+  public void Ray1VisibilityOn()
+    { Ray1VisibilityOn_25(); }
+
+  private native void Ray1VisibilityOff_26();
+  public void Ray1VisibilityOff()
+    { Ray1VisibilityOff_26(); }
+
+  private native void SetRay2Visibility_27(int id0);
+  public void SetRay2Visibility(int id0)
+    { SetRay2Visibility_27(id0); }
+
+  private native int GetRay2Visibility_28();
+  public int GetRay2Visibility()
+    { return GetRay2Visibility_28(); }
+
+  private native void Ray2VisibilityOn_29();
+  public void Ray2VisibilityOn()
+    { Ray2VisibilityOn_29(); }
+
+  private native void Ray2VisibilityOff_30();
+  public void Ray2VisibilityOff()
+    { Ray2VisibilityOff_30(); }
+
+  private native void SetArcVisibility_31(int id0);
+  public void SetArcVisibility(int id0)
+    { SetArcVisibility_31(id0); }
+
+  private native int GetArcVisibility_32();
+  public int GetArcVisibility()
+    { return GetArcVisibility_32(); }
+
+  private native void ArcVisibilityOn_33();
+  public void ArcVisibilityOn()
+    { ArcVisibilityOn_33(); }
+
+  private native void ArcVisibilityOff_34();
+  public void ArcVisibilityOff()
+    { ArcVisibilityOff_34(); }
+
+  private native void BuildRepresentation_35();
+  public void BuildRepresentation()
+    { BuildRepresentation_35(); }
+
+  private native int ComputeInteractionState_36(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_36(id0,id1,id2); }
+
+  private native void StartWidgetInteraction_37(double id0[]);
+  public void StartWidgetInteraction(double id0[])
+    { StartWidgetInteraction_37(id0); }
+
+  private native void CenterWidgetInteraction_38(double id0[]);
+  public void CenterWidgetInteraction(double id0[])
+    { CenterWidgetInteraction_38(id0); }
+
+  private native void WidgetInteraction_39(double id0[]);
+  public void WidgetInteraction(double id0[])
+    { WidgetInteraction_39(id0); }
+
+  public vtkAngleRepresentation() { super(); }
+
+  public vtkAngleRepresentation(long id) { super(id); }
+
+}