// 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(); }