X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkROIStencilSource.java;h=a735d5d443a9a4f05d4ae524845223aa1862c42b;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=69da4c8166d9c6e8db0ce7489c9c10c500bd549d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkROIStencilSource.java b/vtk/src/vtk/vtkROIStencilSource.java index 69da4c81..a735d5d4 100644 --- a/vtk/src/vtk/vtkROIStencilSource.java +++ b/vtk/src/vtk/vtkROIStencilSource.java @@ -1,75 +1,75 @@ -// java wrapper for vtkROIStencilSource object -// - -package vtk; -import vtk.*; - -public class vtkROIStencilSource extends vtkImageStencilSource -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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(); - -} +// 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(); + +}