]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLinkEdgels.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkLinkEdgels.java
index 462bdcba4c487342e03184e3b13331a239e2403e..6792adeb229c87289b8d4ce7080f7832595db20f 100644 (file)
@@ -1,47 +1,47 @@
-// java wrapper for vtkLinkEdgels object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLinkEdgels extends vtkPolyDataAlgorithm\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 SetLinkThreshold_2(double id0);\r
-  public void SetLinkThreshold(double id0)\r
-    { SetLinkThreshold_2(id0); }\r
-\r
-  private native double GetLinkThreshold_3();\r
-  public double GetLinkThreshold()\r
-    { return GetLinkThreshold_3(); }\r
-\r
-  private native void SetPhiThreshold_4(double id0);\r
-  public void SetPhiThreshold(double id0)\r
-    { SetPhiThreshold_4(id0); }\r
-\r
-  private native double GetPhiThreshold_5();\r
-  public double GetPhiThreshold()\r
-    { return GetPhiThreshold_5(); }\r
-\r
-  private native void SetGradientThreshold_6(double id0);\r
-  public void SetGradientThreshold(double id0)\r
-    { SetGradientThreshold_6(id0); }\r
-\r
-  private native double GetGradientThreshold_7();\r
-  public double GetGradientThreshold()\r
-    { return GetGradientThreshold_7(); }\r
-\r
-  public vtkLinkEdgels() { super(); }\r
-\r
-  public vtkLinkEdgels(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLinkEdgels object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLinkEdgels extends vtkPolyDataAlgorithm
+{
+
+  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 SetLinkThreshold_2(double id0);
+  public void SetLinkThreshold(double id0)
+    { SetLinkThreshold_2(id0); }
+
+  private native double GetLinkThreshold_3();
+  public double GetLinkThreshold()
+    { return GetLinkThreshold_3(); }
+
+  private native void SetPhiThreshold_4(double id0);
+  public void SetPhiThreshold(double id0)
+    { SetPhiThreshold_4(id0); }
+
+  private native double GetPhiThreshold_5();
+  public double GetPhiThreshold()
+    { return GetPhiThreshold_5(); }
+
+  private native void SetGradientThreshold_6(double id0);
+  public void SetGradientThreshold(double id0)
+    { SetGradientThreshold_6(id0); }
+
+  private native double GetGradientThreshold_7();
+  public double GetGradientThreshold()
+    { return GetGradientThreshold_7(); }
+
+  public vtkLinkEdgels() { super(); }
+
+  public vtkLinkEdgels(long id) { super(id); }
+  public native long   VTKInit();
+
+}