]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTexturedButtonRepresentation2D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTexturedButtonRepresentation2D.java
index d63ea3b223c859e06b00404db47b753bcd2cae30..df4a7420d251e1fe1959c485930b7f94fddb0d3c 100644 (file)
-// java wrapper for vtkTexturedButtonRepresentation2D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTexturedButtonRepresentation2D extends vtkButtonRepresentation\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 SetProperty_2(vtkProperty2D id0);\r
-  public void SetProperty(vtkProperty2D id0)\r
-    { SetProperty_2(id0); }\r
-\r
-  private native long GetProperty_3();\r
-  public vtkProperty2D GetProperty() {\r
-    long temp = GetProperty_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetHoveringProperty_4(vtkProperty2D id0);\r
-  public void SetHoveringProperty(vtkProperty2D id0)\r
-    { SetHoveringProperty_4(id0); }\r
-\r
-  private native long GetHoveringProperty_5();\r
-  public vtkProperty2D GetHoveringProperty() {\r
-    long temp = GetHoveringProperty_5();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetSelectingProperty_6(vtkProperty2D id0);\r
-  public void SetSelectingProperty(vtkProperty2D id0)\r
-    { SetSelectingProperty_6(id0); }\r
-\r
-  private native long GetSelectingProperty_7();\r
-  public vtkProperty2D GetSelectingProperty() {\r
-    long temp = GetSelectingProperty_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetButtonTexture_8(int id0,vtkImageData id1);\r
-  public void SetButtonTexture(int id0,vtkImageData id1)\r
-    { SetButtonTexture_8(id0,id1); }\r
-\r
-  private native long GetButtonTexture_9(int id0);\r
-  public vtkImageData GetButtonTexture(int id0) {\r
-    long temp = GetButtonTexture_9(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetBalloon_10();\r
-  public vtkBalloonRepresentation GetBalloon() {\r
-    long temp = GetBalloon_10();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkBalloonRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int ComputeInteractionState_11(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_11(id0,id1,id2); }\r
-\r
-  private native void BuildRepresentation_12();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_12(); }\r
-\r
-  private native void Highlight_13(int id0);\r
-  public void Highlight(int id0)\r
-    { Highlight_13(id0); }\r
-\r
-  private native void PlaceWidget_14(double id0[]);\r
-  public void PlaceWidget(double id0[])\r
-    { PlaceWidget_14(id0); }\r
-\r
-  private native void PlaceWidget_15(double id0[],int id1[]);\r
-  public void PlaceWidget(double id0[],int id1[])\r
-    { PlaceWidget_15(id0,id1); }\r
-\r
-  private native void ShallowCopy_16(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_16(id0); }\r
-\r
-  private native void GetActors_17(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_17(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_18(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_18(id0); }\r
-\r
-  private native int RenderOverlay_19(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_19(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_20();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_20(); }\r
-\r
-  public vtkTexturedButtonRepresentation2D() { super(); }\r
-\r
-  public vtkTexturedButtonRepresentation2D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTexturedButtonRepresentation2D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTexturedButtonRepresentation2D extends vtkButtonRepresentation
+{
+
+  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 SetProperty_2(vtkProperty2D id0);
+  public void SetProperty(vtkProperty2D id0)
+    { SetProperty_2(id0); }
+
+  private native long GetProperty_3();
+  public vtkProperty2D GetProperty() {
+    long temp = GetProperty_3();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetHoveringProperty_4(vtkProperty2D id0);
+  public void SetHoveringProperty(vtkProperty2D id0)
+    { SetHoveringProperty_4(id0); }
+
+  private native long GetHoveringProperty_5();
+  public vtkProperty2D GetHoveringProperty() {
+    long temp = GetHoveringProperty_5();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetSelectingProperty_6(vtkProperty2D id0);
+  public void SetSelectingProperty(vtkProperty2D id0)
+    { SetSelectingProperty_6(id0); }
+
+  private native long GetSelectingProperty_7();
+  public vtkProperty2D GetSelectingProperty() {
+    long temp = GetSelectingProperty_7();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetButtonTexture_8(int id0,vtkImageData id1);
+  public void SetButtonTexture(int id0,vtkImageData id1)
+    { SetButtonTexture_8(id0,id1); }
+
+  private native long GetButtonTexture_9(int id0);
+  public vtkImageData GetButtonTexture(int id0) {
+    long temp = GetButtonTexture_9(id0);
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetBalloon_10();
+  public vtkBalloonRepresentation GetBalloon() {
+    long temp = GetBalloon_10();
+
+    if (temp == 0) return null;
+    return (vtkBalloonRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int ComputeInteractionState_11(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_11(id0,id1,id2); }
+
+  private native void BuildRepresentation_12();
+  public void BuildRepresentation()
+    { BuildRepresentation_12(); }
+
+  private native void Highlight_13(int id0);
+  public void Highlight(int id0)
+    { Highlight_13(id0); }
+
+  private native void PlaceWidget_14(double id0[]);
+  public void PlaceWidget(double id0[])
+    { PlaceWidget_14(id0); }
+
+  private native void PlaceWidget_15(double id0[],int id1[]);
+  public void PlaceWidget(double id0[],int id1[])
+    { PlaceWidget_15(id0,id1); }
+
+  private native void ShallowCopy_16(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_16(id0); }
+
+  private native void GetActors_17(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_17(id0); }
+
+  private native void ReleaseGraphicsResources_18(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_18(id0); }
+
+  private native int RenderOverlay_19(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_19(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_20();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_20(); }
+
+  public vtkTexturedButtonRepresentation2D() { super(); }
+
+  public vtkTexturedButtonRepresentation2D(long id) { super(id); }
+  public native long   VTKInit();
+
+}