// java wrapper for vtkHyperTreeGridCursor object // package vtk; import vtk.*; public class vtkHyperTreeGridCursor extends vtkHyperTreeCursor { 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 long Clone_2(); public vtkHyperTreeGridCursor Clone() { long temp = Clone_2(); if (temp == 0) return null; return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void Initialize_3(vtkHyperTreeGrid id0,int id1); public void Initialize(vtkHyperTreeGrid id0,int id1) { Initialize_3(id0,id1); } private native void SetGrid_4(vtkHyperTreeGrid id0); public void SetGrid(vtkHyperTreeGrid id0) { SetGrid_4(id0); } private native long GetGrid_5(); public vtkHyperTreeGrid GetGrid() { long temp = GetGrid_5(); if (temp == 0) return null; return (vtkHyperTreeGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTree_6(vtkHyperTree id0); public void SetTree(vtkHyperTree id0) { SetTree_6(id0); } private native long GetTree_7(); public vtkHyperTree GetTree() { long temp = GetTree_7(); if (temp == 0) return null; return (vtkHyperTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetVertexId_8(); public int GetVertexId() { return GetVertexId_8(); } private native int GetGlobalNodeIndex_9(); public int GetGlobalNodeIndex() { return GetGlobalNodeIndex_9(); } private native boolean IsLeaf_10(); public boolean IsLeaf() { return IsLeaf_10(); } private native boolean IsRoot_11(); public boolean IsRoot() { return IsRoot_11(); } private native int GetLevel_12(); public int GetLevel() { return GetLevel_12(); } private native int GetChildIndex_13(); public int GetChildIndex() { return GetChildIndex_13(); } private native void ToRoot_14(); public void ToRoot() { ToRoot_14(); } private native void ToParent_15(); public void ToParent() { ToParent_15(); } private native void ToChild_16(int id0); public void ToChild(int id0) { ToChild_16(id0); } private native void ToSameVertex_17(vtkHyperTreeCursor id0); public void ToSameVertex(vtkHyperTreeCursor id0) { ToSameVertex_17(id0); } private native boolean IsEqual_18(vtkHyperTreeCursor id0); public boolean IsEqual(vtkHyperTreeCursor id0) { return IsEqual_18(id0); } private native int SameTree_19(vtkHyperTreeCursor id0); public int SameTree(vtkHyperTreeCursor id0) { return SameTree_19(id0); } private native int GetNumberOfChildren_20(); public int GetNumberOfChildren() { return GetNumberOfChildren_20(); } private native int GetDimension_21(); public int GetDimension() { return GetDimension_21(); } private native void GetBounds_22(double id0[]); public void GetBounds(double id0[]) { GetBounds_22(id0); } private native void GetPoint_23(double id0[]); public void GetPoint(double id0[]) { GetPoint_23(id0); } private native int GetNumberOfCursors_24(); public int GetNumberOfCursors() { return GetNumberOfCursors_24(); } private native long GetCursor_25(int id0); public vtkHyperTreeGridCursor GetCursor(int id0) { long temp = GetCursor_25(id0); if (temp == 0) return null; return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native boolean GetCornerCursors_26(int id0,int id1,vtkIdList id2); public boolean GetCornerCursors(int id0,int id1,vtkIdList id2) { return GetCornerCursors_26(id0,id1,id2); } public vtkHyperTreeGridCursor() { super(); } public vtkHyperTreeGridCursor(long id) { super(id); } public native long VTKInit(); }