]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkROIStencilSource.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkROIStencilSource.java
index 69da4c8166d9c6e8db0ce7489c9c10c500bd549d..a735d5d443a9a4f05d4ae524845223aa1862c42b 100644 (file)
@@ -1,75 +1,75 @@
-// java wrapper for vtkROIStencilSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkROIStencilSource 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 SetShapeToBox_6();\r
-  public void SetShapeToBox()\r
-    { SetShapeToBox_6(); }\r
-\r
-  private native void SetShapeToEllipsoid_7();\r
-  public void SetShapeToEllipsoid()\r
-    { SetShapeToEllipsoid_7(); }\r
-\r
-  private native void SetShapeToCylinderX_8();\r
-  public void SetShapeToCylinderX()\r
-    { SetShapeToCylinderX_8(); }\r
-\r
-  private native void SetShapeToCylinderY_9();\r
-  public void SetShapeToCylinderY()\r
-    { SetShapeToCylinderY_9(); }\r
-\r
-  private native void SetShapeToCylinderZ_10();\r
-  public void SetShapeToCylinderZ()\r
-    { SetShapeToCylinderZ_10(); }\r
-\r
-  private native String GetShapeAsString_11();\r
-  public String GetShapeAsString()\r
-    { return GetShapeAsString_11(); }\r
-\r
-  private native double[] GetBounds_12();\r
-  public double[] GetBounds()\r
-    { return GetBounds_12(); }\r
-\r
-  private native void SetBounds_13(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { SetBounds_13(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetBounds_14(double id0[]);\r
-  public void SetBounds(double id0[])\r
-    { SetBounds_14(id0); }\r
-\r
-  public vtkROIStencilSource() { super(); }\r
-\r
-  public vtkROIStencilSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkROIStencilSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkROIStencilSource 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 SetShapeToBox_6();
+  public void SetShapeToBox()
+    { SetShapeToBox_6(); }
+
+  private native void SetShapeToEllipsoid_7();
+  public void SetShapeToEllipsoid()
+    { SetShapeToEllipsoid_7(); }
+
+  private native void SetShapeToCylinderX_8();
+  public void SetShapeToCylinderX()
+    { SetShapeToCylinderX_8(); }
+
+  private native void SetShapeToCylinderY_9();
+  public void SetShapeToCylinderY()
+    { SetShapeToCylinderY_9(); }
+
+  private native void SetShapeToCylinderZ_10();
+  public void SetShapeToCylinderZ()
+    { SetShapeToCylinderZ_10(); }
+
+  private native String GetShapeAsString_11();
+  public String GetShapeAsString()
+    { return GetShapeAsString_11(); }
+
+  private native double[] GetBounds_12();
+  public double[] GetBounds()
+    { return GetBounds_12(); }
+
+  private native void SetBounds_13(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
+    { SetBounds_13(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetBounds_14(double id0[]);
+  public void SetBounds(double id0[])
+    { SetBounds_14(id0); }
+
+  public vtkROIStencilSource() { super(); }
+
+  public vtkROIStencilSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}