1 // java wrapper for vtkROIStencilSource object
7 public class vtkROIStencilSource extends vtkImageStencilSource
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native int GetShape_2();
20 { return GetShape_2(); }
22 private native void SetShape_3(int id0);
23 public void SetShape(int id0)
26 private native int GetShapeMinValue_4();
27 public int GetShapeMinValue()
28 { return GetShapeMinValue_4(); }
30 private native int GetShapeMaxValue_5();
31 public int GetShapeMaxValue()
32 { return GetShapeMaxValue_5(); }
34 private native void SetShapeToBox_6();
35 public void SetShapeToBox()
36 { SetShapeToBox_6(); }
38 private native void SetShapeToEllipsoid_7();
39 public void SetShapeToEllipsoid()
40 { SetShapeToEllipsoid_7(); }
42 private native void SetShapeToCylinderX_8();
43 public void SetShapeToCylinderX()
44 { SetShapeToCylinderX_8(); }
46 private native void SetShapeToCylinderY_9();
47 public void SetShapeToCylinderY()
48 { SetShapeToCylinderY_9(); }
50 private native void SetShapeToCylinderZ_10();
51 public void SetShapeToCylinderZ()
52 { SetShapeToCylinderZ_10(); }
54 private native String GetShapeAsString_11();
55 public String GetShapeAsString()
56 { return GetShapeAsString_11(); }
58 private native double[] GetBounds_12();
59 public double[] GetBounds()
60 { return GetBounds_12(); }
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); }
66 private native void SetBounds_14(double id0[]);
67 public void SetBounds(double id0[])
68 { SetBounds_14(id0); }
70 public vtkROIStencilSource() { super(); }
72 public vtkROIStencilSource(long id) { super(id); }
73 public native long VTKInit();