X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLabelHierarchyIterator.java;h=b29cdb261465a97d9e6b94aeafe4dc8a708ddb4c;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=9c495cbe4234beae68c1bef0d7d5ffe94e1a385c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLabelHierarchyIterator.java b/vtk/src/vtk/vtkLabelHierarchyIterator.java index 9c495cbe..b29cdb26 100644 --- a/vtk/src/vtk/vtkLabelHierarchyIterator.java +++ b/vtk/src/vtk/vtkLabelHierarchyIterator.java @@ -1,90 +1,90 @@ -// java wrapper for vtkLabelHierarchyIterator object -// - -package vtk; -import vtk.*; - -public class vtkLabelHierarchyIterator 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 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)vtkObject.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); } - -} +// 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); } + +}