// java wrapper for vtkInteractorObserver object // package vtk; import vtk.*; public class vtkInteractorObserver extends vtkObject { 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 SetEnabled_2(int id0); public void SetEnabled(int id0) { SetEnabled_2(id0); } private native int GetEnabled_3(); public int GetEnabled() { return GetEnabled_3(); } private native void EnabledOn_4(); public void EnabledOn() { EnabledOn_4(); } private native void EnabledOff_5(); public void EnabledOff() { EnabledOff_5(); } private native void On_6(); public void On() { On_6(); } private native void Off_7(); public void Off() { Off_7(); } private native void SetInteractor_8(vtkRenderWindowInteractor id0); public void SetInteractor(vtkRenderWindowInteractor id0) { SetInteractor_8(id0); } private native long GetInteractor_9(); public vtkRenderWindowInteractor GetInteractor() { long temp = GetInteractor_9(); if (temp == 0) return null; return (vtkRenderWindowInteractor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPriority_10(double id0); public void SetPriority(double id0) { SetPriority_10(id0); } private native double GetPriorityMinValue_11(); public double GetPriorityMinValue() { return GetPriorityMinValue_11(); } private native double GetPriorityMaxValue_12(); public double GetPriorityMaxValue() { return GetPriorityMaxValue_12(); } private native double GetPriority_13(); public double GetPriority() { return GetPriority_13(); } private native void SetKeyPressActivation_14(int id0); public void SetKeyPressActivation(int id0) { SetKeyPressActivation_14(id0); } private native int GetKeyPressActivation_15(); public int GetKeyPressActivation() { return GetKeyPressActivation_15(); } private native void KeyPressActivationOn_16(); public void KeyPressActivationOn() { KeyPressActivationOn_16(); } private native void KeyPressActivationOff_17(); public void KeyPressActivationOff() { KeyPressActivationOff_17(); } private native void SetKeyPressActivationValue_18(char id0); public void SetKeyPressActivationValue(char id0) { SetKeyPressActivationValue_18(id0); } private native char GetKeyPressActivationValue_19(); public char GetKeyPressActivationValue() { return GetKeyPressActivationValue_19(); } private native long GetDefaultRenderer_20(); public vtkRenderer GetDefaultRenderer() { long temp = GetDefaultRenderer_20(); if (temp == 0) return null; return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDefaultRenderer_21(vtkRenderer id0); public void SetDefaultRenderer(vtkRenderer id0) { SetDefaultRenderer_21(id0); } private native long GetCurrentRenderer_22(); public vtkRenderer GetCurrentRenderer() { long temp = GetCurrentRenderer_22(); if (temp == 0) return null; return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCurrentRenderer_23(vtkRenderer id0); public void SetCurrentRenderer(vtkRenderer id0) { SetCurrentRenderer_23(id0); } private native void OnChar_24(); public void OnChar() { OnChar_24(); } private native void ComputeDisplayToWorld_25(vtkRenderer id0,double id1,double id2,double id3,double id4[]); public void ComputeDisplayToWorld(vtkRenderer id0,double id1,double id2,double id3,double id4[]) { ComputeDisplayToWorld_25(id0,id1,id2,id3,id4); } private native void ComputeWorldToDisplay_26(vtkRenderer id0,double id1,double id2,double id3,double id4[]); public void ComputeWorldToDisplay(vtkRenderer id0,double id1,double id2,double id3,double id4[]) { ComputeWorldToDisplay_26(id0,id1,id2,id3,id4); } private native void GrabFocus_27(vtkCommand id0,vtkCommand id1); public void GrabFocus(vtkCommand id0,vtkCommand id1) { GrabFocus_27(id0,id1); } private native void ReleaseFocus_28(); public void ReleaseFocus() { ReleaseFocus_28(); } public vtkInteractorObserver() { super(); } public vtkInteractorObserver(long id) { super(id); } }