// java wrapper for vtkHyperOctreePointsGrabber object // package vtk; import vtk.*; public class vtkHyperOctreePointsGrabber extends vtkObject { 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 int GetDimension_2(); public int GetDimension() { return GetDimension_2(); } private native void SetDimension_3(int id0); public void SetDimension(int id0) { SetDimension_3(id0); } private native void InitPointInsertion_4(); public void InitPointInsertion() { InitPointInsertion_4(); } private native void InsertPoint_5(int id0,double id1[],double id2[],int id3[]); public void InsertPoint(int id0,double id1[],double id2[],int id3[]) { InsertPoint_5(id0,id1,id2,id3); } private native void InsertPointWithMerge_6(int id0,double id1[],double id2[],int id3[]); public void InsertPointWithMerge(int id0,double id1[],double id2[],int id3[]) { InsertPointWithMerge_6(id0,id1,id2,id3); } private native void InsertPoint2D_7(double id0[],int id1[]); public void InsertPoint2D(double id0[],int id1[]) { InsertPoint2D_7(id0,id1); } public vtkHyperOctreePointsGrabber() { super(); } public vtkHyperOctreePointsGrabber(long id) { super(id); } }