]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLassoStencilSource.java
Equipment/Component library customization
[simantics/3d.git] / vtk / src / vtk / vtkLassoStencilSource.java
index 1cab80edaebd1e7237775f73e0665a6891f54810..f7260b2777b308099ad91c9fe3b9e10625a2a893 100644 (file)
@@ -1,99 +1,99 @@
-// java wrapper for vtkLassoStencilSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLassoStencilSource extends vtkImageStencilSource\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 int GetShape_2();\r
-  public int GetShape()\r
-    { return GetShape_2(); }\r
-\r
-  private native void SetShape_3(int id0);\r
-  public void SetShape(int id0)\r
-    { SetShape_3(id0); }\r
-\r
-  private native int GetShapeMinValue_4();\r
-  public int GetShapeMinValue()\r
-    { return GetShapeMinValue_4(); }\r
-\r
-  private native int GetShapeMaxValue_5();\r
-  public int GetShapeMaxValue()\r
-    { return GetShapeMaxValue_5(); }\r
-\r
-  private native void SetShapeToPolygon_6();\r
-  public void SetShapeToPolygon()\r
-    { SetShapeToPolygon_6(); }\r
-\r
-  private native void SetShapeToSpline_7();\r
-  public void SetShapeToSpline()\r
-    { SetShapeToSpline_7(); }\r
-\r
-  private native String GetShapeAsString_8();\r
-  public String GetShapeAsString()\r
-    { return GetShapeAsString_8(); }\r
-\r
-  private native void SetPoints_9(vtkPoints id0);\r
-  public void SetPoints(vtkPoints id0)\r
-    { SetPoints_9(id0); }\r
-\r
-  private native long GetPoints_10();\r
-  public vtkPoints GetPoints() {\r
-    long temp = GetPoints_10();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetSliceOrientation_11();\r
-  public int GetSliceOrientation()\r
-    { return GetSliceOrientation_11(); }\r
-\r
-  private native void SetSliceOrientation_12(int id0);\r
-  public void SetSliceOrientation(int id0)\r
-    { SetSliceOrientation_12(id0); }\r
-\r
-  private native int GetSliceOrientationMinValue_13();\r
-  public int GetSliceOrientationMinValue()\r
-    { return GetSliceOrientationMinValue_13(); }\r
-\r
-  private native int GetSliceOrientationMaxValue_14();\r
-  public int GetSliceOrientationMaxValue()\r
-    { return GetSliceOrientationMaxValue_14(); }\r
-\r
-  private native void SetSlicePoints_15(int id0,vtkPoints id1);\r
-  public void SetSlicePoints(int id0,vtkPoints id1)\r
-    { SetSlicePoints_15(id0,id1); }\r
-\r
-  private native long GetSlicePoints_16(int id0);\r
-  public vtkPoints GetSlicePoints(int id0) {\r
-    long temp = GetSlicePoints_16(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void RemoveAllSlicePoints_17();\r
-  public void RemoveAllSlicePoints()\r
-    { RemoveAllSlicePoints_17(); }\r
-\r
-  private native int GetMTime_18();\r
-  public int GetMTime()\r
-    { return GetMTime_18(); }\r
-\r
-  public vtkLassoStencilSource() { super(); }\r
-\r
-  public vtkLassoStencilSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLassoStencilSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLassoStencilSource extends vtkImageStencilSource
+{
+
+  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 int GetShape_2();
+  public int GetShape()
+    { return GetShape_2(); }
+
+  private native void SetShape_3(int id0);
+  public void SetShape(int id0)
+    { SetShape_3(id0); }
+
+  private native int GetShapeMinValue_4();
+  public int GetShapeMinValue()
+    { return GetShapeMinValue_4(); }
+
+  private native int GetShapeMaxValue_5();
+  public int GetShapeMaxValue()
+    { return GetShapeMaxValue_5(); }
+
+  private native void SetShapeToPolygon_6();
+  public void SetShapeToPolygon()
+    { SetShapeToPolygon_6(); }
+
+  private native void SetShapeToSpline_7();
+  public void SetShapeToSpline()
+    { SetShapeToSpline_7(); }
+
+  private native String GetShapeAsString_8();
+  public String GetShapeAsString()
+    { return GetShapeAsString_8(); }
+
+  private native void SetPoints_9(vtkPoints id0);
+  public void SetPoints(vtkPoints id0)
+    { SetPoints_9(id0); }
+
+  private native long GetPoints_10();
+  public vtkPoints GetPoints() {
+    long temp = GetPoints_10();
+
+    if (temp == 0) return null;
+    return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetSliceOrientation_11();
+  public int GetSliceOrientation()
+    { return GetSliceOrientation_11(); }
+
+  private native void SetSliceOrientation_12(int id0);
+  public void SetSliceOrientation(int id0)
+    { SetSliceOrientation_12(id0); }
+
+  private native int GetSliceOrientationMinValue_13();
+  public int GetSliceOrientationMinValue()
+    { return GetSliceOrientationMinValue_13(); }
+
+  private native int GetSliceOrientationMaxValue_14();
+  public int GetSliceOrientationMaxValue()
+    { return GetSliceOrientationMaxValue_14(); }
+
+  private native void SetSlicePoints_15(int id0,vtkPoints id1);
+  public void SetSlicePoints(int id0,vtkPoints id1)
+    { SetSlicePoints_15(id0,id1); }
+
+  private native long GetSlicePoints_16(int id0);
+  public vtkPoints GetSlicePoints(int id0) {
+    long temp = GetSlicePoints_16(id0);
+
+    if (temp == 0) return null;
+    return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void RemoveAllSlicePoints_17();
+  public void RemoveAllSlicePoints()
+    { RemoveAllSlicePoints_17(); }
+
+  private native int GetMTime_18();
+  public int GetMTime()
+    { return GetMTime_18(); }
+
+  public vtkLassoStencilSource() { super(); }
+
+  public vtkLassoStencilSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}