]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTexturedButtonRepresentation.java
Take values from pipe run as defaults for reducers
[simantics/3d.git] / vtk / src / vtk / vtkTexturedButtonRepresentation.java
index 5f01ebbe5c9e8bc41fd7f0e6e7504a75622167bd..c3899b26f5a04663c6e20bcc62fa5cbd8e91a832 100644 (file)
-// java wrapper for vtkTexturedButtonRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTexturedButtonRepresentation 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 SetButtonGeometry_2(vtkPolyData id0);\r
-  public void SetButtonGeometry(vtkPolyData id0)\r
-    { SetButtonGeometry_2(id0); }\r
-\r
-  private native void SetButtonGeometryConnection_3(vtkAlgorithmOutput id0);\r
-  public void SetButtonGeometryConnection(vtkAlgorithmOutput id0)\r
-    { SetButtonGeometryConnection_3(id0); }\r
-\r
-  private native long GetButtonGeometry_4();\r
-  public vtkPolyData GetButtonGeometry() {\r
-    long temp = GetButtonGeometry_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetFollowCamera_5(int id0);\r
-  public void SetFollowCamera(int id0)\r
-    { SetFollowCamera_5(id0); }\r
-\r
-  private native int GetFollowCamera_6();\r
-  public int GetFollowCamera()\r
-    { return GetFollowCamera_6(); }\r
-\r
-  private native void FollowCameraOn_7();\r
-  public void FollowCameraOn()\r
-    { FollowCameraOn_7(); }\r
-\r
-  private native void FollowCameraOff_8();\r
-  public void FollowCameraOff()\r
-    { FollowCameraOff_8(); }\r
-\r
-  private native void SetProperty_9(vtkProperty id0);\r
-  public void SetProperty(vtkProperty id0)\r
-    { SetProperty_9(id0); }\r
-\r
-  private native long GetProperty_10();\r
-  public vtkProperty GetProperty() {\r
-    long temp = GetProperty_10();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetHoveringProperty_11(vtkProperty id0);\r
-  public void SetHoveringProperty(vtkProperty id0)\r
-    { SetHoveringProperty_11(id0); }\r
-\r
-  private native long GetHoveringProperty_12();\r
-  public vtkProperty GetHoveringProperty() {\r
-    long temp = GetHoveringProperty_12();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetSelectingProperty_13(vtkProperty id0);\r
-  public void SetSelectingProperty(vtkProperty id0)\r
-    { SetSelectingProperty_13(id0); }\r
-\r
-  private native long GetSelectingProperty_14();\r
-  public vtkProperty GetSelectingProperty() {\r
-    long temp = GetSelectingProperty_14();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetButtonTexture_15(int id0,vtkImageData id1);\r
-  public void SetButtonTexture(int id0,vtkImageData id1)\r
-    { SetButtonTexture_15(id0,id1); }\r
-\r
-  private native long GetButtonTexture_16(int id0);\r
-  public vtkImageData GetButtonTexture(int id0) {\r
-    long temp = GetButtonTexture_16(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void PlaceWidget_17(double id0,double id1[],double id2[]);\r
-  public void PlaceWidget(double id0,double id1[],double id2[])\r
-    { PlaceWidget_17(id0,id1,id2); }\r
-\r
-  private native int ComputeInteractionState_18(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_18(id0,id1,id2); }\r
-\r
-  private native void PlaceWidget_19(double id0[]);\r
-  public void PlaceWidget(double id0[])\r
-    { PlaceWidget_19(id0); }\r
-\r
-  private native void BuildRepresentation_20();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_20(); }\r
-\r
-  private native void Highlight_21(int id0);\r
-  public void Highlight(int id0)\r
-    { Highlight_21(id0); }\r
-\r
-  private native void ShallowCopy_22(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_22(id0); }\r
-\r
-  private native void GetActors_23(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_23(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_24(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_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 RenderTranslucentPolygonalGeometry_26(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_26(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_27();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_27(); }\r
-\r
-  public vtkTexturedButtonRepresentation() { super(); }\r
-\r
-  public vtkTexturedButtonRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTexturedButtonRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTexturedButtonRepresentation 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 SetButtonGeometry_2(vtkPolyData id0);
+  public void SetButtonGeometry(vtkPolyData id0)
+    { SetButtonGeometry_2(id0); }
+
+  private native void SetButtonGeometryConnection_3(vtkAlgorithmOutput id0);
+  public void SetButtonGeometryConnection(vtkAlgorithmOutput id0)
+    { SetButtonGeometryConnection_3(id0); }
+
+  private native long GetButtonGeometry_4();
+  public vtkPolyData GetButtonGeometry() {
+    long temp = GetButtonGeometry_4();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetFollowCamera_5(int id0);
+  public void SetFollowCamera(int id0)
+    { SetFollowCamera_5(id0); }
+
+  private native int GetFollowCamera_6();
+  public int GetFollowCamera()
+    { return GetFollowCamera_6(); }
+
+  private native void FollowCameraOn_7();
+  public void FollowCameraOn()
+    { FollowCameraOn_7(); }
+
+  private native void FollowCameraOff_8();
+  public void FollowCameraOff()
+    { FollowCameraOff_8(); }
+
+  private native void SetProperty_9(vtkProperty id0);
+  public void SetProperty(vtkProperty id0)
+    { SetProperty_9(id0); }
+
+  private native long GetProperty_10();
+  public vtkProperty GetProperty() {
+    long temp = GetProperty_10();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetHoveringProperty_11(vtkProperty id0);
+  public void SetHoveringProperty(vtkProperty id0)
+    { SetHoveringProperty_11(id0); }
+
+  private native long GetHoveringProperty_12();
+  public vtkProperty GetHoveringProperty() {
+    long temp = GetHoveringProperty_12();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetSelectingProperty_13(vtkProperty id0);
+  public void SetSelectingProperty(vtkProperty id0)
+    { SetSelectingProperty_13(id0); }
+
+  private native long GetSelectingProperty_14();
+  public vtkProperty GetSelectingProperty() {
+    long temp = GetSelectingProperty_14();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetButtonTexture_15(int id0,vtkImageData id1);
+  public void SetButtonTexture(int id0,vtkImageData id1)
+    { SetButtonTexture_15(id0,id1); }
+
+  private native long GetButtonTexture_16(int id0);
+  public vtkImageData GetButtonTexture(int id0) {
+    long temp = GetButtonTexture_16(id0);
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void PlaceWidget_17(double id0,double id1[],double id2[]);
+  public void PlaceWidget(double id0,double id1[],double id2[])
+    { PlaceWidget_17(id0,id1,id2); }
+
+  private native int ComputeInteractionState_18(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_18(id0,id1,id2); }
+
+  private native void PlaceWidget_19(double id0[]);
+  public void PlaceWidget(double id0[])
+    { PlaceWidget_19(id0); }
+
+  private native void BuildRepresentation_20();
+  public void BuildRepresentation()
+    { BuildRepresentation_20(); }
+
+  private native void Highlight_21(int id0);
+  public void Highlight(int id0)
+    { Highlight_21(id0); }
+
+  private native void ShallowCopy_22(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_22(id0); }
+
+  private native void GetActors_23(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_23(id0); }
+
+  private native void ReleaseGraphicsResources_24(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_24(id0); }
+
+  private native int RenderOpaqueGeometry_25(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_25(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_26(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_26(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_27();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_27(); }
+
+  private native void RegisterPickers_28();
+  public void RegisterPickers()
+    { RegisterPickers_28(); }
+
+  public vtkTexturedButtonRepresentation() { super(); }
+
+  public vtkTexturedButtonRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}