]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkActor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkActor.java
index 76fafdf1e06bb1a486b72913932efd37dd1b1546..2363041bbceb5745052ce4e35df045b780031171 100644 (file)
-// java wrapper for vtkActor object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkActor extends vtkProp3D\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 GetActors_2(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_2(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_3(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_3(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_4(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_5();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_5(); }\r
-\r
-  private native void Render_6(vtkRenderer id0,vtkMapper id1);\r
-  public void Render(vtkRenderer id0,vtkMapper id1)\r
-    { Render_6(id0,id1); }\r
-\r
-  private native void ShallowCopy_7(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_7(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_8(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_8(id0); }\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 long MakeProperty_11();\r
-  public vtkProperty MakeProperty() {\r
-    long temp = MakeProperty_11();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetBackfaceProperty_12(vtkProperty id0);\r
-  public void SetBackfaceProperty(vtkProperty id0)\r
-    { SetBackfaceProperty_12(id0); }\r
-\r
-  private native long GetBackfaceProperty_13();\r
-  public vtkProperty GetBackfaceProperty() {\r
-    long temp = GetBackfaceProperty_13();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTexture_14(vtkTexture id0);\r
-  public void SetTexture(vtkTexture id0)\r
-    { SetTexture_14(id0); }\r
-\r
-  private native long GetTexture_15();\r
-  public vtkTexture GetTexture() {\r
-    long temp = GetTexture_15();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTexture)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetMapper_16(vtkMapper id0);\r
-  public void SetMapper(vtkMapper id0)\r
-    { SetMapper_16(id0); }\r
-\r
-  private native long GetMapper_17();\r
-  public vtkMapper GetMapper() {\r
-    long temp = GetMapper_17();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkMapper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void GetBounds_18(double id0[]);\r
-  public void GetBounds(double id0[])\r
-    { GetBounds_18(id0); }\r
-\r
-  private native double[] GetBounds_19();\r
-  public double[] GetBounds()\r
-    { return GetBounds_19(); }\r
-\r
-  private native void ApplyProperties_20();\r
-  public void ApplyProperties()\r
-    { ApplyProperties_20(); }\r
-\r
-  private native int GetMTime_21();\r
-  public int GetMTime()\r
-    { return GetMTime_21(); }\r
-\r
-  private native int GetRedrawMTime_22();\r
-  public int GetRedrawMTime()\r
-    { return GetRedrawMTime_22(); }\r
-\r
-  private native void InitPartTraversal_23();\r
-  public void InitPartTraversal()\r
-    { InitPartTraversal_23(); }\r
-\r
-  private native long GetNextPart_24();\r
-  public vtkActor GetNextPart() {\r
-    long temp = GetNextPart_24();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetNumberOfParts_25();\r
-  public int GetNumberOfParts()\r
-    { return GetNumberOfParts_25(); }\r
-\r
-  private native boolean GetSupportsSelection_26();\r
-  public boolean GetSupportsSelection()\r
-    { return GetSupportsSelection_26(); }\r
-\r
-  public vtkActor() { super(); }\r
-\r
-  public vtkActor(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkActor object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkActor extends vtkProp3D
+{
+
+  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 GetActors_2(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_2(id0); }
+
+  private native int RenderOpaqueGeometry_3(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_3(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_4(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_5();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_5(); }
+
+  private native void Render_6(vtkRenderer id0,vtkMapper id1);
+  public void Render(vtkRenderer id0,vtkMapper id1)
+    { Render_6(id0,id1); }
+
+  private native void ShallowCopy_7(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_7(id0); }
+
+  private native void ReleaseGraphicsResources_8(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_8(id0); }
+
+  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 long MakeProperty_11();
+  public vtkProperty MakeProperty() {
+    long temp = MakeProperty_11();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetBackfaceProperty_12(vtkProperty id0);
+  public void SetBackfaceProperty(vtkProperty id0)
+    { SetBackfaceProperty_12(id0); }
+
+  private native long GetBackfaceProperty_13();
+  public vtkProperty GetBackfaceProperty() {
+    long temp = GetBackfaceProperty_13();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTexture_14(vtkTexture id0);
+  public void SetTexture(vtkTexture id0)
+    { SetTexture_14(id0); }
+
+  private native long GetTexture_15();
+  public vtkTexture GetTexture() {
+    long temp = GetTexture_15();
+
+    if (temp == 0) return null;
+    return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetMapper_16(vtkMapper id0);
+  public void SetMapper(vtkMapper id0)
+    { SetMapper_16(id0); }
+
+  private native long GetMapper_17();
+  public vtkMapper GetMapper() {
+    long temp = GetMapper_17();
+
+    if (temp == 0) return null;
+    return (vtkMapper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native double[] GetBounds_18();
+  public double[] GetBounds()
+    { return GetBounds_18(); }
+
+  private native void ApplyProperties_19();
+  public void ApplyProperties()
+    { ApplyProperties_19(); }
+
+  private native int GetMTime_20();
+  public int GetMTime()
+    { return GetMTime_20(); }
+
+  private native int GetRedrawMTime_21();
+  public int GetRedrawMTime()
+    { return GetRedrawMTime_21(); }
+
+  private native boolean GetForceOpaque_22();
+  public boolean GetForceOpaque()
+    { return GetForceOpaque_22(); }
+
+  private native void SetForceOpaque_23(boolean id0);
+  public void SetForceOpaque(boolean id0)
+    { SetForceOpaque_23(id0); }
+
+  private native void ForceOpaqueOn_24();
+  public void ForceOpaqueOn()
+    { ForceOpaqueOn_24(); }
+
+  private native void ForceOpaqueOff_25();
+  public void ForceOpaqueOff()
+    { ForceOpaqueOff_25(); }
+
+  private native boolean GetForceTranslucent_26();
+  public boolean GetForceTranslucent()
+    { return GetForceTranslucent_26(); }
+
+  private native void SetForceTranslucent_27(boolean id0);
+  public void SetForceTranslucent(boolean id0)
+    { SetForceTranslucent_27(id0); }
+
+  private native void ForceTranslucentOn_28();
+  public void ForceTranslucentOn()
+    { ForceTranslucentOn_28(); }
+
+  private native void ForceTranslucentOff_29();
+  public void ForceTranslucentOff()
+    { ForceTranslucentOff_29(); }
+
+  private native boolean GetSupportsSelection_30();
+  public boolean GetSupportsSelection()
+    { return GetSupportsSelection_30(); }
+
+  private native void GetBounds_31(double id0[]);
+  public void GetBounds(double id0[])
+    { GetBounds_31(id0); }
+
+  public vtkActor() { super(); }
+
+  public vtkActor(long id) { super(id); }
+  public native long   VTKInit();
+
+}