]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSmoothErrorMetric.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkSmoothErrorMetric.java
index 49d9d1b572ef8141759e98e61f011f0a75c80046..e5a1cb73fcb21f9f2ca03766283c517e5be3fa90 100644 (file)
@@ -1,31 +1,31 @@
-// java wrapper for vtkSmoothErrorMetric object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSmoothErrorMetric extends vtkGenericSubdivisionErrorMetric\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 double GetAngleTolerance_2();\r
-  public double GetAngleTolerance()\r
-    { return GetAngleTolerance_2(); }\r
-\r
-  private native void SetAngleTolerance_3(double id0);\r
-  public void SetAngleTolerance(double id0)\r
-    { SetAngleTolerance_3(id0); }\r
-\r
-  public vtkSmoothErrorMetric() { super(); }\r
-\r
-  public vtkSmoothErrorMetric(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkSmoothErrorMetric object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSmoothErrorMetric extends vtkGenericSubdivisionErrorMetric
+{
+
+  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 double GetAngleTolerance_2();
+  public double GetAngleTolerance()
+    { return GetAngleTolerance_2(); }
+
+  private native void SetAngleTolerance_3(double id0);
+  public void SetAngleTolerance(double id0)
+    { SetAngleTolerance_3(id0); }
+
+  public vtkSmoothErrorMetric() { super(); }
+
+  public vtkSmoothErrorMetric(long id) { super(id); }
+  public native long   VTKInit();
+
+}