]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSpline.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkSpline.java
index f4cffccfecf4ba573c492a1f9c0495c3784b2a02..07e96687d6eb3a55845696bbae85e4b4173bd465 100644 (file)
-// java wrapper for vtkSpline object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSpline 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 void SetParametricRange_2(double id0,double id1);\r
-  public void SetParametricRange(double id0,double id1)\r
-    { SetParametricRange_2(id0,id1); }\r
-\r
-  private native void SetParametricRange_3(double id0[]);\r
-  public void SetParametricRange(double id0[])\r
-    { SetParametricRange_3(id0); }\r
-\r
-  private native void GetParametricRange_4(double id0[]);\r
-  public void GetParametricRange(double id0[])\r
-    { GetParametricRange_4(id0); }\r
-\r
-  private native void SetClampValue_5(int id0);\r
-  public void SetClampValue(int id0)\r
-    { SetClampValue_5(id0); }\r
-\r
-  private native int GetClampValue_6();\r
-  public int GetClampValue()\r
-    { return GetClampValue_6(); }\r
-\r
-  private native void ClampValueOn_7();\r
-  public void ClampValueOn()\r
-    { ClampValueOn_7(); }\r
-\r
-  private native void ClampValueOff_8();\r
-  public void ClampValueOff()\r
-    { ClampValueOff_8(); }\r
-\r
-  private native void Compute_9();\r
-  public void Compute()\r
-    { Compute_9(); }\r
-\r
-  private native double Evaluate_10(double id0);\r
-  public double Evaluate(double id0)\r
-    { return Evaluate_10(id0); }\r
-\r
-  private native int GetNumberOfPoints_11();\r
-  public int GetNumberOfPoints()\r
-    { return GetNumberOfPoints_11(); }\r
-\r
-  private native void AddPoint_12(double id0,double id1);\r
-  public void AddPoint(double id0,double id1)\r
-    { AddPoint_12(id0,id1); }\r
-\r
-  private native void RemovePoint_13(double id0);\r
-  public void RemovePoint(double id0)\r
-    { RemovePoint_13(id0); }\r
-\r
-  private native void RemoveAllPoints_14();\r
-  public void RemoveAllPoints()\r
-    { RemoveAllPoints_14(); }\r
-\r
-  private native void SetClosed_15(int id0);\r
-  public void SetClosed(int id0)\r
-    { SetClosed_15(id0); }\r
-\r
-  private native int GetClosed_16();\r
-  public int GetClosed()\r
-    { return GetClosed_16(); }\r
-\r
-  private native void ClosedOn_17();\r
-  public void ClosedOn()\r
-    { ClosedOn_17(); }\r
-\r
-  private native void ClosedOff_18();\r
-  public void ClosedOff()\r
-    { ClosedOff_18(); }\r
-\r
-  private native void SetLeftConstraint_19(int id0);\r
-  public void SetLeftConstraint(int id0)\r
-    { SetLeftConstraint_19(id0); }\r
-\r
-  private native int GetLeftConstraintMinValue_20();\r
-  public int GetLeftConstraintMinValue()\r
-    { return GetLeftConstraintMinValue_20(); }\r
-\r
-  private native int GetLeftConstraintMaxValue_21();\r
-  public int GetLeftConstraintMaxValue()\r
-    { return GetLeftConstraintMaxValue_21(); }\r
-\r
-  private native int GetLeftConstraint_22();\r
-  public int GetLeftConstraint()\r
-    { return GetLeftConstraint_22(); }\r
-\r
-  private native void SetRightConstraint_23(int id0);\r
-  public void SetRightConstraint(int id0)\r
-    { SetRightConstraint_23(id0); }\r
-\r
-  private native int GetRightConstraintMinValue_24();\r
-  public int GetRightConstraintMinValue()\r
-    { return GetRightConstraintMinValue_24(); }\r
-\r
-  private native int GetRightConstraintMaxValue_25();\r
-  public int GetRightConstraintMaxValue()\r
-    { return GetRightConstraintMaxValue_25(); }\r
-\r
-  private native int GetRightConstraint_26();\r
-  public int GetRightConstraint()\r
-    { return GetRightConstraint_26(); }\r
-\r
-  private native void SetLeftValue_27(double id0);\r
-  public void SetLeftValue(double id0)\r
-    { SetLeftValue_27(id0); }\r
-\r
-  private native double GetLeftValue_28();\r
-  public double GetLeftValue()\r
-    { return GetLeftValue_28(); }\r
-\r
-  private native void SetRightValue_29(double id0);\r
-  public void SetRightValue(double id0)\r
-    { SetRightValue_29(id0); }\r
-\r
-  private native double GetRightValue_30();\r
-  public double GetRightValue()\r
-    { return GetRightValue_30(); }\r
-\r
-  private native int GetMTime_31();\r
-  public int GetMTime()\r
-    { return GetMTime_31(); }\r
-\r
-  private native void DeepCopy_32(vtkSpline id0);\r
-  public void DeepCopy(vtkSpline id0)\r
-    { DeepCopy_32(id0); }\r
-\r
-  public vtkSpline() { super(); }\r
-\r
-  public vtkSpline(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkSpline object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSpline 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 void SetParametricRange_2(double id0,double id1);
+  public void SetParametricRange(double id0,double id1)
+    { SetParametricRange_2(id0,id1); }
+
+  private native void SetParametricRange_3(double id0[]);
+  public void SetParametricRange(double id0[])
+    { SetParametricRange_3(id0); }
+
+  private native void GetParametricRange_4(double id0[]);
+  public void GetParametricRange(double id0[])
+    { GetParametricRange_4(id0); }
+
+  private native void SetClampValue_5(int id0);
+  public void SetClampValue(int id0)
+    { SetClampValue_5(id0); }
+
+  private native int GetClampValue_6();
+  public int GetClampValue()
+    { return GetClampValue_6(); }
+
+  private native void ClampValueOn_7();
+  public void ClampValueOn()
+    { ClampValueOn_7(); }
+
+  private native void ClampValueOff_8();
+  public void ClampValueOff()
+    { ClampValueOff_8(); }
+
+  private native void Compute_9();
+  public void Compute()
+    { Compute_9(); }
+
+  private native double Evaluate_10(double id0);
+  public double Evaluate(double id0)
+    { return Evaluate_10(id0); }
+
+  private native int GetNumberOfPoints_11();
+  public int GetNumberOfPoints()
+    { return GetNumberOfPoints_11(); }
+
+  private native void AddPoint_12(double id0,double id1);
+  public void AddPoint(double id0,double id1)
+    { AddPoint_12(id0,id1); }
+
+  private native void RemovePoint_13(double id0);
+  public void RemovePoint(double id0)
+    { RemovePoint_13(id0); }
+
+  private native void RemoveAllPoints_14();
+  public void RemoveAllPoints()
+    { RemoveAllPoints_14(); }
+
+  private native void SetClosed_15(int id0);
+  public void SetClosed(int id0)
+    { SetClosed_15(id0); }
+
+  private native int GetClosed_16();
+  public int GetClosed()
+    { return GetClosed_16(); }
+
+  private native void ClosedOn_17();
+  public void ClosedOn()
+    { ClosedOn_17(); }
+
+  private native void ClosedOff_18();
+  public void ClosedOff()
+    { ClosedOff_18(); }
+
+  private native void SetLeftConstraint_19(int id0);
+  public void SetLeftConstraint(int id0)
+    { SetLeftConstraint_19(id0); }
+
+  private native int GetLeftConstraintMinValue_20();
+  public int GetLeftConstraintMinValue()
+    { return GetLeftConstraintMinValue_20(); }
+
+  private native int GetLeftConstraintMaxValue_21();
+  public int GetLeftConstraintMaxValue()
+    { return GetLeftConstraintMaxValue_21(); }
+
+  private native int GetLeftConstraint_22();
+  public int GetLeftConstraint()
+    { return GetLeftConstraint_22(); }
+
+  private native void SetRightConstraint_23(int id0);
+  public void SetRightConstraint(int id0)
+    { SetRightConstraint_23(id0); }
+
+  private native int GetRightConstraintMinValue_24();
+  public int GetRightConstraintMinValue()
+    { return GetRightConstraintMinValue_24(); }
+
+  private native int GetRightConstraintMaxValue_25();
+  public int GetRightConstraintMaxValue()
+    { return GetRightConstraintMaxValue_25(); }
+
+  private native int GetRightConstraint_26();
+  public int GetRightConstraint()
+    { return GetRightConstraint_26(); }
+
+  private native void SetLeftValue_27(double id0);
+  public void SetLeftValue(double id0)
+    { SetLeftValue_27(id0); }
+
+  private native double GetLeftValue_28();
+  public double GetLeftValue()
+    { return GetLeftValue_28(); }
+
+  private native void SetRightValue_29(double id0);
+  public void SetRightValue(double id0)
+    { SetRightValue_29(id0); }
+
+  private native double GetRightValue_30();
+  public double GetRightValue()
+    { return GetRightValue_30(); }
+
+  private native int GetMTime_31();
+  public int GetMTime()
+    { return GetMTime_31(); }
+
+  private native void DeepCopy_32(vtkSpline id0);
+  public void DeepCopy(vtkSpline id0)
+    { DeepCopy_32(id0); }
+
+  public vtkSpline() { super(); }
+
+  public vtkSpline(long id) { super(id); }
+
+}