]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkParallelopipedRepresentation.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkParallelopipedRepresentation.java
index f4748ccec092e48099d899e4ef77072d4663f687..6f0554890b73d7ba9865709fb518586491b916a3 100644 (file)
-// java wrapper for vtkParallelopipedRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkParallelopipedRepresentation 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 GetActors_2(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_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 SetInteractionState_4(int id0);\r
-  public void SetInteractionState(int id0)\r
-    { SetInteractionState_4(id0); }\r
-\r
-  private native void GetBoundingPlanes_5(vtkPlaneCollection id0);\r
-  public void GetBoundingPlanes(vtkPlaneCollection id0)\r
-    { GetBoundingPlanes_5(id0); }\r
-\r
-  private native void GetPolyData_6(vtkPolyData id0);\r
-  public void GetPolyData(vtkPolyData id0)\r
-    { GetPolyData_6(id0); }\r
-\r
-  private native double[] GetBounds_7();\r
-  public double[] GetBounds()\r
-    { return GetBounds_7(); }\r
-\r
-  private native void SetHandleProperty_8(vtkProperty id0);\r
-  public void SetHandleProperty(vtkProperty id0)\r
-    { SetHandleProperty_8(id0); }\r
-\r
-  private native void SetHoveredHandleProperty_9(vtkProperty id0);\r
-  public void SetHoveredHandleProperty(vtkProperty id0)\r
-    { SetHoveredHandleProperty_9(id0); }\r
-\r
-  private native void SetSelectedHandleProperty_10(vtkProperty id0);\r
-  public void SetSelectedHandleProperty(vtkProperty id0)\r
-    { SetSelectedHandleProperty_10(id0); }\r
-\r
-  private native long GetHandleProperty_11();\r
-  public vtkProperty GetHandleProperty() {\r
-    long temp = GetHandleProperty_11();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetHoveredHandleProperty_12();\r
-  public vtkProperty GetHoveredHandleProperty() {\r
-    long temp = GetHoveredHandleProperty_12();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedHandleProperty_13();\r
-  public vtkProperty GetSelectedHandleProperty() {\r
-    long temp = GetSelectedHandleProperty_13();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetHandleRepresentation_14(vtkHandleRepresentation id0);\r
-  public void SetHandleRepresentation(vtkHandleRepresentation id0)\r
-    { SetHandleRepresentation_14(id0); }\r
-\r
-  private native long GetHandleRepresentation_15(int id0);\r
-  public vtkHandleRepresentation GetHandleRepresentation(int id0) {\r
-    long temp = GetHandleRepresentation_15(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void HandlesOn_16();\r
-  public void HandlesOn()\r
-    { HandlesOn_16(); }\r
-\r
-  private native void HandlesOff_17();\r
-  public void HandlesOff()\r
-    { HandlesOff_17(); }\r
-\r
-  private native long GetFaceProperty_18();\r
-  public vtkProperty GetFaceProperty() {\r
-    long temp = GetFaceProperty_18();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedFaceProperty_19();\r
-  public vtkProperty GetSelectedFaceProperty() {\r
-    long temp = GetSelectedFaceProperty_19();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetOutlineProperty_20();\r
-  public vtkProperty GetOutlineProperty() {\r
-    long temp = GetOutlineProperty_20();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedOutlineProperty_21();\r
-  public vtkProperty GetSelectedOutlineProperty() {\r
-    long temp = GetSelectedOutlineProperty_21();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void BuildRepresentation_22();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_22(); }\r
-\r
-  private native void ReleaseGraphicsResources_23(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_23(id0); }\r
-\r
-  private native int RenderOverlay_24(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_24(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_25(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_25(id0); }\r
-\r
-  private native int ComputeInteractionState_26(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_26(id0,id1,id2); }\r
-\r
-  private native void Translate_27(double id0[]);\r
-  public void Translate(double id0[])\r
-    { Translate_27(id0); }\r
-\r
-  private native void Translate_28(int id0,int id1);\r
-  public void Translate(int id0,int id1)\r
-    { Translate_28(id0,id1); }\r
-\r
-  private native void Scale_29(int id0,int id1);\r
-  public void Scale(int id0,int id1)\r
-    { Scale_29(id0,id1); }\r
-\r
-  private native void PositionHandles_30();\r
-  public void PositionHandles()\r
-    { PositionHandles_30(); }\r
-\r
-  private native void SetMinimumThickness_31(double id0);\r
-  public void SetMinimumThickness(double id0)\r
-    { SetMinimumThickness_31(id0); }\r
-\r
-  private native double GetMinimumThickness_32();\r
-  public double GetMinimumThickness()\r
-    { return GetMinimumThickness_32(); }\r
-\r
-  public vtkParallelopipedRepresentation() { super(); }\r
-\r
-  public vtkParallelopipedRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkParallelopipedRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkParallelopipedRepresentation 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 GetActors_2(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_2(id0); }
+
+  private native void PlaceWidget_3(double id0[]);
+  public void PlaceWidget(double id0[])
+    { PlaceWidget_3(id0); }
+
+  private native void SetInteractionState_4(int id0);
+  public void SetInteractionState(int id0)
+    { SetInteractionState_4(id0); }
+
+  private native void GetBoundingPlanes_5(vtkPlaneCollection id0);
+  public void GetBoundingPlanes(vtkPlaneCollection id0)
+    { GetBoundingPlanes_5(id0); }
+
+  private native void GetPolyData_6(vtkPolyData id0);
+  public void GetPolyData(vtkPolyData id0)
+    { GetPolyData_6(id0); }
+
+  private native double[] GetBounds_7();
+  public double[] GetBounds()
+    { return GetBounds_7(); }
+
+  private native void SetHandleProperty_8(vtkProperty id0);
+  public void SetHandleProperty(vtkProperty id0)
+    { SetHandleProperty_8(id0); }
+
+  private native void SetHoveredHandleProperty_9(vtkProperty id0);
+  public void SetHoveredHandleProperty(vtkProperty id0)
+    { SetHoveredHandleProperty_9(id0); }
+
+  private native void SetSelectedHandleProperty_10(vtkProperty id0);
+  public void SetSelectedHandleProperty(vtkProperty id0)
+    { SetSelectedHandleProperty_10(id0); }
+
+  private native long GetHandleProperty_11();
+  public vtkProperty GetHandleProperty() {
+    long temp = GetHandleProperty_11();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetHoveredHandleProperty_12();
+  public vtkProperty GetHoveredHandleProperty() {
+    long temp = GetHoveredHandleProperty_12();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedHandleProperty_13();
+  public vtkProperty GetSelectedHandleProperty() {
+    long temp = GetSelectedHandleProperty_13();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetHandleRepresentation_14(vtkHandleRepresentation id0);
+  public void SetHandleRepresentation(vtkHandleRepresentation id0)
+    { SetHandleRepresentation_14(id0); }
+
+  private native long GetHandleRepresentation_15(int id0);
+  public vtkHandleRepresentation GetHandleRepresentation(int id0) {
+    long temp = GetHandleRepresentation_15(id0);
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void HandlesOn_16();
+  public void HandlesOn()
+    { HandlesOn_16(); }
+
+  private native void HandlesOff_17();
+  public void HandlesOff()
+    { HandlesOff_17(); }
+
+  private native long GetFaceProperty_18();
+  public vtkProperty GetFaceProperty() {
+    long temp = GetFaceProperty_18();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedFaceProperty_19();
+  public vtkProperty GetSelectedFaceProperty() {
+    long temp = GetSelectedFaceProperty_19();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetOutlineProperty_20();
+  public vtkProperty GetOutlineProperty() {
+    long temp = GetOutlineProperty_20();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedOutlineProperty_21();
+  public vtkProperty GetSelectedOutlineProperty() {
+    long temp = GetSelectedOutlineProperty_21();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void BuildRepresentation_22();
+  public void BuildRepresentation()
+    { BuildRepresentation_22(); }
+
+  private native void ReleaseGraphicsResources_23(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_23(id0); }
+
+  private native int RenderOverlay_24(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_24(id0); }
+
+  private native int RenderOpaqueGeometry_25(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_25(id0); }
+
+  private native int ComputeInteractionState_26(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_26(id0,id1,id2); }
+
+  private native void Translate_27(double id0[]);
+  public void Translate(double id0[])
+    { Translate_27(id0); }
+
+  private native void Translate_28(int id0,int id1);
+  public void Translate(int id0,int id1)
+    { Translate_28(id0,id1); }
+
+  private native void Scale_29(int id0,int id1);
+  public void Scale(int id0,int id1)
+    { Scale_29(id0,id1); }
+
+  private native void PositionHandles_30();
+  public void PositionHandles()
+    { PositionHandles_30(); }
+
+  private native void SetMinimumThickness_31(double id0);
+  public void SetMinimumThickness(double id0)
+    { SetMinimumThickness_31(id0); }
+
+  private native double GetMinimumThickness_32();
+  public double GetMinimumThickness()
+    { return GetMinimumThickness_32(); }
+
+  public vtkParallelopipedRepresentation() { super(); }
+
+  public vtkParallelopipedRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}