]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkThresholdGraph.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkThresholdGraph.java
index caa9c52ca42ab6a8253a52f7347cf86ea66ad4b9..cebe67ed541bf23b3f42a95bece7be97794e036e 100644 (file)
@@ -1,39 +1,39 @@
-// java wrapper for vtkThresholdGraph object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkThresholdGraph extends vtkGraphAlgorithm\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 GetLowerThreshold_2();\r
-  public double GetLowerThreshold()\r
-    { return GetLowerThreshold_2(); }\r
-\r
-  private native void SetLowerThreshold_3(double id0);\r
-  public void SetLowerThreshold(double id0)\r
-    { SetLowerThreshold_3(id0); }\r
-\r
-  private native double GetUpperThreshold_4();\r
-  public double GetUpperThreshold()\r
-    { return GetUpperThreshold_4(); }\r
-\r
-  private native void SetUpperThreshold_5(double id0);\r
-  public void SetUpperThreshold(double id0)\r
-    { SetUpperThreshold_5(id0); }\r
-\r
-  public vtkThresholdGraph() { super(); }\r
-\r
-  public vtkThresholdGraph(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkThresholdGraph object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkThresholdGraph extends vtkGraphAlgorithm
+{
+
+  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 GetLowerThreshold_2();
+  public double GetLowerThreshold()
+    { return GetLowerThreshold_2(); }
+
+  private native void SetLowerThreshold_3(double id0);
+  public void SetLowerThreshold(double id0)
+    { SetLowerThreshold_3(id0); }
+
+  private native double GetUpperThreshold_4();
+  public double GetUpperThreshold()
+    { return GetUpperThreshold_4(); }
+
+  private native void SetUpperThreshold_5(double id0);
+  public void SetUpperThreshold(double id0)
+    { SetUpperThreshold_5(id0); }
+
+  public vtkThresholdGraph() { super(); }
+
+  public vtkThresholdGraph(long id) { super(id); }
+  public native long   VTKInit();
+
+}