]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLineSource.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkLineSource.java
index d749e4c1f7ade4c2ffa0435f3e090ad93495ebf9..497c20e118538b1fe9e82a759ae951afdbe1bad0 100644 (file)
@@ -1,75 +1,83 @@
-// java wrapper for vtkLineSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLineSource 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 SetPoint1_2(double id0,double id1,double id2);\r
-  public void SetPoint1(double id0,double id1,double id2)\r
-    { SetPoint1_2(id0,id1,id2); }\r
-\r
-  private native void SetPoint1_3(double id0[]);\r
-  public void SetPoint1(double id0[])\r
-    { SetPoint1_3(id0); }\r
-\r
-  private native double[] GetPoint1_4();\r
-  public double[] GetPoint1()\r
-    { return GetPoint1_4(); }\r
-\r
-  private native void SetPoint2_5(double id0,double id1,double id2);\r
-  public void SetPoint2(double id0,double id1,double id2)\r
-    { SetPoint2_5(id0,id1,id2); }\r
-\r
-  private native void SetPoint2_6(double id0[]);\r
-  public void SetPoint2(double id0[])\r
-    { SetPoint2_6(id0); }\r
-\r
-  private native double[] GetPoint2_7();\r
-  public double[] GetPoint2()\r
-    { return GetPoint2_7(); }\r
-\r
-  private native void SetPoints_8(vtkPoints id0);\r
-  public void SetPoints(vtkPoints id0)\r
-    { SetPoints_8(id0); }\r
-\r
-  private native long GetPoints_9();\r
-  public vtkPoints GetPoints() {\r
-    long temp = GetPoints_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetResolution_10(int id0);\r
-  public void SetResolution(int id0)\r
-    { SetResolution_10(id0); }\r
-\r
-  private native int GetResolutionMinValue_11();\r
-  public int GetResolutionMinValue()\r
-    { return GetResolutionMinValue_11(); }\r
-\r
-  private native int GetResolutionMaxValue_12();\r
-  public int GetResolutionMaxValue()\r
-    { return GetResolutionMaxValue_12(); }\r
-\r
-  private native int GetResolution_13();\r
-  public int GetResolution()\r
-    { return GetResolution_13(); }\r
-\r
-  public vtkLineSource() { super(); }\r
-\r
-  public vtkLineSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLineSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLineSource 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 SetPoint1_2(double id0,double id1,double id2);
+  public void SetPoint1(double id0,double id1,double id2)
+    { SetPoint1_2(id0,id1,id2); }
+
+  private native void SetPoint1_3(double id0[]);
+  public void SetPoint1(double id0[])
+    { SetPoint1_3(id0); }
+
+  private native double[] GetPoint1_4();
+  public double[] GetPoint1()
+    { return GetPoint1_4(); }
+
+  private native void SetPoint2_5(double id0,double id1,double id2);
+  public void SetPoint2(double id0,double id1,double id2)
+    { SetPoint2_5(id0,id1,id2); }
+
+  private native void SetPoint2_6(double id0[]);
+  public void SetPoint2(double id0[])
+    { SetPoint2_6(id0); }
+
+  private native double[] GetPoint2_7();
+  public double[] GetPoint2()
+    { return GetPoint2_7(); }
+
+  private native void SetPoints_8(vtkPoints id0);
+  public void SetPoints(vtkPoints id0)
+    { SetPoints_8(id0); }
+
+  private native long GetPoints_9();
+  public vtkPoints GetPoints() {
+    long temp = GetPoints_9();
+
+    if (temp == 0) return null;
+    return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetResolution_10(int id0);
+  public void SetResolution(int id0)
+    { SetResolution_10(id0); }
+
+  private native int GetResolutionMinValue_11();
+  public int GetResolutionMinValue()
+    { return GetResolutionMinValue_11(); }
+
+  private native int GetResolutionMaxValue_12();
+  public int GetResolutionMaxValue()
+    { return GetResolutionMaxValue_12(); }
+
+  private native int GetResolution_13();
+  public int GetResolution()
+    { return GetResolution_13(); }
+
+  private native void SetOutputPointsPrecision_14(int id0);
+  public void SetOutputPointsPrecision(int id0)
+    { SetOutputPointsPrecision_14(id0); }
+
+  private native int GetOutputPointsPrecision_15();
+  public int GetOutputPointsPrecision()
+    { return GetOutputPointsPrecision_15(); }
+
+  public vtkLineSource() { super(); }
+
+  public vtkLineSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}