]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAssembly.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkAssembly.java
index 4da96f135430bcb903ffacd906053e27c9b82bc6..84c73deb9b2970bcade6ccc8b21c4e0c9d51479f 100644 (file)
-// java wrapper for vtkAssembly object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAssembly 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 AddPart_2(vtkProp3D id0);\r
-  public void AddPart(vtkProp3D id0)\r
-    { AddPart_2(id0); }\r
-\r
-  private native void RemovePart_3(vtkProp3D id0);\r
-  public void RemovePart(vtkProp3D id0)\r
-    { RemovePart_3(id0); }\r
-\r
-  private native long GetParts_4();\r
-  public vtkProp3DCollection GetParts() {\r
-    long temp = GetParts_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProp3DCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void GetActors_5(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_5(id0); }\r
-\r
-  private native void GetVolumes_6(vtkPropCollection id0);\r
-  public void GetVolumes(vtkPropCollection id0)\r
-    { GetVolumes_6(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_7(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_7(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_8(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_8(id0); }\r
-\r
-  private native int RenderVolumetricGeometry_9(vtkViewport id0);\r
-  public int RenderVolumetricGeometry(vtkViewport id0)\r
-    { return RenderVolumetricGeometry_9(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_10();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_10(); }\r
-\r
-  private native void ReleaseGraphicsResources_11(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_11(id0); }\r
-\r
-  private native void InitPathTraversal_12();\r
-  public void InitPathTraversal()\r
-    { InitPathTraversal_12(); }\r
-\r
-  private native long GetNextPath_13();\r
-  public vtkAssemblyPath GetNextPath() {\r
-    long temp = GetNextPath_13();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAssemblyPath)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetNumberOfPaths_14();\r
-  public int GetNumberOfPaths()\r
-    { return GetNumberOfPaths_14(); }\r
-\r
-  private native void GetBounds_15(double id0[]);\r
-  public void GetBounds(double id0[])\r
-    { GetBounds_15(id0); }\r
-\r
-  private native double[] GetBounds_16();\r
-  public double[] GetBounds()\r
-    { return GetBounds_16(); }\r
-\r
-  private native int GetMTime_17();\r
-  public int GetMTime()\r
-    { return GetMTime_17(); }\r
-\r
-  private native void ShallowCopy_18(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_18(id0); }\r
-\r
-  private native void BuildPaths_19(vtkAssemblyPaths id0,vtkAssemblyPath id1);\r
-  public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1)\r
-    { BuildPaths_19(id0,id1); }\r
-\r
-  public vtkAssembly() { super(); }\r
-\r
-  public vtkAssembly(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkAssembly object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAssembly 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 AddPart_2(vtkProp3D id0);
+  public void AddPart(vtkProp3D id0)
+    { AddPart_2(id0); }
+
+  private native void RemovePart_3(vtkProp3D id0);
+  public void RemovePart(vtkProp3D id0)
+    { RemovePart_3(id0); }
+
+  private native long GetParts_4();
+  public vtkProp3DCollection GetParts() {
+    long temp = GetParts_4();
+
+    if (temp == 0) return null;
+    return (vtkProp3DCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void GetActors_5(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_5(id0); }
+
+  private native void GetVolumes_6(vtkPropCollection id0);
+  public void GetVolumes(vtkPropCollection id0)
+    { GetVolumes_6(id0); }
+
+  private native int RenderOpaqueGeometry_7(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_7(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_8(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_8(id0); }
+
+  private native int RenderVolumetricGeometry_9(vtkViewport id0);
+  public int RenderVolumetricGeometry(vtkViewport id0)
+    { return RenderVolumetricGeometry_9(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_10();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_10(); }
+
+  private native void ReleaseGraphicsResources_11(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_11(id0); }
+
+  private native void InitPathTraversal_12();
+  public void InitPathTraversal()
+    { InitPathTraversal_12(); }
+
+  private native long GetNextPath_13();
+  public vtkAssemblyPath GetNextPath() {
+    long temp = GetNextPath_13();
+
+    if (temp == 0) return null;
+    return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetNumberOfPaths_14();
+  public int GetNumberOfPaths()
+    { return GetNumberOfPaths_14(); }
+
+  private native void GetBounds_15(double id0[]);
+  public void GetBounds(double id0[])
+    { GetBounds_15(id0); }
+
+  private native double[] GetBounds_16();
+  public double[] GetBounds()
+    { return GetBounds_16(); }
+
+  private native int GetMTime_17();
+  public int GetMTime()
+    { return GetMTime_17(); }
+
+  private native void ShallowCopy_18(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_18(id0); }
+
+  private native void BuildPaths_19(vtkAssemblyPaths id0,vtkAssemblyPath id1);
+  public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1)
+    { BuildPaths_19(id0,id1); }
+
+  public vtkAssembly() { super(); }
+
+  public vtkAssembly(long id) { super(id); }
+  public native long   VTKInit();
+
+}