1 // java wrapper for vtkDelaunay3D object
7 public class vtkDelaunay3D extends vtkUnstructuredGridAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetAlpha_2(double id0);
19 public void SetAlpha(double id0)
22 private native double GetAlphaMinValue_3();
23 public double GetAlphaMinValue()
24 { return GetAlphaMinValue_3(); }
26 private native double GetAlphaMaxValue_4();
27 public double GetAlphaMaxValue()
28 { return GetAlphaMaxValue_4(); }
30 private native double GetAlpha_5();
31 public double GetAlpha()
32 { return GetAlpha_5(); }
34 private native void SetAlphaTets_6(int id0);
35 public void SetAlphaTets(int id0)
36 { SetAlphaTets_6(id0); }
38 private native int GetAlphaTets_7();
39 public int GetAlphaTets()
40 { return GetAlphaTets_7(); }
42 private native void AlphaTetsOn_8();
43 public void AlphaTetsOn()
46 private native void AlphaTetsOff_9();
47 public void AlphaTetsOff()
50 private native void SetAlphaTris_10(int id0);
51 public void SetAlphaTris(int id0)
52 { SetAlphaTris_10(id0); }
54 private native int GetAlphaTris_11();
55 public int GetAlphaTris()
56 { return GetAlphaTris_11(); }
58 private native void AlphaTrisOn_12();
59 public void AlphaTrisOn()
62 private native void AlphaTrisOff_13();
63 public void AlphaTrisOff()
64 { AlphaTrisOff_13(); }
66 private native void SetAlphaLines_14(int id0);
67 public void SetAlphaLines(int id0)
68 { SetAlphaLines_14(id0); }
70 private native int GetAlphaLines_15();
71 public int GetAlphaLines()
72 { return GetAlphaLines_15(); }
74 private native void AlphaLinesOn_16();
75 public void AlphaLinesOn()
76 { AlphaLinesOn_16(); }
78 private native void AlphaLinesOff_17();
79 public void AlphaLinesOff()
80 { AlphaLinesOff_17(); }
82 private native void SetAlphaVerts_18(int id0);
83 public void SetAlphaVerts(int id0)
84 { SetAlphaVerts_18(id0); }
86 private native int GetAlphaVerts_19();
87 public int GetAlphaVerts()
88 { return GetAlphaVerts_19(); }
90 private native void AlphaVertsOn_20();
91 public void AlphaVertsOn()
92 { AlphaVertsOn_20(); }
94 private native void AlphaVertsOff_21();
95 public void AlphaVertsOff()
96 { AlphaVertsOff_21(); }
98 private native void SetTolerance_22(double id0);
99 public void SetTolerance(double id0)
100 { SetTolerance_22(id0); }
102 private native double GetToleranceMinValue_23();
103 public double GetToleranceMinValue()
104 { return GetToleranceMinValue_23(); }
106 private native double GetToleranceMaxValue_24();
107 public double GetToleranceMaxValue()
108 { return GetToleranceMaxValue_24(); }
110 private native double GetTolerance_25();
111 public double GetTolerance()
112 { return GetTolerance_25(); }
114 private native void SetOffset_26(double id0);
115 public void SetOffset(double id0)
116 { SetOffset_26(id0); }
118 private native double GetOffsetMinValue_27();
119 public double GetOffsetMinValue()
120 { return GetOffsetMinValue_27(); }
122 private native double GetOffsetMaxValue_28();
123 public double GetOffsetMaxValue()
124 { return GetOffsetMaxValue_28(); }
126 private native double GetOffset_29();
127 public double GetOffset()
128 { return GetOffset_29(); }
130 private native void SetBoundingTriangulation_30(int id0);
131 public void SetBoundingTriangulation(int id0)
132 { SetBoundingTriangulation_30(id0); }
134 private native int GetBoundingTriangulation_31();
135 public int GetBoundingTriangulation()
136 { return GetBoundingTriangulation_31(); }
138 private native void BoundingTriangulationOn_32();
139 public void BoundingTriangulationOn()
140 { BoundingTriangulationOn_32(); }
142 private native void BoundingTriangulationOff_33();
143 public void BoundingTriangulationOff()
144 { BoundingTriangulationOff_33(); }
146 private native void SetLocator_34(vtkIncrementalPointLocator id0);
147 public void SetLocator(vtkIncrementalPointLocator id0)
148 { SetLocator_34(id0); }
150 private native long GetLocator_35();
151 public vtkIncrementalPointLocator GetLocator() {
152 long temp = GetLocator_35();
154 if (temp == 0) return null;
155 return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
158 private native void CreateDefaultLocator_36();
159 public void CreateDefaultLocator()
160 { CreateDefaultLocator_36(); }
162 private native void InsertPoint_37(vtkUnstructuredGrid id0,vtkPoints id1,int id2,double id3[],vtkIdList id4);
163 public void InsertPoint(vtkUnstructuredGrid id0,vtkPoints id1,int id2,double id3[],vtkIdList id4)
164 { InsertPoint_37(id0,id1,id2,id3,id4); }
166 private native void EndPointInsertion_38();
167 public void EndPointInsertion()
168 { EndPointInsertion_38(); }
170 private native int GetMTime_39();
171 public int GetMTime()
172 { return GetMTime_39(); }
174 private native void SetOutputPointsPrecision_40(int id0);
175 public void SetOutputPointsPrecision(int id0)
176 { SetOutputPointsPrecision_40(id0); }
178 private native int GetOutputPointsPrecision_41();
179 public int GetOutputPointsPrecision()
180 { return GetOutputPointsPrecision_41(); }
182 public vtkDelaunay3D() { super(); }
184 public vtkDelaunay3D(long id) { super(id); }
185 public native long VTKInit();