]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCoincidentPoints.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkCoincidentPoints.java
index 688c81f6f70885ff59d549fa8fb96845b79ec67e..eaa0f94a250e45c9fb826de47ec8e0cd4dd0c77a 100644 (file)
@@ -1,59 +1,59 @@
-// java wrapper for vtkCoincidentPoints object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCoincidentPoints 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 AddPoint_2(int id0,double id1[]);\r
-  public void AddPoint(int id0,double id1[])\r
-    { AddPoint_2(id0,id1); }\r
-\r
-  private native long GetCoincidentPointIds_3(double id0[]);\r
-  public vtkIdList GetCoincidentPointIds(double id0[]) {\r
-    long temp = GetCoincidentPointIds_3(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkIdList)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetNextCoincidentPointIds_4();\r
-  public vtkIdList GetNextCoincidentPointIds() {\r
-    long temp = GetNextCoincidentPointIds_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkIdList)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void InitTraversal_5();\r
-  public void InitTraversal()\r
-    { InitTraversal_5(); }\r
-\r
-  private native void RemoveNonCoincidentPoints_6();\r
-  public void RemoveNonCoincidentPoints()\r
-    { RemoveNonCoincidentPoints_6(); }\r
-\r
-  private native void Clear_7();\r
-  public void Clear()\r
-    { Clear_7(); }\r
-\r
-  private native void SpiralPoints_8(int id0,vtkPoints id1);\r
-  public void SpiralPoints(int id0,vtkPoints id1)\r
-    { SpiralPoints_8(id0,id1); }\r
-\r
-  public vtkCoincidentPoints() { super(); }\r
-\r
-  public vtkCoincidentPoints(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCoincidentPoints object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCoincidentPoints 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 AddPoint_2(int id0,double id1[]);
+  public void AddPoint(int id0,double id1[])
+    { AddPoint_2(id0,id1); }
+
+  private native long GetCoincidentPointIds_3(double id0[]);
+  public vtkIdList GetCoincidentPointIds(double id0[]) {
+    long temp = GetCoincidentPointIds_3(id0);
+
+    if (temp == 0) return null;
+    return (vtkIdList)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetNextCoincidentPointIds_4();
+  public vtkIdList GetNextCoincidentPointIds() {
+    long temp = GetNextCoincidentPointIds_4();
+
+    if (temp == 0) return null;
+    return (vtkIdList)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void InitTraversal_5();
+  public void InitTraversal()
+    { InitTraversal_5(); }
+
+  private native void RemoveNonCoincidentPoints_6();
+  public void RemoveNonCoincidentPoints()
+    { RemoveNonCoincidentPoints_6(); }
+
+  private native void Clear_7();
+  public void Clear()
+    { Clear_7(); }
+
+  private native void SpiralPoints_8(int id0,vtkPoints id1);
+  public void SpiralPoints(int id0,vtkPoints id1)
+    { SpiralPoints_8(id0,id1); }
+
+  public vtkCoincidentPoints() { super(); }
+
+  public vtkCoincidentPoints(long id) { super(id); }
+  public native long   VTKInit();
+
+}