]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkQuaternionInterpolator.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkQuaternionInterpolator.java
1 // java wrapper for vtkQuaternionInterpolator object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkQuaternionInterpolator extends vtkObject\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native int GetNumberOfQuaternions_2();\r
19   public int GetNumberOfQuaternions()\r
20     { return GetNumberOfQuaternions_2(); }\r
21 \r
22   private native double GetMinimumT_3();\r
23   public double GetMinimumT()\r
24     { return GetMinimumT_3(); }\r
25 \r
26   private native double GetMaximumT_4();\r
27   public double GetMaximumT()\r
28     { return GetMaximumT_4(); }\r
29 \r
30   private native void Initialize_5();\r
31   public void Initialize()\r
32     { Initialize_5(); }\r
33 \r
34   private native void AddQuaternion_6(double id0,double id1[]);\r
35   public void AddQuaternion(double id0,double id1[])\r
36     { AddQuaternion_6(id0,id1); }\r
37 \r
38   private native void RemoveQuaternion_7(double id0);\r
39   public void RemoveQuaternion(double id0)\r
40     { RemoveQuaternion_7(id0); }\r
41 \r
42   private native void InterpolateQuaternion_8(double id0,double id1[]);\r
43   public void InterpolateQuaternion(double id0,double id1[])\r
44     { InterpolateQuaternion_8(id0,id1); }\r
45 \r
46   private native void SetInterpolationType_9(int id0);\r
47   public void SetInterpolationType(int id0)\r
48     { SetInterpolationType_9(id0); }\r
49 \r
50   private native int GetInterpolationTypeMinValue_10();\r
51   public int GetInterpolationTypeMinValue()\r
52     { return GetInterpolationTypeMinValue_10(); }\r
53 \r
54   private native int GetInterpolationTypeMaxValue_11();\r
55   public int GetInterpolationTypeMaxValue()\r
56     { return GetInterpolationTypeMaxValue_11(); }\r
57 \r
58   private native int GetInterpolationType_12();\r
59   public int GetInterpolationType()\r
60     { return GetInterpolationType_12(); }\r
61 \r
62   private native void SetInterpolationTypeToLinear_13();\r
63   public void SetInterpolationTypeToLinear()\r
64     { SetInterpolationTypeToLinear_13(); }\r
65 \r
66   private native void SetInterpolationTypeToSpline_14();\r
67   public void SetInterpolationTypeToSpline()\r
68     { SetInterpolationTypeToSpline_14(); }\r
69 \r
70   public vtkQuaternionInterpolator() { super(); }\r
71 \r
72   public vtkQuaternionInterpolator(long id) { super(id); }\r
73   public native long   VTKInit();\r
74 \r
75 }\r