]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPolygonalSurfaceContourLineInterpolator.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPolygonalSurfaceContourLineInterpolator.java
index 0df91a005f005394c37623223f16debf707d001b..9c76ba0490e30453744eb65935eb56d8b06d11bb 100644 (file)
@@ -1,39 +1,39 @@
-// java wrapper for vtkPolygonalSurfaceContourLineInterpolator object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPolygonalSurfaceContourLineInterpolator extends vtkPolyDataContourLineInterpolator\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 void SetDistanceOffset_3(double id0);\r
-  public void SetDistanceOffset(double id0)\r
-    { SetDistanceOffset_3(id0); }\r
-\r
-  private native double GetDistanceOffset_4();\r
-  public double GetDistanceOffset()\r
-    { return GetDistanceOffset_4(); }\r
-\r
-  private native void GetContourPointIds_5(vtkContourRepresentation id0,vtkIdList id1);\r
-  public void GetContourPointIds(vtkContourRepresentation id0,vtkIdList id1)\r
-    { GetContourPointIds_5(id0,id1); }\r
-\r
-  public vtkPolygonalSurfaceContourLineInterpolator() { super(); }\r
-\r
-  public vtkPolygonalSurfaceContourLineInterpolator(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPolygonalSurfaceContourLineInterpolator object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPolygonalSurfaceContourLineInterpolator extends vtkPolyDataContourLineInterpolator
+{
+
+  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 void SetDistanceOffset_3(double id0);
+  public void SetDistanceOffset(double id0)
+    { SetDistanceOffset_3(id0); }
+
+  private native double GetDistanceOffset_4();
+  public double GetDistanceOffset()
+    { return GetDistanceOffset_4(); }
+
+  private native void GetContourPointIds_5(vtkContourRepresentation id0,vtkIdList id1);
+  public void GetContourPointIds(vtkContourRepresentation id0,vtkIdList id1)
+    { GetContourPointIds_5(id0,id1); }
+
+  public vtkPolygonalSurfaceContourLineInterpolator() { super(); }
+
+  public vtkPolygonalSurfaceContourLineInterpolator(long id) { super(id); }
+  public native long   VTKInit();
+
+}