// 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(); }