X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInteractorStyleFlight.java;h=1737fbea4a9ac1fc940d506082aacb3e3d228ce6;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=bd4ab025cb1733da694aea7bf98840d946eb2e7b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInteractorStyleFlight.java b/vtk/src/vtk/vtkInteractorStyleFlight.java index bd4ab025..1737fbea 100644 --- a/vtk/src/vtk/vtkInteractorStyleFlight.java +++ b/vtk/src/vtk/vtkInteractorStyleFlight.java @@ -1,167 +1,167 @@ -// java wrapper for vtkInteractorStyleFlight object -// - -package vtk; -import vtk.*; - -public class vtkInteractorStyleFlight extends vtkInteractorStyle -{ - - 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 JumpTo_2(double id0[],double id1[]); - public void JumpTo(double id0[],double id1[]) - { JumpTo_2(id0,id1); } - - private native void SetMotionStepSize_3(double id0); - public void SetMotionStepSize(double id0) - { SetMotionStepSize_3(id0); } - - private native double GetMotionStepSize_4(); - public double GetMotionStepSize() - { return GetMotionStepSize_4(); } - - private native void SetMotionAccelerationFactor_5(double id0); - public void SetMotionAccelerationFactor(double id0) - { SetMotionAccelerationFactor_5(id0); } - - private native double GetMotionAccelerationFactor_6(); - public double GetMotionAccelerationFactor() - { return GetMotionAccelerationFactor_6(); } - - private native void SetAngleStepSize_7(double id0); - public void SetAngleStepSize(double id0) - { SetAngleStepSize_7(id0); } - - private native double GetAngleStepSize_8(); - public double GetAngleStepSize() - { return GetAngleStepSize_8(); } - - private native void SetAngleAccelerationFactor_9(double id0); - public void SetAngleAccelerationFactor(double id0) - { SetAngleAccelerationFactor_9(id0); } - - private native double GetAngleAccelerationFactor_10(); - public double GetAngleAccelerationFactor() - { return GetAngleAccelerationFactor_10(); } - - private native void SetDisableMotion_11(int id0); - public void SetDisableMotion(int id0) - { SetDisableMotion_11(id0); } - - private native int GetDisableMotion_12(); - public int GetDisableMotion() - { return GetDisableMotion_12(); } - - private native void DisableMotionOn_13(); - public void DisableMotionOn() - { DisableMotionOn_13(); } - - private native void DisableMotionOff_14(); - public void DisableMotionOff() - { DisableMotionOff_14(); } - - private native void SetRestoreUpVector_15(int id0); - public void SetRestoreUpVector(int id0) - { SetRestoreUpVector_15(id0); } - - private native int GetRestoreUpVector_16(); - public int GetRestoreUpVector() - { return GetRestoreUpVector_16(); } - - private native void RestoreUpVectorOn_17(); - public void RestoreUpVectorOn() - { RestoreUpVectorOn_17(); } - - private native void RestoreUpVectorOff_18(); - public void RestoreUpVectorOff() - { RestoreUpVectorOff_18(); } - - private native double[] GetDefaultUpVector_19(); - public double[] GetDefaultUpVector() - { return GetDefaultUpVector_19(); } - - private native void SetDefaultUpVector_20(double id0[]); - public void SetDefaultUpVector(double id0[]) - { SetDefaultUpVector_20(id0); } - - private native void OnMouseMove_21(); - public void OnMouseMove() - { OnMouseMove_21(); } - - private native void OnLeftButtonDown_22(); - public void OnLeftButtonDown() - { OnLeftButtonDown_22(); } - - private native void OnLeftButtonUp_23(); - public void OnLeftButtonUp() - { OnLeftButtonUp_23(); } - - private native void OnMiddleButtonDown_24(); - public void OnMiddleButtonDown() - { OnMiddleButtonDown_24(); } - - private native void OnMiddleButtonUp_25(); - public void OnMiddleButtonUp() - { OnMiddleButtonUp_25(); } - - private native void OnRightButtonDown_26(); - public void OnRightButtonDown() - { OnRightButtonDown_26(); } - - private native void OnRightButtonUp_27(); - public void OnRightButtonUp() - { OnRightButtonUp_27(); } - - private native void OnChar_28(); - public void OnChar() - { OnChar_28(); } - - private native void OnKeyDown_29(); - public void OnKeyDown() - { OnKeyDown_29(); } - - private native void OnKeyUp_30(); - public void OnKeyUp() - { OnKeyUp_30(); } - - private native void OnTimer_31(); - public void OnTimer() - { OnTimer_31(); } - - private native void ForwardFly_32(); - public void ForwardFly() - { ForwardFly_32(); } - - private native void ReverseFly_33(); - public void ReverseFly() - { ReverseFly_33(); } - - private native void StartForwardFly_34(); - public void StartForwardFly() - { StartForwardFly_34(); } - - private native void EndForwardFly_35(); - public void EndForwardFly() - { EndForwardFly_35(); } - - private native void StartReverseFly_36(); - public void StartReverseFly() - { StartReverseFly_36(); } - - private native void EndReverseFly_37(); - public void EndReverseFly() - { EndReverseFly_37(); } - - public vtkInteractorStyleFlight() { super(); } - - public vtkInteractorStyleFlight(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkInteractorStyleFlight object +// + +package vtk; +import vtk.*; + +public class vtkInteractorStyleFlight extends vtkInteractorStyle +{ + + 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 JumpTo_2(double id0[],double id1[]); + public void JumpTo(double id0[],double id1[]) + { JumpTo_2(id0,id1); } + + private native void SetMotionStepSize_3(double id0); + public void SetMotionStepSize(double id0) + { SetMotionStepSize_3(id0); } + + private native double GetMotionStepSize_4(); + public double GetMotionStepSize() + { return GetMotionStepSize_4(); } + + private native void SetMotionAccelerationFactor_5(double id0); + public void SetMotionAccelerationFactor(double id0) + { SetMotionAccelerationFactor_5(id0); } + + private native double GetMotionAccelerationFactor_6(); + public double GetMotionAccelerationFactor() + { return GetMotionAccelerationFactor_6(); } + + private native void SetAngleStepSize_7(double id0); + public void SetAngleStepSize(double id0) + { SetAngleStepSize_7(id0); } + + private native double GetAngleStepSize_8(); + public double GetAngleStepSize() + { return GetAngleStepSize_8(); } + + private native void SetAngleAccelerationFactor_9(double id0); + public void SetAngleAccelerationFactor(double id0) + { SetAngleAccelerationFactor_9(id0); } + + private native double GetAngleAccelerationFactor_10(); + public double GetAngleAccelerationFactor() + { return GetAngleAccelerationFactor_10(); } + + private native void SetDisableMotion_11(int id0); + public void SetDisableMotion(int id0) + { SetDisableMotion_11(id0); } + + private native int GetDisableMotion_12(); + public int GetDisableMotion() + { return GetDisableMotion_12(); } + + private native void DisableMotionOn_13(); + public void DisableMotionOn() + { DisableMotionOn_13(); } + + private native void DisableMotionOff_14(); + public void DisableMotionOff() + { DisableMotionOff_14(); } + + private native void SetRestoreUpVector_15(int id0); + public void SetRestoreUpVector(int id0) + { SetRestoreUpVector_15(id0); } + + private native int GetRestoreUpVector_16(); + public int GetRestoreUpVector() + { return GetRestoreUpVector_16(); } + + private native void RestoreUpVectorOn_17(); + public void RestoreUpVectorOn() + { RestoreUpVectorOn_17(); } + + private native void RestoreUpVectorOff_18(); + public void RestoreUpVectorOff() + { RestoreUpVectorOff_18(); } + + private native double[] GetDefaultUpVector_19(); + public double[] GetDefaultUpVector() + { return GetDefaultUpVector_19(); } + + private native void SetDefaultUpVector_20(double id0[]); + public void SetDefaultUpVector(double id0[]) + { SetDefaultUpVector_20(id0); } + + private native void OnMouseMove_21(); + public void OnMouseMove() + { OnMouseMove_21(); } + + private native void OnLeftButtonDown_22(); + public void OnLeftButtonDown() + { OnLeftButtonDown_22(); } + + private native void OnLeftButtonUp_23(); + public void OnLeftButtonUp() + { OnLeftButtonUp_23(); } + + private native void OnMiddleButtonDown_24(); + public void OnMiddleButtonDown() + { OnMiddleButtonDown_24(); } + + private native void OnMiddleButtonUp_25(); + public void OnMiddleButtonUp() + { OnMiddleButtonUp_25(); } + + private native void OnRightButtonDown_26(); + public void OnRightButtonDown() + { OnRightButtonDown_26(); } + + private native void OnRightButtonUp_27(); + public void OnRightButtonUp() + { OnRightButtonUp_27(); } + + private native void OnChar_28(); + public void OnChar() + { OnChar_28(); } + + private native void OnKeyDown_29(); + public void OnKeyDown() + { OnKeyDown_29(); } + + private native void OnKeyUp_30(); + public void OnKeyUp() + { OnKeyUp_30(); } + + private native void OnTimer_31(); + public void OnTimer() + { OnTimer_31(); } + + private native void ForwardFly_32(); + public void ForwardFly() + { ForwardFly_32(); } + + private native void ReverseFly_33(); + public void ReverseFly() + { ReverseFly_33(); } + + private native void StartForwardFly_34(); + public void StartForwardFly() + { StartForwardFly_34(); } + + private native void EndForwardFly_35(); + public void EndForwardFly() + { EndForwardFly_35(); } + + private native void StartReverseFly_36(); + public void StartReverseFly() + { StartReverseFly_36(); } + + private native void EndReverseFly_37(); + public void EndReverseFly() + { EndReverseFly_37(); } + + public vtkInteractorStyleFlight() { super(); } + + public vtkInteractorStyleFlight(long id) { super(id); } + public native long VTKInit(); + +}