]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSliderRepresentation3D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSliderRepresentation3D.java
index fab8f00ee49ac720987dcb75af2a4138d9273204..80bc0b4efef8f3bd2659e05da609aec943eef990 100644 (file)
-// java wrapper for vtkSliderRepresentation3D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSliderRepresentation3D extends vtkSliderRepresentation\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 long GetPoint1Coordinate_2();\r
-  public vtkCoordinate GetPoint1Coordinate() {\r
-    long temp = GetPoint1Coordinate_2();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPoint1InWorldCoordinates_3(double id0,double id1,double id2);\r
-  public void SetPoint1InWorldCoordinates(double id0,double id1,double id2)\r
-    { SetPoint1InWorldCoordinates_3(id0,id1,id2); }\r
-\r
-  private native long GetPoint2Coordinate_4();\r
-  public vtkCoordinate GetPoint2Coordinate() {\r
-    long temp = GetPoint2Coordinate_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPoint2InWorldCoordinates_5(double id0,double id1,double id2);\r
-  public void SetPoint2InWorldCoordinates(double id0,double id1,double id2)\r
-    { SetPoint2InWorldCoordinates_5(id0,id1,id2); }\r
-\r
-  private native void SetTitleText_6(String id0);\r
-  public void SetTitleText(String id0)\r
-    { SetTitleText_6(id0); }\r
-\r
-  private native String GetTitleText_7();\r
-  public String GetTitleText()\r
-    { return GetTitleText_7(); }\r
-\r
-  private native void SetSliderShape_8(int id0);\r
-  public void SetSliderShape(int id0)\r
-    { SetSliderShape_8(id0); }\r
-\r
-  private native int GetSliderShapeMinValue_9();\r
-  public int GetSliderShapeMinValue()\r
-    { return GetSliderShapeMinValue_9(); }\r
-\r
-  private native int GetSliderShapeMaxValue_10();\r
-  public int GetSliderShapeMaxValue()\r
-    { return GetSliderShapeMaxValue_10(); }\r
-\r
-  private native int GetSliderShape_11();\r
-  public int GetSliderShape()\r
-    { return GetSliderShape_11(); }\r
-\r
-  private native void SetSliderShapeToSphere_12();\r
-  public void SetSliderShapeToSphere()\r
-    { SetSliderShapeToSphere_12(); }\r
-\r
-  private native void SetSliderShapeToCylinder_13();\r
-  public void SetSliderShapeToCylinder()\r
-    { SetSliderShapeToCylinder_13(); }\r
-\r
-  private native void SetRotation_14(double id0);\r
-  public void SetRotation(double id0)\r
-    { SetRotation_14(id0); }\r
-\r
-  private native double GetRotation_15();\r
-  public double GetRotation()\r
-    { return GetRotation_15(); }\r
-\r
-  private native long GetSliderProperty_16();\r
-  public vtkProperty GetSliderProperty() {\r
-    long temp = GetSliderProperty_16();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetTubeProperty_17();\r
-  public vtkProperty GetTubeProperty() {\r
-    long temp = GetTubeProperty_17();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetCapProperty_18();\r
-  public vtkProperty GetCapProperty() {\r
-    long temp = GetCapProperty_18();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedProperty_19();\r
-  public vtkProperty GetSelectedProperty() {\r
-    long temp = GetSelectedProperty_19();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void PlaceWidget_20(double id0[]);\r
-  public void PlaceWidget(double id0[])\r
-    { PlaceWidget_20(id0); }\r
-\r
-  private native void BuildRepresentation_21();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_21(); }\r
-\r
-  private native void StartWidgetInteraction_22(double id0[]);\r
-  public void StartWidgetInteraction(double id0[])\r
-    { StartWidgetInteraction_22(id0); }\r
-\r
-  private native void WidgetInteraction_23(double id0[]);\r
-  public void WidgetInteraction(double id0[])\r
-    { WidgetInteraction_23(id0); }\r
-\r
-  private native void Highlight_24(int id0);\r
-  public void Highlight(int id0)\r
-    { Highlight_24(id0); }\r
-\r
-  private native double[] GetBounds_25();\r
-  public double[] GetBounds()\r
-    { return GetBounds_25(); }\r
-\r
-  private native void GetActors_26(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_26(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_27(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_27(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_28(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_28(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_29(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_29(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_30();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_30(); }\r
-\r
-  private native int GetMTime_31();\r
-  public int GetMTime()\r
-    { return GetMTime_31(); }\r
-\r
-  public vtkSliderRepresentation3D() { super(); }\r
-\r
-  public vtkSliderRepresentation3D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkSliderRepresentation3D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSliderRepresentation3D extends vtkSliderRepresentation
+{
+
+  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 long GetPoint1Coordinate_2();
+  public vtkCoordinate GetPoint1Coordinate() {
+    long temp = GetPoint1Coordinate_2();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetPoint1InWorldCoordinates_3(double id0,double id1,double id2);
+  public void SetPoint1InWorldCoordinates(double id0,double id1,double id2)
+    { SetPoint1InWorldCoordinates_3(id0,id1,id2); }
+
+  private native long GetPoint2Coordinate_4();
+  public vtkCoordinate GetPoint2Coordinate() {
+    long temp = GetPoint2Coordinate_4();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetPoint2InWorldCoordinates_5(double id0,double id1,double id2);
+  public void SetPoint2InWorldCoordinates(double id0,double id1,double id2)
+    { SetPoint2InWorldCoordinates_5(id0,id1,id2); }
+
+  private native void SetTitleText_6(String id0);
+  public void SetTitleText(String id0)
+    { SetTitleText_6(id0); }
+
+  private native String GetTitleText_7();
+  public String GetTitleText()
+    { return GetTitleText_7(); }
+
+  private native void SetSliderShape_8(int id0);
+  public void SetSliderShape(int id0)
+    { SetSliderShape_8(id0); }
+
+  private native int GetSliderShapeMinValue_9();
+  public int GetSliderShapeMinValue()
+    { return GetSliderShapeMinValue_9(); }
+
+  private native int GetSliderShapeMaxValue_10();
+  public int GetSliderShapeMaxValue()
+    { return GetSliderShapeMaxValue_10(); }
+
+  private native int GetSliderShape_11();
+  public int GetSliderShape()
+    { return GetSliderShape_11(); }
+
+  private native void SetSliderShapeToSphere_12();
+  public void SetSliderShapeToSphere()
+    { SetSliderShapeToSphere_12(); }
+
+  private native void SetSliderShapeToCylinder_13();
+  public void SetSliderShapeToCylinder()
+    { SetSliderShapeToCylinder_13(); }
+
+  private native void SetRotation_14(double id0);
+  public void SetRotation(double id0)
+    { SetRotation_14(id0); }
+
+  private native double GetRotation_15();
+  public double GetRotation()
+    { return GetRotation_15(); }
+
+  private native long GetSliderProperty_16();
+  public vtkProperty GetSliderProperty() {
+    long temp = GetSliderProperty_16();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetTubeProperty_17();
+  public vtkProperty GetTubeProperty() {
+    long temp = GetTubeProperty_17();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetCapProperty_18();
+  public vtkProperty GetCapProperty() {
+    long temp = GetCapProperty_18();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedProperty_19();
+  public vtkProperty GetSelectedProperty() {
+    long temp = GetSelectedProperty_19();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void PlaceWidget_20(double id0[]);
+  public void PlaceWidget(double id0[])
+    { PlaceWidget_20(id0); }
+
+  private native void BuildRepresentation_21();
+  public void BuildRepresentation()
+    { BuildRepresentation_21(); }
+
+  private native void StartWidgetInteraction_22(double id0[]);
+  public void StartWidgetInteraction(double id0[])
+    { StartWidgetInteraction_22(id0); }
+
+  private native void WidgetInteraction_23(double id0[]);
+  public void WidgetInteraction(double id0[])
+    { WidgetInteraction_23(id0); }
+
+  private native void Highlight_24(int id0);
+  public void Highlight(int id0)
+    { Highlight_24(id0); }
+
+  private native double[] GetBounds_25();
+  public double[] GetBounds()
+    { return GetBounds_25(); }
+
+  private native void GetActors_26(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_26(id0); }
+
+  private native void ReleaseGraphicsResources_27(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_27(id0); }
+
+  private native int RenderOpaqueGeometry_28(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_28(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_29(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_29(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_30();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_30(); }
+
+  private native int GetMTime_31();
+  public int GetMTime()
+    { return GetMTime_31(); }
+
+  private native void RegisterPickers_32();
+  public void RegisterPickers()
+    { RegisterPickers_32(); }
+
+  public vtkSliderRepresentation3D() { super(); }
+
+  public vtkSliderRepresentation3D(long id) { super(id); }
+  public native long   VTKInit();
+
+}