]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkQuaternionInterpolator.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkQuaternionInterpolator.java
index 565bffcf5b43467b77de84c753a088da30d74011..1ca183972d6ca2640350438190f86275200fea16 100644 (file)
@@ -1,75 +1,75 @@
-// java wrapper for vtkQuaternionInterpolator object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkQuaternionInterpolator extends vtkObject\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native int GetNumberOfQuaternions_2();\r
-  public int GetNumberOfQuaternions()\r
-    { return GetNumberOfQuaternions_2(); }\r
-\r
-  private native double GetMinimumT_3();\r
-  public double GetMinimumT()\r
-    { return GetMinimumT_3(); }\r
-\r
-  private native double GetMaximumT_4();\r
-  public double GetMaximumT()\r
-    { return GetMaximumT_4(); }\r
-\r
-  private native void Initialize_5();\r
-  public void Initialize()\r
-    { Initialize_5(); }\r
-\r
-  private native void AddQuaternion_6(double id0,double id1[]);\r
-  public void AddQuaternion(double id0,double id1[])\r
-    { AddQuaternion_6(id0,id1); }\r
-\r
-  private native void RemoveQuaternion_7(double id0);\r
-  public void RemoveQuaternion(double id0)\r
-    { RemoveQuaternion_7(id0); }\r
-\r
-  private native void InterpolateQuaternion_8(double id0,double id1[]);\r
-  public void InterpolateQuaternion(double id0,double id1[])\r
-    { InterpolateQuaternion_8(id0,id1); }\r
-\r
-  private native void SetInterpolationType_9(int id0);\r
-  public void SetInterpolationType(int id0)\r
-    { SetInterpolationType_9(id0); }\r
-\r
-  private native int GetInterpolationTypeMinValue_10();\r
-  public int GetInterpolationTypeMinValue()\r
-    { return GetInterpolationTypeMinValue_10(); }\r
-\r
-  private native int GetInterpolationTypeMaxValue_11();\r
-  public int GetInterpolationTypeMaxValue()\r
-    { return GetInterpolationTypeMaxValue_11(); }\r
-\r
-  private native int GetInterpolationType_12();\r
-  public int GetInterpolationType()\r
-    { return GetInterpolationType_12(); }\r
-\r
-  private native void SetInterpolationTypeToLinear_13();\r
-  public void SetInterpolationTypeToLinear()\r
-    { SetInterpolationTypeToLinear_13(); }\r
-\r
-  private native void SetInterpolationTypeToSpline_14();\r
-  public void SetInterpolationTypeToSpline()\r
-    { SetInterpolationTypeToSpline_14(); }\r
-\r
-  public vtkQuaternionInterpolator() { super(); }\r
-\r
-  public vtkQuaternionInterpolator(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkQuaternionInterpolator object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkQuaternionInterpolator extends vtkObject
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native int GetNumberOfQuaternions_2();
+  public int GetNumberOfQuaternions()
+    { return GetNumberOfQuaternions_2(); }
+
+  private native double GetMinimumT_3();
+  public double GetMinimumT()
+    { return GetMinimumT_3(); }
+
+  private native double GetMaximumT_4();
+  public double GetMaximumT()
+    { return GetMaximumT_4(); }
+
+  private native void Initialize_5();
+  public void Initialize()
+    { Initialize_5(); }
+
+  private native void AddQuaternion_6(double id0,double id1[]);
+  public void AddQuaternion(double id0,double id1[])
+    { AddQuaternion_6(id0,id1); }
+
+  private native void RemoveQuaternion_7(double id0);
+  public void RemoveQuaternion(double id0)
+    { RemoveQuaternion_7(id0); }
+
+  private native void InterpolateQuaternion_8(double id0,double id1[]);
+  public void InterpolateQuaternion(double id0,double id1[])
+    { InterpolateQuaternion_8(id0,id1); }
+
+  private native void SetInterpolationType_9(int id0);
+  public void SetInterpolationType(int id0)
+    { SetInterpolationType_9(id0); }
+
+  private native int GetInterpolationTypeMinValue_10();
+  public int GetInterpolationTypeMinValue()
+    { return GetInterpolationTypeMinValue_10(); }
+
+  private native int GetInterpolationTypeMaxValue_11();
+  public int GetInterpolationTypeMaxValue()
+    { return GetInterpolationTypeMaxValue_11(); }
+
+  private native int GetInterpolationType_12();
+  public int GetInterpolationType()
+    { return GetInterpolationType_12(); }
+
+  private native void SetInterpolationTypeToLinear_13();
+  public void SetInterpolationTypeToLinear()
+    { SetInterpolationTypeToLinear_13(); }
+
+  private native void SetInterpolationTypeToSpline_14();
+  public void SetInterpolationTypeToSpline()
+    { SetInterpolationTypeToSpline_14(); }
+
+  public vtkQuaternionInterpolator() { super(); }
+
+  public vtkQuaternionInterpolator(long id) { super(id); }
+  public native long   VTKInit();
+
+}