]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkResliceCursorActor.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorActor.java
index 402dd8b4ab617aa6a65bdc4c3bf5c0b16e600b8c..5f87a0816f222fa74b271477fbf886ab6185db00 100644 (file)
@@ -1,75 +1,75 @@
-// java wrapper for vtkResliceCursorActor object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkResliceCursorActor 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 long GetCursorAlgorithm_2();\r
-  public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() {\r
-    long temp = GetCursorAlgorithm_2();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkResliceCursorPolyDataAlgorithm)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\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 HasTranslucentPolygonalGeometry_4();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_4(); }\r
-\r
-  private native void ReleaseGraphicsResources_5(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_5(id0); }\r
-\r
-  private native int GetMTime_6();\r
-  public int GetMTime()\r
-    { return GetMTime_6(); }\r
-\r
-  private native long GetCenterlineProperty_7(int id0);\r
-  public vtkProperty GetCenterlineProperty(int id0) {\r
-    long temp = GetCenterlineProperty_7(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetThickSlabProperty_8(int id0);\r
-  public vtkProperty GetThickSlabProperty(int id0) {\r
-    long temp = GetThickSlabProperty_8(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetCenterlineActor_9(int id0);\r
-  public vtkActor GetCenterlineActor(int id0) {\r
-    long temp = GetCenterlineActor_9(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetUserMatrix_10(vtkMatrix4x4 id0);\r
-  public void SetUserMatrix(vtkMatrix4x4 id0)\r
-    { SetUserMatrix_10(id0); }\r
-\r
-  public vtkResliceCursorActor() { super(); }\r
-\r
-  public vtkResliceCursorActor(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkResliceCursorActor object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkResliceCursorActor 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 long GetCursorAlgorithm_2();
+  public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() {
+    long temp = GetCursorAlgorithm_2();
+
+    if (temp == 0) return null;
+    return (vtkResliceCursorPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int RenderOpaqueGeometry_3(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_3(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_4();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_4(); }
+
+  private native void ReleaseGraphicsResources_5(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_5(id0); }
+
+  private native int GetMTime_6();
+  public int GetMTime()
+    { return GetMTime_6(); }
+
+  private native long GetCenterlineProperty_7(int id0);
+  public vtkProperty GetCenterlineProperty(int id0) {
+    long temp = GetCenterlineProperty_7(id0);
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetThickSlabProperty_8(int id0);
+  public vtkProperty GetThickSlabProperty(int id0) {
+    long temp = GetThickSlabProperty_8(id0);
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetCenterlineActor_9(int id0);
+  public vtkActor GetCenterlineActor(int id0) {
+    long temp = GetCenterlineActor_9(id0);
+
+    if (temp == 0) return null;
+    return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetUserMatrix_10(vtkMatrix4x4 id0);
+  public void SetUserMatrix(vtkMatrix4x4 id0)
+    { SetUserMatrix_10(id0); }
+
+  public vtkResliceCursorActor() { super(); }
+
+  public vtkResliceCursorActor(long id) { super(id); }
+  public native long   VTKInit();
+
+}