]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkDelaunay3D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkDelaunay3D.java
index 11bccb5075e0dd528c1eaa956a6ae4c80a7fa186..273d70ef36c712ed3443ff47ae40b72639e7c5b0 100644 (file)
-// java wrapper for vtkDelaunay3D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkDelaunay3D extends vtkUnstructuredGridAlgorithm\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 SetAlpha_2(double id0);\r
-  public void SetAlpha(double id0)\r
-    { SetAlpha_2(id0); }\r
-\r
-  private native double GetAlphaMinValue_3();\r
-  public double GetAlphaMinValue()\r
-    { return GetAlphaMinValue_3(); }\r
-\r
-  private native double GetAlphaMaxValue_4();\r
-  public double GetAlphaMaxValue()\r
-    { return GetAlphaMaxValue_4(); }\r
-\r
-  private native double GetAlpha_5();\r
-  public double GetAlpha()\r
-    { return GetAlpha_5(); }\r
-\r
-  private native void SetTolerance_6(double id0);\r
-  public void SetTolerance(double id0)\r
-    { SetTolerance_6(id0); }\r
-\r
-  private native double GetToleranceMinValue_7();\r
-  public double GetToleranceMinValue()\r
-    { return GetToleranceMinValue_7(); }\r
-\r
-  private native double GetToleranceMaxValue_8();\r
-  public double GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_8(); }\r
-\r
-  private native double GetTolerance_9();\r
-  public double GetTolerance()\r
-    { return GetTolerance_9(); }\r
-\r
-  private native void SetOffset_10(double id0);\r
-  public void SetOffset(double id0)\r
-    { SetOffset_10(id0); }\r
-\r
-  private native double GetOffsetMinValue_11();\r
-  public double GetOffsetMinValue()\r
-    { return GetOffsetMinValue_11(); }\r
-\r
-  private native double GetOffsetMaxValue_12();\r
-  public double GetOffsetMaxValue()\r
-    { return GetOffsetMaxValue_12(); }\r
-\r
-  private native double GetOffset_13();\r
-  public double GetOffset()\r
-    { return GetOffset_13(); }\r
-\r
-  private native void SetBoundingTriangulation_14(int id0);\r
-  public void SetBoundingTriangulation(int id0)\r
-    { SetBoundingTriangulation_14(id0); }\r
-\r
-  private native int GetBoundingTriangulation_15();\r
-  public int GetBoundingTriangulation()\r
-    { return GetBoundingTriangulation_15(); }\r
-\r
-  private native void BoundingTriangulationOn_16();\r
-  public void BoundingTriangulationOn()\r
-    { BoundingTriangulationOn_16(); }\r
-\r
-  private native void BoundingTriangulationOff_17();\r
-  public void BoundingTriangulationOff()\r
-    { BoundingTriangulationOff_17(); }\r
-\r
-  private native void SetLocator_18(vtkIncrementalPointLocator id0);\r
-  public void SetLocator(vtkIncrementalPointLocator id0)\r
-    { SetLocator_18(id0); }\r
-\r
-  private native long GetLocator_19();\r
-  public vtkIncrementalPointLocator GetLocator() {\r
-    long temp = GetLocator_19();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void CreateDefaultLocator_20();\r
-  public void CreateDefaultLocator()\r
-    { CreateDefaultLocator_20(); }\r
-\r
-  private native void InsertPoint_21(vtkUnstructuredGrid id0,vtkPoints id1,int id2,double id3[],vtkIdList id4);\r
-  public void InsertPoint(vtkUnstructuredGrid id0,vtkPoints id1,int id2,double id3[],vtkIdList id4)\r
-    { InsertPoint_21(id0,id1,id2,id3,id4); }\r
-\r
-  private native void EndPointInsertion_22();\r
-  public void EndPointInsertion()\r
-    { EndPointInsertion_22(); }\r
-\r
-  private native int GetMTime_23();\r
-  public int GetMTime()\r
-    { return GetMTime_23(); }\r
-\r
-  public vtkDelaunay3D() { super(); }\r
-\r
-  public vtkDelaunay3D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkDelaunay3D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkDelaunay3D extends vtkUnstructuredGridAlgorithm
+{
+
+  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 SetAlpha_2(double id0);
+  public void SetAlpha(double id0)
+    { SetAlpha_2(id0); }
+
+  private native double GetAlphaMinValue_3();
+  public double GetAlphaMinValue()
+    { return GetAlphaMinValue_3(); }
+
+  private native double GetAlphaMaxValue_4();
+  public double GetAlphaMaxValue()
+    { return GetAlphaMaxValue_4(); }
+
+  private native double GetAlpha_5();
+  public double GetAlpha()
+    { return GetAlpha_5(); }
+
+  private native void SetAlphaTets_6(int id0);
+  public void SetAlphaTets(int id0)
+    { SetAlphaTets_6(id0); }
+
+  private native int GetAlphaTets_7();
+  public int GetAlphaTets()
+    { return GetAlphaTets_7(); }
+
+  private native void AlphaTetsOn_8();
+  public void AlphaTetsOn()
+    { AlphaTetsOn_8(); }
+
+  private native void AlphaTetsOff_9();
+  public void AlphaTetsOff()
+    { AlphaTetsOff_9(); }
+
+  private native void SetAlphaTris_10(int id0);
+  public void SetAlphaTris(int id0)
+    { SetAlphaTris_10(id0); }
+
+  private native int GetAlphaTris_11();
+  public int GetAlphaTris()
+    { return GetAlphaTris_11(); }
+
+  private native void AlphaTrisOn_12();
+  public void AlphaTrisOn()
+    { AlphaTrisOn_12(); }
+
+  private native void AlphaTrisOff_13();
+  public void AlphaTrisOff()
+    { AlphaTrisOff_13(); }
+
+  private native void SetAlphaLines_14(int id0);
+  public void SetAlphaLines(int id0)
+    { SetAlphaLines_14(id0); }
+
+  private native int GetAlphaLines_15();
+  public int GetAlphaLines()
+    { return GetAlphaLines_15(); }
+
+  private native void AlphaLinesOn_16();
+  public void AlphaLinesOn()
+    { AlphaLinesOn_16(); }
+
+  private native void AlphaLinesOff_17();
+  public void AlphaLinesOff()
+    { AlphaLinesOff_17(); }
+
+  private native void SetAlphaVerts_18(int id0);
+  public void SetAlphaVerts(int id0)
+    { SetAlphaVerts_18(id0); }
+
+  private native int GetAlphaVerts_19();
+  public int GetAlphaVerts()
+    { return GetAlphaVerts_19(); }
+
+  private native void AlphaVertsOn_20();
+  public void AlphaVertsOn()
+    { AlphaVertsOn_20(); }
+
+  private native void AlphaVertsOff_21();
+  public void AlphaVertsOff()
+    { AlphaVertsOff_21(); }
+
+  private native void SetTolerance_22(double id0);
+  public void SetTolerance(double id0)
+    { SetTolerance_22(id0); }
+
+  private native double GetToleranceMinValue_23();
+  public double GetToleranceMinValue()
+    { return GetToleranceMinValue_23(); }
+
+  private native double GetToleranceMaxValue_24();
+  public double GetToleranceMaxValue()
+    { return GetToleranceMaxValue_24(); }
+
+  private native double GetTolerance_25();
+  public double GetTolerance()
+    { return GetTolerance_25(); }
+
+  private native void SetOffset_26(double id0);
+  public void SetOffset(double id0)
+    { SetOffset_26(id0); }
+
+  private native double GetOffsetMinValue_27();
+  public double GetOffsetMinValue()
+    { return GetOffsetMinValue_27(); }
+
+  private native double GetOffsetMaxValue_28();
+  public double GetOffsetMaxValue()
+    { return GetOffsetMaxValue_28(); }
+
+  private native double GetOffset_29();
+  public double GetOffset()
+    { return GetOffset_29(); }
+
+  private native void SetBoundingTriangulation_30(int id0);
+  public void SetBoundingTriangulation(int id0)
+    { SetBoundingTriangulation_30(id0); }
+
+  private native int GetBoundingTriangulation_31();
+  public int GetBoundingTriangulation()
+    { return GetBoundingTriangulation_31(); }
+
+  private native void BoundingTriangulationOn_32();
+  public void BoundingTriangulationOn()
+    { BoundingTriangulationOn_32(); }
+
+  private native void BoundingTriangulationOff_33();
+  public void BoundingTriangulationOff()
+    { BoundingTriangulationOff_33(); }
+
+  private native void SetLocator_34(vtkIncrementalPointLocator id0);
+  public void SetLocator(vtkIncrementalPointLocator id0)
+    { SetLocator_34(id0); }
+
+  private native long GetLocator_35();
+  public vtkIncrementalPointLocator GetLocator() {
+    long temp = GetLocator_35();
+
+    if (temp == 0) return null;
+    return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void CreateDefaultLocator_36();
+  public void CreateDefaultLocator()
+    { CreateDefaultLocator_36(); }
+
+  private native void InsertPoint_37(vtkUnstructuredGrid id0,vtkPoints id1,int id2,double id3[],vtkIdList id4);
+  public void InsertPoint(vtkUnstructuredGrid id0,vtkPoints id1,int id2,double id3[],vtkIdList id4)
+    { InsertPoint_37(id0,id1,id2,id3,id4); }
+
+  private native void EndPointInsertion_38();
+  public void EndPointInsertion()
+    { EndPointInsertion_38(); }
+
+  private native int GetMTime_39();
+  public int GetMTime()
+    { return GetMTime_39(); }
+
+  private native void SetOutputPointsPrecision_40(int id0);
+  public void SetOutputPointsPrecision(int id0)
+    { SetOutputPointsPrecision_40(id0); }
+
+  private native int GetOutputPointsPrecision_41();
+  public int GetOutputPointsPrecision()
+    { return GetOutputPointsPrecision_41(); }
+
+  public vtkDelaunay3D() { super(); }
+
+  public vtkDelaunay3D(long id) { super(id); }
+  public native long   VTKInit();
+
+}