// java wrapper for vtkHyperOctreeClipCutPointsGrabber object // package vtk; import vtk.*; public class vtkHyperOctreeClipCutPointsGrabber extends vtkHyperOctreePointsGrabber { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetDimension_2(int id0); public void SetDimension(int id0) { SetDimension_2(id0); } private native void InitPointInsertion_3(); public void InitPointInsertion() { InitPointInsertion_3(); } private native void InsertPoint_4(int id0,double id1[],double id2[],int id3[]); public void InsertPoint(int id0,double id1[],double id2[],int id3[]) { InsertPoint_4(id0,id1,id2,id3); } private native void InsertPointWithMerge_5(int id0,double id1[],double id2[],int id3[]); public void InsertPointWithMerge(int id0,double id1[],double id2[],int id3[]) { InsertPointWithMerge_5(id0,id1,id2,id3); } private native void InsertPoint2D_6(double id0[],int id1[]); public void InsertPoint2D(double id0[],int id1[]) { InsertPoint2D_6(id0,id1); } private native long GetTriangulator_7(); public vtkOrderedTriangulator GetTriangulator() { long temp = GetTriangulator_7(); if (temp == 0) return null; return (vtkOrderedTriangulator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetPolygon_8(); public vtkPolygon GetPolygon() { long temp = GetPolygon_8(); if (temp == 0) return null; return (vtkPolygon)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkHyperOctreeClipCutPointsGrabber() { super(); } public vtkHyperOctreeClipCutPointsGrabber(long id) { super(id); } public native long VTKInit(); }