// 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(); }