X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLabelHierarchyIterator.java;fp=vtk%2Fsrc%2Fvtk%2FvtkLabelHierarchyIterator.java;h=b29cdb261465a97d9e6b94aeafe4dc8a708ddb4c;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLabelHierarchyIterator.java b/vtk/src/vtk/vtkLabelHierarchyIterator.java new file mode 100644 index 00000000..b29cdb26 --- /dev/null +++ b/vtk/src/vtk/vtkLabelHierarchyIterator.java @@ -0,0 +1,90 @@ +// 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); } + +}