X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLassoStencilSource.java;h=f7260b2777b308099ad91c9fe3b9e10625a2a893;hb=dad2672f12421f28805df9d97acf20d0a8efe71f;hp=1cab80edaebd1e7237775f73e0665a6891f54810;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLassoStencilSource.java b/vtk/src/vtk/vtkLassoStencilSource.java index 1cab80ed..f7260b27 100644 --- a/vtk/src/vtk/vtkLassoStencilSource.java +++ b/vtk/src/vtk/vtkLassoStencilSource.java @@ -1,99 +1,99 @@ -// java wrapper for vtkLassoStencilSource object -// - -package vtk; -import vtk.*; - -public class vtkLassoStencilSource 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 SetShapeToPolygon_6(); - public void SetShapeToPolygon() - { SetShapeToPolygon_6(); } - - private native void SetShapeToSpline_7(); - public void SetShapeToSpline() - { SetShapeToSpline_7(); } - - private native String GetShapeAsString_8(); - public String GetShapeAsString() - { return GetShapeAsString_8(); } - - private native void SetPoints_9(vtkPoints id0); - public void SetPoints(vtkPoints id0) - { SetPoints_9(id0); } - - private native long GetPoints_10(); - public vtkPoints GetPoints() { - long temp = GetPoints_10(); - - if (temp == 0) return null; - return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetSliceOrientation_11(); - public int GetSliceOrientation() - { return GetSliceOrientation_11(); } - - private native void SetSliceOrientation_12(int id0); - public void SetSliceOrientation(int id0) - { SetSliceOrientation_12(id0); } - - private native int GetSliceOrientationMinValue_13(); - public int GetSliceOrientationMinValue() - { return GetSliceOrientationMinValue_13(); } - - private native int GetSliceOrientationMaxValue_14(); - public int GetSliceOrientationMaxValue() - { return GetSliceOrientationMaxValue_14(); } - - private native void SetSlicePoints_15(int id0,vtkPoints id1); - public void SetSlicePoints(int id0,vtkPoints id1) - { SetSlicePoints_15(id0,id1); } - - private native long GetSlicePoints_16(int id0); - public vtkPoints GetSlicePoints(int id0) { - long temp = GetSlicePoints_16(id0); - - if (temp == 0) return null; - return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void RemoveAllSlicePoints_17(); - public void RemoveAllSlicePoints() - { RemoveAllSlicePoints_17(); } - - private native int GetMTime_18(); - public int GetMTime() - { return GetMTime_18(); } - - public vtkLassoStencilSource() { super(); } - - public vtkLassoStencilSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLassoStencilSource object +// + +package vtk; +import vtk.*; + +public class vtkLassoStencilSource 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 SetShapeToPolygon_6(); + public void SetShapeToPolygon() + { SetShapeToPolygon_6(); } + + private native void SetShapeToSpline_7(); + public void SetShapeToSpline() + { SetShapeToSpline_7(); } + + private native String GetShapeAsString_8(); + public String GetShapeAsString() + { return GetShapeAsString_8(); } + + private native void SetPoints_9(vtkPoints id0); + public void SetPoints(vtkPoints id0) + { SetPoints_9(id0); } + + private native long GetPoints_10(); + public vtkPoints GetPoints() { + long temp = GetPoints_10(); + + if (temp == 0) return null; + return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetSliceOrientation_11(); + public int GetSliceOrientation() + { return GetSliceOrientation_11(); } + + private native void SetSliceOrientation_12(int id0); + public void SetSliceOrientation(int id0) + { SetSliceOrientation_12(id0); } + + private native int GetSliceOrientationMinValue_13(); + public int GetSliceOrientationMinValue() + { return GetSliceOrientationMinValue_13(); } + + private native int GetSliceOrientationMaxValue_14(); + public int GetSliceOrientationMaxValue() + { return GetSliceOrientationMaxValue_14(); } + + private native void SetSlicePoints_15(int id0,vtkPoints id1); + public void SetSlicePoints(int id0,vtkPoints id1) + { SetSlicePoints_15(id0,id1); } + + private native long GetSlicePoints_16(int id0); + public vtkPoints GetSlicePoints(int id0) { + long temp = GetSlicePoints_16(id0); + + if (temp == 0) return null; + return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void RemoveAllSlicePoints_17(); + public void RemoveAllSlicePoints() + { RemoveAllSlicePoints_17(); } + + private native int GetMTime_18(); + public int GetMTime() + { return GetMTime_18(); } + + public vtkLassoStencilSource() { super(); } + + public vtkLassoStencilSource(long id) { super(id); } + public native long VTKInit(); + +}