1 // java wrapper for vtkInteractorStyle3D object
7 public class vtkInteractorStyle3D extends vtkInteractorStyle
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetDollyPhysicalSpeed_2(double id0);
19 public void SetDollyPhysicalSpeed(double id0)
20 { SetDollyPhysicalSpeed_2(id0); }
22 private native double GetDollyPhysicalSpeed_3();
23 public double GetDollyPhysicalSpeed()
24 { return GetDollyPhysicalSpeed_3(); }
26 private native void SetScale_4(vtkCamera id0,double id1);
27 public void SetScale(vtkCamera id0,double id1)
28 { SetScale_4(id0,id1); }
30 private native long GetInteractionPicker_5();
31 public vtkPropPicker GetInteractionPicker() {
32 long temp = GetInteractionPicker_5();
34 if (temp == 0) return null;
35 return (vtkPropPicker)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
38 public vtkInteractorStyle3D() { super(); }
40 public vtkInteractorStyle3D(long id) { super(id); }
41 public native long VTKInit();