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