]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLabelHierarchyIterator.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLabelHierarchyIterator.java
index 9c495cbe4234beae68c1bef0d7d5ffe94e1a385c..b29cdb261465a97d9e6b94aeafe4dc8a708ddb4c 100644 (file)
@@ -1,90 +1,90 @@
-// java wrapper for vtkLabelHierarchyIterator object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLabelHierarchyIterator extends vtkObject\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void Begin_2(vtkIdTypeArray id0);\r
-  public void Begin(vtkIdTypeArray id0)\r
-    { Begin_2(id0); }\r
-\r
-  private native void Next_3();\r
-  public void Next()\r
-    { Next_3(); }\r
-\r
-  private native boolean IsAtEnd_4();\r
-  public boolean IsAtEnd()\r
-    { return IsAtEnd_4(); }\r
-\r
-  private native void GetPoint_5(double id0[]);\r
-  public void GetPoint(double id0[])\r
-    { GetPoint_5(id0); }\r
-\r
-  private native void GetSize_6(double id0[]);\r
-  public void GetSize(double id0[])\r
-    { GetSize_6(id0); }\r
-\r
-  private native void GetBoundedSize_7(double id0[]);\r
-  public void GetBoundedSize(double id0[])\r
-    { GetBoundedSize_7(id0); }\r
-\r
-  private native int GetType_8();\r
-  public int GetType()\r
-    { return GetType_8(); }\r
-\r
-  private native String GetLabel_9();\r
-  public String GetLabel()\r
-    { return GetLabel_9(); }\r
-\r
-  private native double GetOrientation_10();\r
-  public double GetOrientation()\r
-    { return GetOrientation_10(); }\r
-\r
-  private native int GetLabelId_11();\r
-  public int GetLabelId()\r
-    { return GetLabelId_11(); }\r
-\r
-  private native long GetHierarchy_12();\r
-  public vtkLabelHierarchy GetHierarchy() {\r
-    long temp = GetHierarchy_12();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkLabelHierarchy)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTraversedBounds_13(vtkPolyData id0);\r
-  public void SetTraversedBounds(vtkPolyData id0)\r
-    { SetTraversedBounds_13(id0); }\r
-\r
-  private native void BoxNode_14();\r
-  public void BoxNode()\r
-    { BoxNode_14(); }\r
-\r
-  private native void BoxAllNodes_15(vtkPolyData id0);\r
-  public void BoxAllNodes(vtkPolyData id0)\r
-    { BoxAllNodes_15(id0); }\r
-\r
-  private native void SetAllBounds_16(int id0);\r
-  public void SetAllBounds(int id0)\r
-    { SetAllBounds_16(id0); }\r
-\r
-  private native int GetAllBounds_17();\r
-  public int GetAllBounds()\r
-    { return GetAllBounds_17(); }\r
-\r
-  public vtkLabelHierarchyIterator() { super(); }\r
-\r
-  public vtkLabelHierarchyIterator(long id) { super(id); }\r
-\r
-}\r
+// 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); }
+
+}