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