]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkDelaunay2D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDelaunay2D.java
index 09e5e01705b6b6758d8cbec42c3bc3867098b678..0435785d49842534f949a406c53e53316d4ef075 100644 (file)
-// java wrapper for vtkDelaunay2D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkDelaunay2D extends vtkPolyDataAlgorithm\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 SetSource_2(vtkPolyData id0);\r
-  public void SetSource(vtkPolyData id0)\r
-    { SetSource_2(id0); }\r
-\r
-  private native void SetSourceConnection_3(vtkAlgorithmOutput id0);\r
-  public void SetSourceConnection(vtkAlgorithmOutput id0)\r
-    { SetSourceConnection_3(id0); }\r
-\r
-  private native long GetSource_4();\r
-  public vtkPolyData GetSource() {\r
-    long temp = GetSource_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAlpha_5(double id0);\r
-  public void SetAlpha(double id0)\r
-    { SetAlpha_5(id0); }\r
-\r
-  private native double GetAlphaMinValue_6();\r
-  public double GetAlphaMinValue()\r
-    { return GetAlphaMinValue_6(); }\r
-\r
-  private native double GetAlphaMaxValue_7();\r
-  public double GetAlphaMaxValue()\r
-    { return GetAlphaMaxValue_7(); }\r
-\r
-  private native double GetAlpha_8();\r
-  public double GetAlpha()\r
-    { return GetAlpha_8(); }\r
-\r
-  private native void SetTolerance_9(double id0);\r
-  public void SetTolerance(double id0)\r
-    { SetTolerance_9(id0); }\r
-\r
-  private native double GetToleranceMinValue_10();\r
-  public double GetToleranceMinValue()\r
-    { return GetToleranceMinValue_10(); }\r
-\r
-  private native double GetToleranceMaxValue_11();\r
-  public double GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_11(); }\r
-\r
-  private native double GetTolerance_12();\r
-  public double GetTolerance()\r
-    { return GetTolerance_12(); }\r
-\r
-  private native void SetOffset_13(double id0);\r
-  public void SetOffset(double id0)\r
-    { SetOffset_13(id0); }\r
-\r
-  private native double GetOffsetMinValue_14();\r
-  public double GetOffsetMinValue()\r
-    { return GetOffsetMinValue_14(); }\r
-\r
-  private native double GetOffsetMaxValue_15();\r
-  public double GetOffsetMaxValue()\r
-    { return GetOffsetMaxValue_15(); }\r
-\r
-  private native double GetOffset_16();\r
-  public double GetOffset()\r
-    { return GetOffset_16(); }\r
-\r
-  private native void SetBoundingTriangulation_17(int id0);\r
-  public void SetBoundingTriangulation(int id0)\r
-    { SetBoundingTriangulation_17(id0); }\r
-\r
-  private native int GetBoundingTriangulation_18();\r
-  public int GetBoundingTriangulation()\r
-    { return GetBoundingTriangulation_18(); }\r
-\r
-  private native void BoundingTriangulationOn_19();\r
-  public void BoundingTriangulationOn()\r
-    { BoundingTriangulationOn_19(); }\r
-\r
-  private native void BoundingTriangulationOff_20();\r
-  public void BoundingTriangulationOff()\r
-    { BoundingTriangulationOff_20(); }\r
-\r
-  private native void SetTransform_21(vtkAbstractTransform id0);\r
-  public void SetTransform(vtkAbstractTransform id0)\r
-    { SetTransform_21(id0); }\r
-\r
-  private native long GetTransform_22();\r
-  public vtkAbstractTransform GetTransform() {\r
-    long temp = GetTransform_22();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAbstractTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetProjectionPlaneMode_23(int id0);\r
-  public void SetProjectionPlaneMode(int id0)\r
-    { SetProjectionPlaneMode_23(id0); }\r
-\r
-  private native int GetProjectionPlaneModeMinValue_24();\r
-  public int GetProjectionPlaneModeMinValue()\r
-    { return GetProjectionPlaneModeMinValue_24(); }\r
-\r
-  private native int GetProjectionPlaneModeMaxValue_25();\r
-  public int GetProjectionPlaneModeMaxValue()\r
-    { return GetProjectionPlaneModeMaxValue_25(); }\r
-\r
-  private native int GetProjectionPlaneMode_26();\r
-  public int GetProjectionPlaneMode()\r
-    { return GetProjectionPlaneMode_26(); }\r
-\r
-  public vtkDelaunay2D() { super(); }\r
-\r
-  public vtkDelaunay2D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkDelaunay2D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkDelaunay2D extends vtkPolyDataAlgorithm
+{
+
+  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 SetSourceData_2(vtkPolyData id0);
+  public void SetSourceData(vtkPolyData id0)
+    { SetSourceData_2(id0); }
+
+  private native void SetSourceConnection_3(vtkAlgorithmOutput id0);
+  public void SetSourceConnection(vtkAlgorithmOutput id0)
+    { SetSourceConnection_3(id0); }
+
+  private native long GetSource_4();
+  public vtkPolyData GetSource() {
+    long temp = GetSource_4();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAlpha_5(double id0);
+  public void SetAlpha(double id0)
+    { SetAlpha_5(id0); }
+
+  private native double GetAlphaMinValue_6();
+  public double GetAlphaMinValue()
+    { return GetAlphaMinValue_6(); }
+
+  private native double GetAlphaMaxValue_7();
+  public double GetAlphaMaxValue()
+    { return GetAlphaMaxValue_7(); }
+
+  private native double GetAlpha_8();
+  public double GetAlpha()
+    { return GetAlpha_8(); }
+
+  private native void SetTolerance_9(double id0);
+  public void SetTolerance(double id0)
+    { SetTolerance_9(id0); }
+
+  private native double GetToleranceMinValue_10();
+  public double GetToleranceMinValue()
+    { return GetToleranceMinValue_10(); }
+
+  private native double GetToleranceMaxValue_11();
+  public double GetToleranceMaxValue()
+    { return GetToleranceMaxValue_11(); }
+
+  private native double GetTolerance_12();
+  public double GetTolerance()
+    { return GetTolerance_12(); }
+
+  private native void SetOffset_13(double id0);
+  public void SetOffset(double id0)
+    { SetOffset_13(id0); }
+
+  private native double GetOffsetMinValue_14();
+  public double GetOffsetMinValue()
+    { return GetOffsetMinValue_14(); }
+
+  private native double GetOffsetMaxValue_15();
+  public double GetOffsetMaxValue()
+    { return GetOffsetMaxValue_15(); }
+
+  private native double GetOffset_16();
+  public double GetOffset()
+    { return GetOffset_16(); }
+
+  private native void SetBoundingTriangulation_17(int id0);
+  public void SetBoundingTriangulation(int id0)
+    { SetBoundingTriangulation_17(id0); }
+
+  private native int GetBoundingTriangulation_18();
+  public int GetBoundingTriangulation()
+    { return GetBoundingTriangulation_18(); }
+
+  private native void BoundingTriangulationOn_19();
+  public void BoundingTriangulationOn()
+    { BoundingTriangulationOn_19(); }
+
+  private native void BoundingTriangulationOff_20();
+  public void BoundingTriangulationOff()
+    { BoundingTriangulationOff_20(); }
+
+  private native void SetTransform_21(vtkAbstractTransform id0);
+  public void SetTransform(vtkAbstractTransform id0)
+    { SetTransform_21(id0); }
+
+  private native long GetTransform_22();
+  public vtkAbstractTransform GetTransform() {
+    long temp = GetTransform_22();
+
+    if (temp == 0) return null;
+    return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetProjectionPlaneMode_23(int id0);
+  public void SetProjectionPlaneMode(int id0)
+    { SetProjectionPlaneMode_23(id0); }
+
+  private native int GetProjectionPlaneModeMinValue_24();
+  public int GetProjectionPlaneModeMinValue()
+    { return GetProjectionPlaneModeMinValue_24(); }
+
+  private native int GetProjectionPlaneModeMaxValue_25();
+  public int GetProjectionPlaneModeMaxValue()
+    { return GetProjectionPlaneModeMaxValue_25(); }
+
+  private native int GetProjectionPlaneMode_26();
+  public int GetProjectionPlaneMode()
+    { return GetProjectionPlaneMode_26(); }
+
+  private native long ComputeBestFittingPlane_27(vtkPointSet id0);
+  public vtkAbstractTransform ComputeBestFittingPlane(vtkPointSet id0) {
+    long temp = ComputeBestFittingPlane_27(id0);
+
+    if (temp == 0) return null;
+    return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkDelaunay2D() { super(); }
+
+  public vtkDelaunay2D(long id) { super(id); }
+  public native long   VTKInit();
+
+}