X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDelaunay3D.java;h=273d70ef36c712ed3443ff47ae40b72639e7c5b0;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=11bccb5075e0dd528c1eaa956a6ae4c80a7fa186;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDelaunay3D.java b/vtk/src/vtk/vtkDelaunay3D.java index 11bccb50..273d70ef 100644 --- a/vtk/src/vtk/vtkDelaunay3D.java +++ b/vtk/src/vtk/vtkDelaunay3D.java @@ -1,115 +1,187 @@ -// java wrapper for vtkDelaunay3D object -// - -package vtk; -import vtk.*; - -public class vtkDelaunay3D extends vtkUnstructuredGridAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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 SetTolerance_6(double id0); - public void SetTolerance(double id0) - { SetTolerance_6(id0); } - - private native double GetToleranceMinValue_7(); - public double GetToleranceMinValue() - { return GetToleranceMinValue_7(); } - - private native double GetToleranceMaxValue_8(); - public double GetToleranceMaxValue() - { return GetToleranceMaxValue_8(); } - - private native double GetTolerance_9(); - public double GetTolerance() - { return GetTolerance_9(); } - - private native void SetOffset_10(double id0); - public void SetOffset(double id0) - { SetOffset_10(id0); } - - private native double GetOffsetMinValue_11(); - public double GetOffsetMinValue() - { return GetOffsetMinValue_11(); } - - private native double GetOffsetMaxValue_12(); - public double GetOffsetMaxValue() - { return GetOffsetMaxValue_12(); } - - private native double GetOffset_13(); - public double GetOffset() - { return GetOffset_13(); } - - private native void SetBoundingTriangulation_14(int id0); - public void SetBoundingTriangulation(int id0) - { SetBoundingTriangulation_14(id0); } - - private native int GetBoundingTriangulation_15(); - public int GetBoundingTriangulation() - { return GetBoundingTriangulation_15(); } - - private native void BoundingTriangulationOn_16(); - public void BoundingTriangulationOn() - { BoundingTriangulationOn_16(); } - - private native void BoundingTriangulationOff_17(); - public void BoundingTriangulationOff() - { BoundingTriangulationOff_17(); } - - private native void SetLocator_18(vtkIncrementalPointLocator id0); - public void SetLocator(vtkIncrementalPointLocator id0) - { SetLocator_18(id0); } - - private native long GetLocator_19(); - public vtkIncrementalPointLocator GetLocator() { - long temp = GetLocator_19(); - - if (temp == 0) return null; - return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void CreateDefaultLocator_20(); - public void CreateDefaultLocator() - { CreateDefaultLocator_20(); } - - private native void InsertPoint_21(vtkUnstructuredGrid id0,vtkPoints id1,int id2,double id3[],vtkIdList id4); - public void InsertPoint(vtkUnstructuredGrid id0,vtkPoints id1,int id2,double id3[],vtkIdList id4) - { InsertPoint_21(id0,id1,id2,id3,id4); } - - private native void EndPointInsertion_22(); - public void EndPointInsertion() - { EndPointInsertion_22(); } - - private native int GetMTime_23(); - public int GetMTime() - { return GetMTime_23(); } - - public vtkDelaunay3D() { super(); } - - public vtkDelaunay3D(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}