]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPointsProjectedHull.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPointsProjectedHull.java
index a39a4d6fb2bfb63fb3f4596cb9e830820fcc5636..66c03ceb5a3de38b41eb4f010a2f9249c63825d8 100644 (file)
@@ -1,63 +1,71 @@
-// java wrapper for vtkPointsProjectedHull object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPointsProjectedHull extends vtkPoints\r
-{\r
-\r
-  private native int RectangleIntersectionX_0(vtkPoints id0);\r
-  public int RectangleIntersectionX(vtkPoints id0)\r
-    { return RectangleIntersectionX_0(id0); }\r
-\r
-  private native int RectangleIntersectionX_1(double id0,double id1,double id2,double id3);\r
-  public int RectangleIntersectionX(double id0,double id1,double id2,double id3)\r
-    { return RectangleIntersectionX_1(id0,id1,id2,id3); }\r
-\r
-  private native int RectangleIntersectionY_2(vtkPoints id0);\r
-  public int RectangleIntersectionY(vtkPoints id0)\r
-    { return RectangleIntersectionY_2(id0); }\r
-\r
-  private native int RectangleIntersectionY_3(double id0,double id1,double id2,double id3);\r
-  public int RectangleIntersectionY(double id0,double id1,double id2,double id3)\r
-    { return RectangleIntersectionY_3(id0,id1,id2,id3); }\r
-\r
-  private native int RectangleIntersectionZ_4(vtkPoints id0);\r
-  public int RectangleIntersectionZ(vtkPoints id0)\r
-    { return RectangleIntersectionZ_4(id0); }\r
-\r
-  private native int RectangleIntersectionZ_5(double id0,double id1,double id2,double id3);\r
-  public int RectangleIntersectionZ(double id0,double id1,double id2,double id3)\r
-    { return RectangleIntersectionZ_5(id0,id1,id2,id3); }\r
-\r
-  private native int GetSizeCCWHullX_6();\r
-  public int GetSizeCCWHullX()\r
-    { return GetSizeCCWHullX_6(); }\r
-\r
-  private native int GetSizeCCWHullY_7();\r
-  public int GetSizeCCWHullY()\r
-    { return GetSizeCCWHullY_7(); }\r
-\r
-  private native int GetSizeCCWHullZ_8();\r
-  public int GetSizeCCWHullZ()\r
-    { return GetSizeCCWHullZ_8(); }\r
-\r
-  private native void Initialize_9();\r
-  public void Initialize()\r
-    { Initialize_9(); }\r
-\r
-  private native void Reset_10();\r
-  public void Reset()\r
-    { Reset_10(); }\r
-\r
-  private native void Update_11();\r
-  public void Update()\r
-    { Update_11(); }\r
-\r
-  public vtkPointsProjectedHull() { super(); }\r
-\r
-  public vtkPointsProjectedHull(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPointsProjectedHull object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPointsProjectedHull extends vtkPoints
+{
+
+  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 int RectangleIntersectionX_2(vtkPoints id0);
+  public int RectangleIntersectionX(vtkPoints id0)
+    { return RectangleIntersectionX_2(id0); }
+
+  private native int RectangleIntersectionX_3(double id0,double id1,double id2,double id3);
+  public int RectangleIntersectionX(double id0,double id1,double id2,double id3)
+    { return RectangleIntersectionX_3(id0,id1,id2,id3); }
+
+  private native int RectangleIntersectionY_4(vtkPoints id0);
+  public int RectangleIntersectionY(vtkPoints id0)
+    { return RectangleIntersectionY_4(id0); }
+
+  private native int RectangleIntersectionY_5(double id0,double id1,double id2,double id3);
+  public int RectangleIntersectionY(double id0,double id1,double id2,double id3)
+    { return RectangleIntersectionY_5(id0,id1,id2,id3); }
+
+  private native int RectangleIntersectionZ_6(vtkPoints id0);
+  public int RectangleIntersectionZ(vtkPoints id0)
+    { return RectangleIntersectionZ_6(id0); }
+
+  private native int RectangleIntersectionZ_7(double id0,double id1,double id2,double id3);
+  public int RectangleIntersectionZ(double id0,double id1,double id2,double id3)
+    { return RectangleIntersectionZ_7(id0,id1,id2,id3); }
+
+  private native int GetSizeCCWHullX_8();
+  public int GetSizeCCWHullX()
+    { return GetSizeCCWHullX_8(); }
+
+  private native int GetSizeCCWHullY_9();
+  public int GetSizeCCWHullY()
+    { return GetSizeCCWHullY_9(); }
+
+  private native int GetSizeCCWHullZ_10();
+  public int GetSizeCCWHullZ()
+    { return GetSizeCCWHullZ_10(); }
+
+  private native void Initialize_11();
+  public void Initialize()
+    { Initialize_11(); }
+
+  private native void Reset_12();
+  public void Reset()
+    { Reset_12(); }
+
+  private native void Update_13();
+  public void Update()
+    { Update_13(); }
+
+  public vtkPointsProjectedHull() { super(); }
+
+  public vtkPointsProjectedHull(long id) { super(id); }
+  public native long   VTKInit();
+
+}