X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkImageRectilinearWipe.java;h=41626507ec9d5283a9f801dab0189b537ff095ad;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=df5bfa01337da5aeb86fae68c3f0767e9897c967;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageRectilinearWipe.java b/vtk/src/vtk/vtkImageRectilinearWipe.java index df5bfa01..41626507 100644 --- a/vtk/src/vtk/vtkImageRectilinearWipe.java +++ b/vtk/src/vtk/vtkImageRectilinearWipe.java @@ -1,99 +1,99 @@ -// java wrapper for vtkImageRectilinearWipe object -// - -package vtk; -import vtk.*; - -public class vtkImageRectilinearWipe extends vtkThreadedImageAlgorithm -{ - - 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 void SetPosition_2(int id0,int id1); - public void SetPosition(int id0,int id1) - { SetPosition_2(id0,id1); } - - private native void SetPosition_3(int id0[]); - public void SetPosition(int id0[]) - { SetPosition_3(id0); } - - private native int[] GetPosition_4(); - public int[] GetPosition() - { return GetPosition_4(); } - - private native void SetAxis_5(int id0,int id1); - public void SetAxis(int id0,int id1) - { SetAxis_5(id0,id1); } - - private native void SetAxis_6(int id0[]); - public void SetAxis(int id0[]) - { SetAxis_6(id0); } - - private native int[] GetAxis_7(); - public int[] GetAxis() - { return GetAxis_7(); } - - private native void SetInput1_8(vtkDataObject id0); - public void SetInput1(vtkDataObject id0) - { SetInput1_8(id0); } - - private native void SetInput2_9(vtkDataObject id0); - public void SetInput2(vtkDataObject id0) - { SetInput2_9(id0); } - - private native void SetWipe_10(int id0); - public void SetWipe(int id0) - { SetWipe_10(id0); } - - private native int GetWipeMinValue_11(); - public int GetWipeMinValue() - { return GetWipeMinValue_11(); } - - private native int GetWipeMaxValue_12(); - public int GetWipeMaxValue() - { return GetWipeMaxValue_12(); } - - private native int GetWipe_13(); - public int GetWipe() - { return GetWipe_13(); } - - private native void SetWipeToQuad_14(); - public void SetWipeToQuad() - { SetWipeToQuad_14(); } - - private native void SetWipeToHorizontal_15(); - public void SetWipeToHorizontal() - { SetWipeToHorizontal_15(); } - - private native void SetWipeToVertical_16(); - public void SetWipeToVertical() - { SetWipeToVertical_16(); } - - private native void SetWipeToLowerLeft_17(); - public void SetWipeToLowerLeft() - { SetWipeToLowerLeft_17(); } - - private native void SetWipeToLowerRight_18(); - public void SetWipeToLowerRight() - { SetWipeToLowerRight_18(); } - - private native void SetWipeToUpperLeft_19(); - public void SetWipeToUpperLeft() - { SetWipeToUpperLeft_19(); } - - private native void SetWipeToUpperRight_20(); - public void SetWipeToUpperRight() - { SetWipeToUpperRight_20(); } - - public vtkImageRectilinearWipe() { super(); } - - public vtkImageRectilinearWipe(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageRectilinearWipe object +// + +package vtk; +import vtk.*; + +public class vtkImageRectilinearWipe extends vtkThreadedImageAlgorithm +{ + + 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 void SetPosition_2(int id0,int id1); + public void SetPosition(int id0,int id1) + { SetPosition_2(id0,id1); } + + private native void SetPosition_3(int id0[]); + public void SetPosition(int id0[]) + { SetPosition_3(id0); } + + private native int[] GetPosition_4(); + public int[] GetPosition() + { return GetPosition_4(); } + + private native void SetAxis_5(int id0,int id1); + public void SetAxis(int id0,int id1) + { SetAxis_5(id0,id1); } + + private native void SetAxis_6(int id0[]); + public void SetAxis(int id0[]) + { SetAxis_6(id0); } + + private native int[] GetAxis_7(); + public int[] GetAxis() + { return GetAxis_7(); } + + private native void SetInput1Data_8(vtkDataObject id0); + public void SetInput1Data(vtkDataObject id0) + { SetInput1Data_8(id0); } + + private native void SetInput2Data_9(vtkDataObject id0); + public void SetInput2Data(vtkDataObject id0) + { SetInput2Data_9(id0); } + + private native void SetWipe_10(int id0); + public void SetWipe(int id0) + { SetWipe_10(id0); } + + private native int GetWipeMinValue_11(); + public int GetWipeMinValue() + { return GetWipeMinValue_11(); } + + private native int GetWipeMaxValue_12(); + public int GetWipeMaxValue() + { return GetWipeMaxValue_12(); } + + private native int GetWipe_13(); + public int GetWipe() + { return GetWipe_13(); } + + private native void SetWipeToQuad_14(); + public void SetWipeToQuad() + { SetWipeToQuad_14(); } + + private native void SetWipeToHorizontal_15(); + public void SetWipeToHorizontal() + { SetWipeToHorizontal_15(); } + + private native void SetWipeToVertical_16(); + public void SetWipeToVertical() + { SetWipeToVertical_16(); } + + private native void SetWipeToLowerLeft_17(); + public void SetWipeToLowerLeft() + { SetWipeToLowerLeft_17(); } + + private native void SetWipeToLowerRight_18(); + public void SetWipeToLowerRight() + { SetWipeToLowerRight_18(); } + + private native void SetWipeToUpperLeft_19(); + public void SetWipeToUpperLeft() + { SetWipeToUpperLeft_19(); } + + private native void SetWipeToUpperRight_20(); + public void SetWipeToUpperRight() + { SetWipeToUpperRight_20(); } + + public vtkImageRectilinearWipe() { super(); } + + public vtkImageRectilinearWipe(long id) { super(id); } + public native long VTKInit(); + +}