// java wrapper for vtkLabelHierarchyIterator object // package vtk; import vtk.*; public class vtkLabelHierarchyIterator extends vtkObject { 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 void Begin_2(vtkIdTypeArray id0); public void Begin(vtkIdTypeArray id0) { Begin_2(id0); } private native void Next_3(); public void Next() { Next_3(); } private native boolean IsAtEnd_4(); public boolean IsAtEnd() { return IsAtEnd_4(); } private native void GetPoint_5(double id0[]); public void GetPoint(double id0[]) { GetPoint_5(id0); } private native void GetSize_6(double id0[]); public void GetSize(double id0[]) { GetSize_6(id0); } private native void GetBoundedSize_7(double id0[]); public void GetBoundedSize(double id0[]) { GetBoundedSize_7(id0); } private native int GetType_8(); public int GetType() { return GetType_8(); } private native String GetLabel_9(); public String GetLabel() { return GetLabel_9(); } private native double GetOrientation_10(); public double GetOrientation() { return GetOrientation_10(); } private native int GetLabelId_11(); public int GetLabelId() { return GetLabelId_11(); } private native long GetHierarchy_12(); public vtkLabelHierarchy GetHierarchy() { long temp = GetHierarchy_12(); if (temp == 0) return null; return (vtkLabelHierarchy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTraversedBounds_13(vtkPolyData id0); public void SetTraversedBounds(vtkPolyData id0) { SetTraversedBounds_13(id0); } private native void BoxNode_14(); public void BoxNode() { BoxNode_14(); } private native void BoxAllNodes_15(vtkPolyData id0); public void BoxAllNodes(vtkPolyData id0) { BoxAllNodes_15(id0); } private native void SetAllBounds_16(int id0); public void SetAllBounds(int id0) { SetAllBounds_16(id0); } private native int GetAllBounds_17(); public int GetAllBounds() { return GetAllBounds_17(); } public vtkLabelHierarchyIterator() { super(); } public vtkLabelHierarchyIterator(long id) { super(id); } }