]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGeometricErrorMetric.java
Merge "More precise position selection for add component action"
[simantics/3d.git] / vtk / src / vtk / vtkGeometricErrorMetric.java
index 5d1ed22c7bf4becdb90f50208bbae2793af958e8..f6bb292482f9ace434dd202757148eb8afecb02f 100644 (file)
@@ -1,39 +1,39 @@
-// java wrapper for vtkGeometricErrorMetric object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkGeometricErrorMetric 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 GetAbsoluteGeometricTolerance_2();\r
-  public double GetAbsoluteGeometricTolerance()\r
-    { return GetAbsoluteGeometricTolerance_2(); }\r
-\r
-  private native void SetAbsoluteGeometricTolerance_3(double id0);\r
-  public void SetAbsoluteGeometricTolerance(double id0)\r
-    { SetAbsoluteGeometricTolerance_3(id0); }\r
-\r
-  private native void SetRelativeGeometricTolerance_4(double id0,vtkGenericDataSet id1);\r
-  public void SetRelativeGeometricTolerance(double id0,vtkGenericDataSet id1)\r
-    { SetRelativeGeometricTolerance_4(id0,id1); }\r
-\r
-  private native int GetRelative_5();\r
-  public int GetRelative()\r
-    { return GetRelative_5(); }\r
-\r
-  public vtkGeometricErrorMetric() { super(); }\r
-\r
-  public vtkGeometricErrorMetric(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkGeometricErrorMetric object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGeometricErrorMetric 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 GetAbsoluteGeometricTolerance_2();
+  public double GetAbsoluteGeometricTolerance()
+    { return GetAbsoluteGeometricTolerance_2(); }
+
+  private native void SetAbsoluteGeometricTolerance_3(double id0);
+  public void SetAbsoluteGeometricTolerance(double id0)
+    { SetAbsoluteGeometricTolerance_3(id0); }
+
+  private native void SetRelativeGeometricTolerance_4(double id0,vtkGenericDataSet id1);
+  public void SetRelativeGeometricTolerance(double id0,vtkGenericDataSet id1)
+    { SetRelativeGeometricTolerance_4(id0,id1); }
+
+  private native int GetRelative_5();
+  public int GetRelative()
+    { return GetRelative_5(); }
+
+  public vtkGeometricErrorMetric() { super(); }
+
+  public vtkGeometricErrorMetric(long id) { super(id); }
+  public native long   VTKInit();
+
+}