X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPlanesIntersection.java;h=ad5f6d30aba4bc76a38db81d72fb0d20cdbe17f2;hb=50d66f38dea493cbabe9ed6e04d37d6c408a1388;hp=6acabaf8d6392c64dc99443759c59dbbf0d2d730;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPlanesIntersection.java b/vtk/src/vtk/vtkPlanesIntersection.java index 6acabaf8..ad5f6d30 100644 --- a/vtk/src/vtk/vtkPlanesIntersection.java +++ b/vtk/src/vtk/vtkPlanesIntersection.java @@ -1,39 +1,51 @@ -// java wrapper for vtkPlanesIntersection object -// - -package vtk; -import vtk.*; - -public class vtkPlanesIntersection extends vtkPlanes -{ - - private native void SetRegionVertices_0(vtkPoints id0); - public void SetRegionVertices(vtkPoints id0) - { SetRegionVertices_0(id0); } - - private native int GetNumRegionVertices_1(); - public int GetNumRegionVertices() - { return GetNumRegionVertices_1(); } - - private native int IntersectsRegion_2(vtkPoints id0); - public int IntersectsRegion(vtkPoints id0) - { return IntersectsRegion_2(id0); } - - private native int PolygonIntersectsBBox_3(double id0[],vtkPoints id1); - public int PolygonIntersectsBBox(double id0[],vtkPoints id1) - { return PolygonIntersectsBBox_3(id0,id1); } - - private native long Convert3DCell_4(vtkCell id0); - public vtkPlanesIntersection Convert3DCell(vtkCell id0) { - long temp = Convert3DCell_4(id0); - - if (temp == 0) return null; - return (vtkPlanesIntersection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkPlanesIntersection() { super(); } - - public vtkPlanesIntersection(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPlanesIntersection object +// + +package vtk; +import vtk.*; + +public class vtkPlanesIntersection extends vtkPlanes +{ + + 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 void SetRegionVertices_2(vtkPoints id0); + public void SetRegionVertices(vtkPoints id0) + { SetRegionVertices_2(id0); } + + private native int GetNumberOfRegionVertices_3(); + public int GetNumberOfRegionVertices() + { return GetNumberOfRegionVertices_3(); } + + private native int GetNumRegionVertices_4(); + public int GetNumRegionVertices() + { return GetNumRegionVertices_4(); } + + private native int IntersectsRegion_5(vtkPoints id0); + public int IntersectsRegion(vtkPoints id0) + { return IntersectsRegion_5(id0); } + + private native int PolygonIntersectsBBox_6(double id0[],vtkPoints id1); + public int PolygonIntersectsBBox(double id0[],vtkPoints id1) + { return PolygonIntersectsBBox_6(id0,id1); } + + private native long Convert3DCell_7(vtkCell id0); + public vtkPlanesIntersection Convert3DCell(vtkCell id0) { + long temp = Convert3DCell_7(id0); + + if (temp == 0) return null; + return (vtkPlanesIntersection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkPlanesIntersection() { super(); } + + public vtkPlanesIntersection(long id) { super(id); } + public native long VTKInit(); + +}