1 // java wrapper for vtkCameraInterpolator object
7 public class vtkCameraInterpolator extends vtkObject
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 int GetNumberOfCameras_2();
19 public int GetNumberOfCameras()
20 { return GetNumberOfCameras_2(); }
22 private native double GetMinimumT_3();
23 public double GetMinimumT()
24 { return GetMinimumT_3(); }
26 private native double GetMaximumT_4();
27 public double GetMaximumT()
28 { return GetMaximumT_4(); }
30 private native void Initialize_5();
31 public void Initialize()
34 private native void AddCamera_6(double id0,vtkCamera id1);
35 public void AddCamera(double id0,vtkCamera id1)
36 { AddCamera_6(id0,id1); }
38 private native void RemoveCamera_7(double id0);
39 public void RemoveCamera(double id0)
40 { RemoveCamera_7(id0); }
42 private native void InterpolateCamera_8(double id0,vtkCamera id1);
43 public void InterpolateCamera(double id0,vtkCamera id1)
44 { InterpolateCamera_8(id0,id1); }
46 private native void SetInterpolationType_9(int id0);
47 public void SetInterpolationType(int id0)
48 { SetInterpolationType_9(id0); }
50 private native int GetInterpolationTypeMinValue_10();
51 public int GetInterpolationTypeMinValue()
52 { return GetInterpolationTypeMinValue_10(); }
54 private native int GetInterpolationTypeMaxValue_11();
55 public int GetInterpolationTypeMaxValue()
56 { return GetInterpolationTypeMaxValue_11(); }
58 private native int GetInterpolationType_12();
59 public int GetInterpolationType()
60 { return GetInterpolationType_12(); }
62 private native void SetInterpolationTypeToLinear_13();
63 public void SetInterpolationTypeToLinear()
64 { SetInterpolationTypeToLinear_13(); }
66 private native void SetInterpolationTypeToSpline_14();
67 public void SetInterpolationTypeToSpline()
68 { SetInterpolationTypeToSpline_14(); }
70 private native void SetInterpolationTypeToManual_15();
71 public void SetInterpolationTypeToManual()
72 { SetInterpolationTypeToManual_15(); }
74 private native void SetPositionInterpolator_16(vtkTupleInterpolator id0);
75 public void SetPositionInterpolator(vtkTupleInterpolator id0)
76 { SetPositionInterpolator_16(id0); }
78 private native long GetPositionInterpolator_17();
79 public vtkTupleInterpolator GetPositionInterpolator() {
80 long temp = GetPositionInterpolator_17();
82 if (temp == 0) return null;
83 return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
86 private native void SetFocalPointInterpolator_18(vtkTupleInterpolator id0);
87 public void SetFocalPointInterpolator(vtkTupleInterpolator id0)
88 { SetFocalPointInterpolator_18(id0); }
90 private native long GetFocalPointInterpolator_19();
91 public vtkTupleInterpolator GetFocalPointInterpolator() {
92 long temp = GetFocalPointInterpolator_19();
94 if (temp == 0) return null;
95 return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
98 private native void SetViewUpInterpolator_20(vtkTupleInterpolator id0);
99 public void SetViewUpInterpolator(vtkTupleInterpolator id0)
100 { SetViewUpInterpolator_20(id0); }
102 private native long GetViewUpInterpolator_21();
103 public vtkTupleInterpolator GetViewUpInterpolator() {
104 long temp = GetViewUpInterpolator_21();
106 if (temp == 0) return null;
107 return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
110 private native void SetViewAngleInterpolator_22(vtkTupleInterpolator id0);
111 public void SetViewAngleInterpolator(vtkTupleInterpolator id0)
112 { SetViewAngleInterpolator_22(id0); }
114 private native long GetViewAngleInterpolator_23();
115 public vtkTupleInterpolator GetViewAngleInterpolator() {
116 long temp = GetViewAngleInterpolator_23();
118 if (temp == 0) return null;
119 return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
122 private native void SetParallelScaleInterpolator_24(vtkTupleInterpolator id0);
123 public void SetParallelScaleInterpolator(vtkTupleInterpolator id0)
124 { SetParallelScaleInterpolator_24(id0); }
126 private native long GetParallelScaleInterpolator_25();
127 public vtkTupleInterpolator GetParallelScaleInterpolator() {
128 long temp = GetParallelScaleInterpolator_25();
130 if (temp == 0) return null;
131 return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
134 private native void SetClippingRangeInterpolator_26(vtkTupleInterpolator id0);
135 public void SetClippingRangeInterpolator(vtkTupleInterpolator id0)
136 { SetClippingRangeInterpolator_26(id0); }
138 private native long GetClippingRangeInterpolator_27();
139 public vtkTupleInterpolator GetClippingRangeInterpolator() {
140 long temp = GetClippingRangeInterpolator_27();
142 if (temp == 0) return null;
143 return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
146 private native int GetMTime_28();
147 public int GetMTime()
148 { return GetMTime_28(); }
150 public vtkCameraInterpolator() { super(); }
152 public vtkCameraInterpolator(long id) { super(id); }
153 public native long VTKInit();