]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCenteredSliderRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkCenteredSliderRepresentation.java
index dd6bd5af37dbdc93db33972c6e6dfac74d00970a..b5fb242e71f53669d155e139f1d597ca18f55b8c 100644 (file)
-// java wrapper for vtkCenteredSliderRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCenteredSliderRepresentation 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 long GetPoint2Coordinate_3();\r
-  public vtkCoordinate GetPoint2Coordinate() {\r
-    long temp = GetPoint2Coordinate_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTitleText_4(String id0);\r
-  public void SetTitleText(String id0)\r
-    { SetTitleText_4(id0); }\r
-\r
-  private native String GetTitleText_5();\r
-  public String GetTitleText()\r
-    { return GetTitleText_5(); }\r
-\r
-  private native long GetTubeProperty_6();\r
-  public vtkProperty2D GetTubeProperty() {\r
-    long temp = GetTubeProperty_6();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSliderProperty_7();\r
-  public vtkProperty2D GetSliderProperty() {\r
-    long temp = GetSliderProperty_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedProperty_8();\r
-  public vtkProperty2D GetSelectedProperty() {\r
-    long temp = GetSelectedProperty_8();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetLabelProperty_9();\r
-  public vtkTextProperty GetLabelProperty() {\r
-    long temp = GetLabelProperty_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void PlaceWidget_10(double id0[]);\r
-  public void PlaceWidget(double id0[])\r
-    { PlaceWidget_10(id0); }\r
-\r
-  private native void BuildRepresentation_11();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_11(); }\r
-\r
-  private native void StartWidgetInteraction_12(double id0[]);\r
-  public void StartWidgetInteraction(double id0[])\r
-    { StartWidgetInteraction_12(id0); }\r
-\r
-  private native int ComputeInteractionState_13(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_13(id0,id1,id2); }\r
-\r
-  private native void WidgetInteraction_14(double id0[]);\r
-  public void WidgetInteraction(double id0[])\r
-    { WidgetInteraction_14(id0); }\r
-\r
-  private native void Highlight_15(int id0);\r
-  public void Highlight(int id0)\r
-    { Highlight_15(id0); }\r
-\r
-  private native void GetActors_16(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_16(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_17(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_17(id0); }\r
-\r
-  private native int RenderOverlay_18(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_18(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_19(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_19(id0); }\r
-\r
-  public vtkCenteredSliderRepresentation() { super(); }\r
-\r
-  public vtkCenteredSliderRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCenteredSliderRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCenteredSliderRepresentation 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 long GetPoint2Coordinate_3();
+  public vtkCoordinate GetPoint2Coordinate() {
+    long temp = GetPoint2Coordinate_3();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTitleText_4(String id0);
+  public void SetTitleText(String id0)
+    { SetTitleText_4(id0); }
+
+  private native String GetTitleText_5();
+  public String GetTitleText()
+    { return GetTitleText_5(); }
+
+  private native long GetTubeProperty_6();
+  public vtkProperty2D GetTubeProperty() {
+    long temp = GetTubeProperty_6();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSliderProperty_7();
+  public vtkProperty2D GetSliderProperty() {
+    long temp = GetSliderProperty_7();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedProperty_8();
+  public vtkProperty2D GetSelectedProperty() {
+    long temp = GetSelectedProperty_8();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetLabelProperty_9();
+  public vtkTextProperty GetLabelProperty() {
+    long temp = GetLabelProperty_9();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void PlaceWidget_10(double id0[]);
+  public void PlaceWidget(double id0[])
+    { PlaceWidget_10(id0); }
+
+  private native void BuildRepresentation_11();
+  public void BuildRepresentation()
+    { BuildRepresentation_11(); }
+
+  private native void StartWidgetInteraction_12(double id0[]);
+  public void StartWidgetInteraction(double id0[])
+    { StartWidgetInteraction_12(id0); }
+
+  private native int ComputeInteractionState_13(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_13(id0,id1,id2); }
+
+  private native void WidgetInteraction_14(double id0[]);
+  public void WidgetInteraction(double id0[])
+    { WidgetInteraction_14(id0); }
+
+  private native void Highlight_15(int id0);
+  public void Highlight(int id0)
+    { Highlight_15(id0); }
+
+  private native void GetActors_16(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_16(id0); }
+
+  private native void ReleaseGraphicsResources_17(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_17(id0); }
+
+  private native int RenderOverlay_18(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_18(id0); }
+
+  private native int RenderOpaqueGeometry_19(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_19(id0); }
+
+  public vtkCenteredSliderRepresentation() { super(); }
+
+  public vtkCenteredSliderRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}