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