]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkROIStencilSource.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkROIStencilSource.java
1 // java wrapper for vtkROIStencilSource object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkROIStencilSource extends vtkImageStencilSource\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native int GetShape_2();\r
19   public int GetShape()\r
20     { return GetShape_2(); }\r
21 \r
22   private native void SetShape_3(int id0);\r
23   public void SetShape(int id0)\r
24     { SetShape_3(id0); }\r
25 \r
26   private native int GetShapeMinValue_4();\r
27   public int GetShapeMinValue()\r
28     { return GetShapeMinValue_4(); }\r
29 \r
30   private native int GetShapeMaxValue_5();\r
31   public int GetShapeMaxValue()\r
32     { return GetShapeMaxValue_5(); }\r
33 \r
34   private native void SetShapeToBox_6();\r
35   public void SetShapeToBox()\r
36     { SetShapeToBox_6(); }\r
37 \r
38   private native void SetShapeToEllipsoid_7();\r
39   public void SetShapeToEllipsoid()\r
40     { SetShapeToEllipsoid_7(); }\r
41 \r
42   private native void SetShapeToCylinderX_8();\r
43   public void SetShapeToCylinderX()\r
44     { SetShapeToCylinderX_8(); }\r
45 \r
46   private native void SetShapeToCylinderY_9();\r
47   public void SetShapeToCylinderY()\r
48     { SetShapeToCylinderY_9(); }\r
49 \r
50   private native void SetShapeToCylinderZ_10();\r
51   public void SetShapeToCylinderZ()\r
52     { SetShapeToCylinderZ_10(); }\r
53 \r
54   private native String GetShapeAsString_11();\r
55   public String GetShapeAsString()\r
56     { return GetShapeAsString_11(); }\r
57 \r
58   private native double[] GetBounds_12();\r
59   public double[] GetBounds()\r
60     { return GetBounds_12(); }\r
61 \r
62   private native void SetBounds_13(double id0,double id1,double id2,double id3,double id4,double id5);\r
63   public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)\r
64     { SetBounds_13(id0,id1,id2,id3,id4,id5); }\r
65 \r
66   private native void SetBounds_14(double id0[]);\r
67   public void SetBounds(double id0[])\r
68     { SetBounds_14(id0); }\r
69 \r
70   public vtkROIStencilSource() { super(); }\r
71 \r
72   public vtkROIStencilSource(long id) { super(id); }\r
73   public native long   VTKInit();\r
74 \r
75 }\r