]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLabelHierarchyIterator.java
b29cdb261465a97d9e6b94aeafe4dc8a708ddb4c
[simantics/3d.git] / vtk / src / vtk / vtkLabelHierarchyIterator.java
1 // java wrapper for vtkLabelHierarchyIterator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLabelHierarchyIterator extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void Begin_2(vtkIdTypeArray id0);
19   public void Begin(vtkIdTypeArray id0)
20     { Begin_2(id0); }
21
22   private native void Next_3();
23   public void Next()
24     { Next_3(); }
25
26   private native boolean IsAtEnd_4();
27   public boolean IsAtEnd()
28     { return IsAtEnd_4(); }
29
30   private native void GetPoint_5(double id0[]);
31   public void GetPoint(double id0[])
32     { GetPoint_5(id0); }
33
34   private native void GetSize_6(double id0[]);
35   public void GetSize(double id0[])
36     { GetSize_6(id0); }
37
38   private native void GetBoundedSize_7(double id0[]);
39   public void GetBoundedSize(double id0[])
40     { GetBoundedSize_7(id0); }
41
42   private native int GetType_8();
43   public int GetType()
44     { return GetType_8(); }
45
46   private native String GetLabel_9();
47   public String GetLabel()
48     { return GetLabel_9(); }
49
50   private native double GetOrientation_10();
51   public double GetOrientation()
52     { return GetOrientation_10(); }
53
54   private native int GetLabelId_11();
55   public int GetLabelId()
56     { return GetLabelId_11(); }
57
58   private native long GetHierarchy_12();
59   public vtkLabelHierarchy GetHierarchy() {
60     long temp = GetHierarchy_12();
61
62     if (temp == 0) return null;
63     return (vtkLabelHierarchy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetTraversedBounds_13(vtkPolyData id0);
67   public void SetTraversedBounds(vtkPolyData id0)
68     { SetTraversedBounds_13(id0); }
69
70   private native void BoxNode_14();
71   public void BoxNode()
72     { BoxNode_14(); }
73
74   private native void BoxAllNodes_15(vtkPolyData id0);
75   public void BoxAllNodes(vtkPolyData id0)
76     { BoxAllNodes_15(id0); }
77
78   private native void SetAllBounds_16(int id0);
79   public void SetAllBounds(int id0)
80     { SetAllBounds_16(id0); }
81
82   private native int GetAllBounds_17();
83   public int GetAllBounds()
84     { return GetAllBounds_17(); }
85
86   public vtkLabelHierarchyIterator() { super(); }
87
88   public vtkLabelHierarchyIterator(long id) { super(id); }
89
90 }