]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPointsProjectedHull.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPointsProjectedHull.java
1 // java wrapper for vtkPointsProjectedHull object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPointsProjectedHull extends vtkPoints
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native int RectangleIntersectionX_2(vtkPoints id0);
19   public int RectangleIntersectionX(vtkPoints id0)
20     { return RectangleIntersectionX_2(id0); }
21
22   private native int RectangleIntersectionX_3(double id0,double id1,double id2,double id3);
23   public int RectangleIntersectionX(double id0,double id1,double id2,double id3)
24     { return RectangleIntersectionX_3(id0,id1,id2,id3); }
25
26   private native int RectangleIntersectionY_4(vtkPoints id0);
27   public int RectangleIntersectionY(vtkPoints id0)
28     { return RectangleIntersectionY_4(id0); }
29
30   private native int RectangleIntersectionY_5(double id0,double id1,double id2,double id3);
31   public int RectangleIntersectionY(double id0,double id1,double id2,double id3)
32     { return RectangleIntersectionY_5(id0,id1,id2,id3); }
33
34   private native int RectangleIntersectionZ_6(vtkPoints id0);
35   public int RectangleIntersectionZ(vtkPoints id0)
36     { return RectangleIntersectionZ_6(id0); }
37
38   private native int RectangleIntersectionZ_7(double id0,double id1,double id2,double id3);
39   public int RectangleIntersectionZ(double id0,double id1,double id2,double id3)
40     { return RectangleIntersectionZ_7(id0,id1,id2,id3); }
41
42   private native int GetSizeCCWHullX_8();
43   public int GetSizeCCWHullX()
44     { return GetSizeCCWHullX_8(); }
45
46   private native int GetSizeCCWHullY_9();
47   public int GetSizeCCWHullY()
48     { return GetSizeCCWHullY_9(); }
49
50   private native int GetSizeCCWHullZ_10();
51   public int GetSizeCCWHullZ()
52     { return GetSizeCCWHullZ_10(); }
53
54   private native void Initialize_11();
55   public void Initialize()
56     { Initialize_11(); }
57
58   private native void Reset_12();
59   public void Reset()
60     { Reset_12(); }
61
62   private native void Update_13();
63   public void Update()
64     { Update_13(); }
65
66   public vtkPointsProjectedHull() { super(); }
67
68   public vtkPointsProjectedHull(long id) { super(id); }
69   public native long   VTKInit();
70
71 }