X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInteractorStyleSwitch.java;h=7b7ea5cfb59100873f3e03f697aa51882eb9ef1d;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=cc3b918697a2d54690f30e7f47e7416560ed4826;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInteractorStyleSwitch.java b/vtk/src/vtk/vtkInteractorStyleSwitch.java index cc3b9186..7b7ea5cf 100644 --- a/vtk/src/vtk/vtkInteractorStyleSwitch.java +++ b/vtk/src/vtk/vtkInteractorStyleSwitch.java @@ -1,67 +1,71 @@ -// java wrapper for vtkInteractorStyleSwitch object -// - -package vtk; -import vtk.*; - -public class vtkInteractorStyleSwitch 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 SetInteractor_2(vtkRenderWindowInteractor id0); - public void SetInteractor(vtkRenderWindowInteractor id0) - { SetInteractor_2(id0); } - - private native void SetAutoAdjustCameraClippingRange_3(int id0); - public void SetAutoAdjustCameraClippingRange(int id0) - { SetAutoAdjustCameraClippingRange_3(id0); } - - private native long GetCurrentStyle_4(); - public vtkInteractorStyle GetCurrentStyle() { - long temp = GetCurrentStyle_4(); - - if (temp == 0) return null; - return (vtkInteractorStyle)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetCurrentStyleToJoystickActor_5(); - public void SetCurrentStyleToJoystickActor() - { SetCurrentStyleToJoystickActor_5(); } - - private native void SetCurrentStyleToJoystickCamera_6(); - public void SetCurrentStyleToJoystickCamera() - { SetCurrentStyleToJoystickCamera_6(); } - - private native void SetCurrentStyleToTrackballActor_7(); - public void SetCurrentStyleToTrackballActor() - { SetCurrentStyleToTrackballActor_7(); } - - private native void SetCurrentStyleToTrackballCamera_8(); - public void SetCurrentStyleToTrackballCamera() - { SetCurrentStyleToTrackballCamera_8(); } - - private native void OnChar_9(); - public void OnChar() - { OnChar_9(); } - - private native void SetDefaultRenderer_10(vtkRenderer id0); - public void SetDefaultRenderer(vtkRenderer id0) - { SetDefaultRenderer_10(id0); } - - private native void SetCurrentRenderer_11(vtkRenderer id0); - public void SetCurrentRenderer(vtkRenderer id0) - { SetCurrentRenderer_11(id0); } - - public vtkInteractorStyleSwitch() { super(); } - - public vtkInteractorStyleSwitch(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkInteractorStyleSwitch object +// + +package vtk; +import vtk.*; + +public class vtkInteractorStyleSwitch extends vtkInteractorStyleSwitchBase +{ + + 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 SetInteractor_2(vtkRenderWindowInteractor id0); + public void SetInteractor(vtkRenderWindowInteractor id0) + { SetInteractor_2(id0); } + + private native void SetAutoAdjustCameraClippingRange_3(int id0); + public void SetAutoAdjustCameraClippingRange(int id0) + { SetAutoAdjustCameraClippingRange_3(id0); } + + private native long GetCurrentStyle_4(); + public vtkInteractorStyle GetCurrentStyle() { + long temp = GetCurrentStyle_4(); + + if (temp == 0) return null; + return (vtkInteractorStyle)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetCurrentStyleToJoystickActor_5(); + public void SetCurrentStyleToJoystickActor() + { SetCurrentStyleToJoystickActor_5(); } + + private native void SetCurrentStyleToJoystickCamera_6(); + public void SetCurrentStyleToJoystickCamera() + { SetCurrentStyleToJoystickCamera_6(); } + + private native void SetCurrentStyleToTrackballActor_7(); + public void SetCurrentStyleToTrackballActor() + { SetCurrentStyleToTrackballActor_7(); } + + private native void SetCurrentStyleToTrackballCamera_8(); + public void SetCurrentStyleToTrackballCamera() + { SetCurrentStyleToTrackballCamera_8(); } + + private native void SetCurrentStyleToMultiTouchCamera_9(); + public void SetCurrentStyleToMultiTouchCamera() + { SetCurrentStyleToMultiTouchCamera_9(); } + + private native void OnChar_10(); + public void OnChar() + { OnChar_10(); } + + private native void SetDefaultRenderer_11(vtkRenderer id0); + public void SetDefaultRenderer(vtkRenderer id0) + { SetDefaultRenderer_11(id0); } + + private native void SetCurrentRenderer_12(vtkRenderer id0); + public void SetCurrentRenderer(vtkRenderer id0) + { SetCurrentRenderer_12(id0); } + + public vtkInteractorStyleSwitch() { super(); } + + public vtkInteractorStyleSwitch(long id) { super(id); } + public native long VTKInit(); + +}