X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkProjectedTexture.java;h=e47980574dade4a33c1c89b1cef65427e9be572d;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=f0250929d9ef1257e4c5993f701fa58e93473add;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkProjectedTexture.java b/vtk/src/vtk/vtkProjectedTexture.java index f0250929..e4798057 100644 --- a/vtk/src/vtk/vtkProjectedTexture.java +++ b/vtk/src/vtk/vtkProjectedTexture.java @@ -1,123 +1,123 @@ -// java wrapper for vtkProjectedTexture object -// - -package vtk; -import vtk.*; - -public class vtkProjectedTexture extends vtkDataSetAlgorithm -{ - - 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(double id0,double id1,double id2); - public void SetPosition(double id0,double id1,double id2) - { SetPosition_2(id0,id1,id2); } - - private native void SetPosition_3(double id0[]); - public void SetPosition(double id0[]) - { SetPosition_3(id0); } - - private native double[] GetPosition_4(); - public double[] GetPosition() - { return GetPosition_4(); } - - private native void SetFocalPoint_5(double id0[]); - public void SetFocalPoint(double id0[]) - { SetFocalPoint_5(id0); } - - private native void SetFocalPoint_6(double id0,double id1,double id2); - public void SetFocalPoint(double id0,double id1,double id2) - { SetFocalPoint_6(id0,id1,id2); } - - private native double[] GetFocalPoint_7(); - public double[] GetFocalPoint() - { return GetFocalPoint_7(); } - - private native void SetCameraMode_8(int id0); - public void SetCameraMode(int id0) - { SetCameraMode_8(id0); } - - private native int GetCameraMode_9(); - public int GetCameraMode() - { return GetCameraMode_9(); } - - private native void SetCameraModeToPinhole_10(); - public void SetCameraModeToPinhole() - { SetCameraModeToPinhole_10(); } - - private native void SetCameraModeToTwoMirror_11(); - public void SetCameraModeToTwoMirror() - { SetCameraModeToTwoMirror_11(); } - - private native void SetMirrorSeparation_12(double id0); - public void SetMirrorSeparation(double id0) - { SetMirrorSeparation_12(id0); } - - private native double GetMirrorSeparation_13(); - public double GetMirrorSeparation() - { return GetMirrorSeparation_13(); } - - private native double[] GetOrientation_14(); - public double[] GetOrientation() - { return GetOrientation_14(); } - - private native void SetUp_15(double id0,double id1,double id2); - public void SetUp(double id0,double id1,double id2) - { SetUp_15(id0,id1,id2); } - - private native void SetUp_16(double id0[]); - public void SetUp(double id0[]) - { SetUp_16(id0); } - - private native double[] GetUp_17(); - public double[] GetUp() - { return GetUp_17(); } - - private native void SetAspectRatio_18(double id0,double id1,double id2); - public void SetAspectRatio(double id0,double id1,double id2) - { SetAspectRatio_18(id0,id1,id2); } - - private native void SetAspectRatio_19(double id0[]); - public void SetAspectRatio(double id0[]) - { SetAspectRatio_19(id0); } - - private native double[] GetAspectRatio_20(); - public double[] GetAspectRatio() - { return GetAspectRatio_20(); } - - private native void SetSRange_21(double id0,double id1); - public void SetSRange(double id0,double id1) - { SetSRange_21(id0,id1); } - - private native void SetSRange_22(double id0[]); - public void SetSRange(double id0[]) - { SetSRange_22(id0); } - - private native double[] GetSRange_23(); - public double[] GetSRange() - { return GetSRange_23(); } - - private native void SetTRange_24(double id0,double id1); - public void SetTRange(double id0,double id1) - { SetTRange_24(id0,id1); } - - private native void SetTRange_25(double id0[]); - public void SetTRange(double id0[]) - { SetTRange_25(id0); } - - private native double[] GetTRange_26(); - public double[] GetTRange() - { return GetTRange_26(); } - - public vtkProjectedTexture() { super(); } - - public vtkProjectedTexture(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkProjectedTexture object +// + +package vtk; +import vtk.*; + +public class vtkProjectedTexture extends vtkDataSetAlgorithm +{ + + 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(double id0,double id1,double id2); + public void SetPosition(double id0,double id1,double id2) + { SetPosition_2(id0,id1,id2); } + + private native void SetPosition_3(double id0[]); + public void SetPosition(double id0[]) + { SetPosition_3(id0); } + + private native double[] GetPosition_4(); + public double[] GetPosition() + { return GetPosition_4(); } + + private native void SetFocalPoint_5(double id0[]); + public void SetFocalPoint(double id0[]) + { SetFocalPoint_5(id0); } + + private native void SetFocalPoint_6(double id0,double id1,double id2); + public void SetFocalPoint(double id0,double id1,double id2) + { SetFocalPoint_6(id0,id1,id2); } + + private native double[] GetFocalPoint_7(); + public double[] GetFocalPoint() + { return GetFocalPoint_7(); } + + private native void SetCameraMode_8(int id0); + public void SetCameraMode(int id0) + { SetCameraMode_8(id0); } + + private native int GetCameraMode_9(); + public int GetCameraMode() + { return GetCameraMode_9(); } + + private native void SetCameraModeToPinhole_10(); + public void SetCameraModeToPinhole() + { SetCameraModeToPinhole_10(); } + + private native void SetCameraModeToTwoMirror_11(); + public void SetCameraModeToTwoMirror() + { SetCameraModeToTwoMirror_11(); } + + private native void SetMirrorSeparation_12(double id0); + public void SetMirrorSeparation(double id0) + { SetMirrorSeparation_12(id0); } + + private native double GetMirrorSeparation_13(); + public double GetMirrorSeparation() + { return GetMirrorSeparation_13(); } + + private native double[] GetOrientation_14(); + public double[] GetOrientation() + { return GetOrientation_14(); } + + private native void SetUp_15(double id0,double id1,double id2); + public void SetUp(double id0,double id1,double id2) + { SetUp_15(id0,id1,id2); } + + private native void SetUp_16(double id0[]); + public void SetUp(double id0[]) + { SetUp_16(id0); } + + private native double[] GetUp_17(); + public double[] GetUp() + { return GetUp_17(); } + + private native void SetAspectRatio_18(double id0,double id1,double id2); + public void SetAspectRatio(double id0,double id1,double id2) + { SetAspectRatio_18(id0,id1,id2); } + + private native void SetAspectRatio_19(double id0[]); + public void SetAspectRatio(double id0[]) + { SetAspectRatio_19(id0); } + + private native double[] GetAspectRatio_20(); + public double[] GetAspectRatio() + { return GetAspectRatio_20(); } + + private native void SetSRange_21(double id0,double id1); + public void SetSRange(double id0,double id1) + { SetSRange_21(id0,id1); } + + private native void SetSRange_22(double id0[]); + public void SetSRange(double id0[]) + { SetSRange_22(id0); } + + private native double[] GetSRange_23(); + public double[] GetSRange() + { return GetSRange_23(); } + + private native void SetTRange_24(double id0,double id1); + public void SetTRange(double id0,double id1) + { SetTRange_24(id0,id1); } + + private native void SetTRange_25(double id0[]); + public void SetTRange(double id0[]) + { SetTRange_25(id0); } + + private native double[] GetTRange_26(); + public double[] GetTRange() + { return GetTRange_26(); } + + public vtkProjectedTexture() { super(); } + + public vtkProjectedTexture(long id) { super(id); } + public native long VTKInit(); + +}