]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPolyDataContourLineInterpolator.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkPolyDataContourLineInterpolator.java
index 7be8f02e63bbc1a8c10526e20d92a86baaa35047..6e3897a0ee2e4677c6496a443cf12fef01e383e8 100644 (file)
@@ -1,34 +1,34 @@
-// java wrapper for vtkPolyDataContourLineInterpolator object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPolyDataContourLineInterpolator extends vtkContourLineInterpolator\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 int InterpolateLine_2(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3);\r
-  public int InterpolateLine(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3)\r
-    { return InterpolateLine_2(id0,id1,id2,id3); }\r
-\r
-  private native long GetPolys_3();\r
-  public vtkPolyDataCollection GetPolys() {\r
-    long temp = GetPolys_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyDataCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkPolyDataContourLineInterpolator() { super(); }\r
-\r
-  public vtkPolyDataContourLineInterpolator(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkPolyDataContourLineInterpolator object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPolyDataContourLineInterpolator extends vtkContourLineInterpolator
+{
+
+  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 int InterpolateLine_2(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3);
+  public int InterpolateLine(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3)
+    { return InterpolateLine_2(id0,id1,id2,id3); }
+
+  private native long GetPolys_3();
+  public vtkPolyDataCollection GetPolys() {
+    long temp = GetPolys_3();
+
+    if (temp == 0) return null;
+    return (vtkPolyDataCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkPolyDataContourLineInterpolator() { super(); }
+
+  public vtkPolyDataContourLineInterpolator(long id) { super(id); }
+
+}