]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPlanesIntersection.java
Hide insertion position controls when adding to a connected pipe
[simantics/3d.git] / vtk / src / vtk / vtkPlanesIntersection.java
1 // java wrapper for vtkPlanesIntersection object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPlanesIntersection extends vtkPlanes
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 void SetRegionVertices_2(vtkPoints id0);
19   public void SetRegionVertices(vtkPoints id0)
20     { SetRegionVertices_2(id0); }
21
22   private native int GetNumberOfRegionVertices_3();
23   public int GetNumberOfRegionVertices()
24     { return GetNumberOfRegionVertices_3(); }
25
26   private native int GetNumRegionVertices_4();
27   public int GetNumRegionVertices()
28     { return GetNumRegionVertices_4(); }
29
30   private native int IntersectsRegion_5(vtkPoints id0);
31   public int IntersectsRegion(vtkPoints id0)
32     { return IntersectsRegion_5(id0); }
33
34   private native int PolygonIntersectsBBox_6(double id0[],vtkPoints id1);
35   public int PolygonIntersectsBBox(double id0[],vtkPoints id1)
36     { return PolygonIntersectsBBox_6(id0,id1); }
37
38   private native long Convert3DCell_7(vtkCell id0);
39   public vtkPlanesIntersection Convert3DCell(vtkCell id0) {
40     long temp = Convert3DCell_7(id0);
41
42     if (temp == 0) return null;
43     return (vtkPlanesIntersection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   public vtkPlanesIntersection() { super(); }
47
48   public vtkPlanesIntersection(long id) { super(id); }
49   public native long   VTKInit();
50
51 }