]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCameraInterpolator.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkCameraInterpolator.java
1 // java wrapper for vtkCameraInterpolator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCameraInterpolator extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native int GetNumberOfCameras_2();
19   public int GetNumberOfCameras()
20     { return GetNumberOfCameras_2(); }
21
22   private native double GetMinimumT_3();
23   public double GetMinimumT()
24     { return GetMinimumT_3(); }
25
26   private native double GetMaximumT_4();
27   public double GetMaximumT()
28     { return GetMaximumT_4(); }
29
30   private native void Initialize_5();
31   public void Initialize()
32     { Initialize_5(); }
33
34   private native void AddCamera_6(double id0,vtkCamera id1);
35   public void AddCamera(double id0,vtkCamera id1)
36     { AddCamera_6(id0,id1); }
37
38   private native void RemoveCamera_7(double id0);
39   public void RemoveCamera(double id0)
40     { RemoveCamera_7(id0); }
41
42   private native void InterpolateCamera_8(double id0,vtkCamera id1);
43   public void InterpolateCamera(double id0,vtkCamera id1)
44     { InterpolateCamera_8(id0,id1); }
45
46   private native void SetInterpolationType_9(int id0);
47   public void SetInterpolationType(int id0)
48     { SetInterpolationType_9(id0); }
49
50   private native int GetInterpolationTypeMinValue_10();
51   public int GetInterpolationTypeMinValue()
52     { return GetInterpolationTypeMinValue_10(); }
53
54   private native int GetInterpolationTypeMaxValue_11();
55   public int GetInterpolationTypeMaxValue()
56     { return GetInterpolationTypeMaxValue_11(); }
57
58   private native int GetInterpolationType_12();
59   public int GetInterpolationType()
60     { return GetInterpolationType_12(); }
61
62   private native void SetInterpolationTypeToLinear_13();
63   public void SetInterpolationTypeToLinear()
64     { SetInterpolationTypeToLinear_13(); }
65
66   private native void SetInterpolationTypeToSpline_14();
67   public void SetInterpolationTypeToSpline()
68     { SetInterpolationTypeToSpline_14(); }
69
70   private native void SetInterpolationTypeToManual_15();
71   public void SetInterpolationTypeToManual()
72     { SetInterpolationTypeToManual_15(); }
73
74   private native void SetPositionInterpolator_16(vtkTupleInterpolator id0);
75   public void SetPositionInterpolator(vtkTupleInterpolator id0)
76     { SetPositionInterpolator_16(id0); }
77
78   private native long GetPositionInterpolator_17();
79   public vtkTupleInterpolator GetPositionInterpolator() {
80     long temp = GetPositionInterpolator_17();
81
82     if (temp == 0) return null;
83     return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native void SetFocalPointInterpolator_18(vtkTupleInterpolator id0);
87   public void SetFocalPointInterpolator(vtkTupleInterpolator id0)
88     { SetFocalPointInterpolator_18(id0); }
89
90   private native long GetFocalPointInterpolator_19();
91   public vtkTupleInterpolator GetFocalPointInterpolator() {
92     long temp = GetFocalPointInterpolator_19();
93
94     if (temp == 0) return null;
95     return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native void SetViewUpInterpolator_20(vtkTupleInterpolator id0);
99   public void SetViewUpInterpolator(vtkTupleInterpolator id0)
100     { SetViewUpInterpolator_20(id0); }
101
102   private native long GetViewUpInterpolator_21();
103   public vtkTupleInterpolator GetViewUpInterpolator() {
104     long temp = GetViewUpInterpolator_21();
105
106     if (temp == 0) return null;
107     return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native void SetViewAngleInterpolator_22(vtkTupleInterpolator id0);
111   public void SetViewAngleInterpolator(vtkTupleInterpolator id0)
112     { SetViewAngleInterpolator_22(id0); }
113
114   private native long GetViewAngleInterpolator_23();
115   public vtkTupleInterpolator GetViewAngleInterpolator() {
116     long temp = GetViewAngleInterpolator_23();
117
118     if (temp == 0) return null;
119     return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native void SetParallelScaleInterpolator_24(vtkTupleInterpolator id0);
123   public void SetParallelScaleInterpolator(vtkTupleInterpolator id0)
124     { SetParallelScaleInterpolator_24(id0); }
125
126   private native long GetParallelScaleInterpolator_25();
127   public vtkTupleInterpolator GetParallelScaleInterpolator() {
128     long temp = GetParallelScaleInterpolator_25();
129
130     if (temp == 0) return null;
131     return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native void SetClippingRangeInterpolator_26(vtkTupleInterpolator id0);
135   public void SetClippingRangeInterpolator(vtkTupleInterpolator id0)
136     { SetClippingRangeInterpolator_26(id0); }
137
138   private native long GetClippingRangeInterpolator_27();
139   public vtkTupleInterpolator GetClippingRangeInterpolator() {
140     long temp = GetClippingRangeInterpolator_27();
141
142     if (temp == 0) return null;
143     return (vtkTupleInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native int GetMTime_28();
147   public int GetMTime()
148     { return GetMTime_28(); }
149
150   public vtkCameraInterpolator() { super(); }
151
152   public vtkCameraInterpolator(long id) { super(id); }
153   public native long   VTKInit();
154
155 }