X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPointsProjectedHull.java;h=66c03ceb5a3de38b41eb4f010a2f9249c63825d8;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=a39a4d6fb2bfb63fb3f4596cb9e830820fcc5636;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPointsProjectedHull.java b/vtk/src/vtk/vtkPointsProjectedHull.java index a39a4d6f..66c03ceb 100644 --- a/vtk/src/vtk/vtkPointsProjectedHull.java +++ b/vtk/src/vtk/vtkPointsProjectedHull.java @@ -1,63 +1,71 @@ -// java wrapper for vtkPointsProjectedHull object -// - -package vtk; -import vtk.*; - -public class vtkPointsProjectedHull extends vtkPoints -{ - - private native int RectangleIntersectionX_0(vtkPoints id0); - public int RectangleIntersectionX(vtkPoints id0) - { return RectangleIntersectionX_0(id0); } - - private native int RectangleIntersectionX_1(double id0,double id1,double id2,double id3); - public int RectangleIntersectionX(double id0,double id1,double id2,double id3) - { return RectangleIntersectionX_1(id0,id1,id2,id3); } - - private native int RectangleIntersectionY_2(vtkPoints id0); - public int RectangleIntersectionY(vtkPoints id0) - { return RectangleIntersectionY_2(id0); } - - private native int RectangleIntersectionY_3(double id0,double id1,double id2,double id3); - public int RectangleIntersectionY(double id0,double id1,double id2,double id3) - { return RectangleIntersectionY_3(id0,id1,id2,id3); } - - private native int RectangleIntersectionZ_4(vtkPoints id0); - public int RectangleIntersectionZ(vtkPoints id0) - { return RectangleIntersectionZ_4(id0); } - - private native int RectangleIntersectionZ_5(double id0,double id1,double id2,double id3); - public int RectangleIntersectionZ(double id0,double id1,double id2,double id3) - { return RectangleIntersectionZ_5(id0,id1,id2,id3); } - - private native int GetSizeCCWHullX_6(); - public int GetSizeCCWHullX() - { return GetSizeCCWHullX_6(); } - - private native int GetSizeCCWHullY_7(); - public int GetSizeCCWHullY() - { return GetSizeCCWHullY_7(); } - - private native int GetSizeCCWHullZ_8(); - public int GetSizeCCWHullZ() - { return GetSizeCCWHullZ_8(); } - - private native void Initialize_9(); - public void Initialize() - { Initialize_9(); } - - private native void Reset_10(); - public void Reset() - { Reset_10(); } - - private native void Update_11(); - public void Update() - { Update_11(); } - - public vtkPointsProjectedHull() { super(); } - - public vtkPointsProjectedHull(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}