]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkRectilinearWipeRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkRectilinearWipeRepresentation.java
index 6c92616e5f170f45b29287367af2fa1be6d58bd5..5fb9ff197ad9136047cee4e647373f8cb4914a3d 100644 (file)
-// java wrapper for vtkRectilinearWipeRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkRectilinearWipeRepresentation 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 SetRectilinearWipe_2(vtkImageRectilinearWipe id0);\r
-  public void SetRectilinearWipe(vtkImageRectilinearWipe id0)\r
-    { SetRectilinearWipe_2(id0); }\r
-\r
-  private native long GetRectilinearWipe_3();\r
-  public vtkImageRectilinearWipe GetRectilinearWipe() {\r
-    long temp = GetRectilinearWipe_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageRectilinearWipe)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetImageActor_4(vtkImageActor id0);\r
-  public void SetImageActor(vtkImageActor id0)\r
-    { SetImageActor_4(id0); }\r
-\r
-  private native long GetImageActor_5();\r
-  public vtkImageActor GetImageActor() {\r
-    long temp = GetImageActor_5();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTolerance_6(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_6(id0); }\r
-\r
-  private native int GetToleranceMinValue_7();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_7(); }\r
-\r
-  private native int GetToleranceMaxValue_8();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_8(); }\r
-\r
-  private native int GetTolerance_9();\r
-  public int GetTolerance()\r
-    { return GetTolerance_9(); }\r
-\r
-  private native long GetProperty_10();\r
-  public vtkProperty2D GetProperty() {\r
-    long temp = GetProperty_10();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\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 void WidgetInteraction_13(double id0[]);\r
-  public void WidgetInteraction(double id0[])\r
-    { WidgetInteraction_13(id0); }\r
-\r
-  private native int ComputeInteractionState_14(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_14(id0,id1,id2); }\r
-\r
-  private native void GetActors2D_15(vtkPropCollection id0);\r
-  public void GetActors2D(vtkPropCollection id0)\r
-    { GetActors2D_15(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_16(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_16(id0); }\r
-\r
-  private native int RenderOverlay_17(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_17(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_18(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_18(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_19(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_19(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_20();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_20(); }\r
-\r
-  public vtkRectilinearWipeRepresentation() { super(); }\r
-\r
-  public vtkRectilinearWipeRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkRectilinearWipeRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkRectilinearWipeRepresentation 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 SetRectilinearWipe_2(vtkImageRectilinearWipe id0);
+  public void SetRectilinearWipe(vtkImageRectilinearWipe id0)
+    { SetRectilinearWipe_2(id0); }
+
+  private native long GetRectilinearWipe_3();
+  public vtkImageRectilinearWipe GetRectilinearWipe() {
+    long temp = GetRectilinearWipe_3();
+
+    if (temp == 0) return null;
+    return (vtkImageRectilinearWipe)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetImageActor_4(vtkImageActor id0);
+  public void SetImageActor(vtkImageActor id0)
+    { SetImageActor_4(id0); }
+
+  private native long GetImageActor_5();
+  public vtkImageActor GetImageActor() {
+    long temp = GetImageActor_5();
+
+    if (temp == 0) return null;
+    return (vtkImageActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTolerance_6(int id0);
+  public void SetTolerance(int id0)
+    { SetTolerance_6(id0); }
+
+  private native int GetToleranceMinValue_7();
+  public int GetToleranceMinValue()
+    { return GetToleranceMinValue_7(); }
+
+  private native int GetToleranceMaxValue_8();
+  public int GetToleranceMaxValue()
+    { return GetToleranceMaxValue_8(); }
+
+  private native int GetTolerance_9();
+  public int GetTolerance()
+    { return GetTolerance_9(); }
+
+  private native long GetProperty_10();
+  public vtkProperty2D GetProperty() {
+    long temp = GetProperty_10();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  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 void WidgetInteraction_13(double id0[]);
+  public void WidgetInteraction(double id0[])
+    { WidgetInteraction_13(id0); }
+
+  private native int ComputeInteractionState_14(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_14(id0,id1,id2); }
+
+  private native void GetActors2D_15(vtkPropCollection id0);
+  public void GetActors2D(vtkPropCollection id0)
+    { GetActors2D_15(id0); }
+
+  private native void ReleaseGraphicsResources_16(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_16(id0); }
+
+  private native int RenderOverlay_17(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_17(id0); }
+
+  private native int RenderOpaqueGeometry_18(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_18(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_19(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_19(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_20();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_20(); }
+
+  public vtkRectilinearWipeRepresentation() { super(); }
+
+  public vtkRectilinearWipeRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}