]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPointsProjectedHull.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkPointsProjectedHull.java
1 // java wrapper for vtkPointsProjectedHull object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkPointsProjectedHull extends vtkPoints\r
8 {\r
9 \r
10   private native int RectangleIntersectionX_0(vtkPoints id0);\r
11   public int RectangleIntersectionX(vtkPoints id0)\r
12     { return RectangleIntersectionX_0(id0); }\r
13 \r
14   private native int RectangleIntersectionX_1(double id0,double id1,double id2,double id3);\r
15   public int RectangleIntersectionX(double id0,double id1,double id2,double id3)\r
16     { return RectangleIntersectionX_1(id0,id1,id2,id3); }\r
17 \r
18   private native int RectangleIntersectionY_2(vtkPoints id0);\r
19   public int RectangleIntersectionY(vtkPoints id0)\r
20     { return RectangleIntersectionY_2(id0); }\r
21 \r
22   private native int RectangleIntersectionY_3(double id0,double id1,double id2,double id3);\r
23   public int RectangleIntersectionY(double id0,double id1,double id2,double id3)\r
24     { return RectangleIntersectionY_3(id0,id1,id2,id3); }\r
25 \r
26   private native int RectangleIntersectionZ_4(vtkPoints id0);\r
27   public int RectangleIntersectionZ(vtkPoints id0)\r
28     { return RectangleIntersectionZ_4(id0); }\r
29 \r
30   private native int RectangleIntersectionZ_5(double id0,double id1,double id2,double id3);\r
31   public int RectangleIntersectionZ(double id0,double id1,double id2,double id3)\r
32     { return RectangleIntersectionZ_5(id0,id1,id2,id3); }\r
33 \r
34   private native int GetSizeCCWHullX_6();\r
35   public int GetSizeCCWHullX()\r
36     { return GetSizeCCWHullX_6(); }\r
37 \r
38   private native int GetSizeCCWHullY_7();\r
39   public int GetSizeCCWHullY()\r
40     { return GetSizeCCWHullY_7(); }\r
41 \r
42   private native int GetSizeCCWHullZ_8();\r
43   public int GetSizeCCWHullZ()\r
44     { return GetSizeCCWHullZ_8(); }\r
45 \r
46   private native void Initialize_9();\r
47   public void Initialize()\r
48     { Initialize_9(); }\r
49 \r
50   private native void Reset_10();\r
51   public void Reset()\r
52     { Reset_10(); }\r
53 \r
54   private native void Update_11();\r
55   public void Update()\r
56     { Update_11(); }\r
57 \r
58   public vtkPointsProjectedHull() { super(); }\r
59 \r
60   public vtkPointsProjectedHull(long id) { super(id); }\r
61   public native long   VTKInit();\r
62 \r
63 }\r