]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkQuaternionInterpolator.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkQuaternionInterpolator.java
1 // java wrapper for vtkQuaternionInterpolator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkQuaternionInterpolator 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 GetNumberOfQuaternions_2();
19   public int GetNumberOfQuaternions()
20     { return GetNumberOfQuaternions_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 AddQuaternion_6(double id0,double id1[]);
35   public void AddQuaternion(double id0,double id1[])
36     { AddQuaternion_6(id0,id1); }
37
38   private native void RemoveQuaternion_7(double id0);
39   public void RemoveQuaternion(double id0)
40     { RemoveQuaternion_7(id0); }
41
42   private native void InterpolateQuaternion_8(double id0,double id1[]);
43   public void InterpolateQuaternion(double id0,double id1[])
44     { InterpolateQuaternion_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   public vtkQuaternionInterpolator() { super(); }
71
72   public vtkQuaternionInterpolator(long id) { super(id); }
73   public native long   VTKInit();
74
75 }