1 // java wrapper for vtkDelaunay2D object
7 public class vtkDelaunay2D extends vtkPolyDataAlgorithm
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 SetSourceData_2(vtkPolyData id0);
19 public void SetSourceData(vtkPolyData id0)
20 { SetSourceData_2(id0); }
22 private native void SetSourceConnection_3(vtkAlgorithmOutput id0);
23 public void SetSourceConnection(vtkAlgorithmOutput id0)
24 { SetSourceConnection_3(id0); }
26 private native long GetSource_4();
27 public vtkPolyData GetSource() {
28 long temp = GetSource_4();
30 if (temp == 0) return null;
31 return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native void SetAlpha_5(double id0);
35 public void SetAlpha(double id0)
38 private native double GetAlphaMinValue_6();
39 public double GetAlphaMinValue()
40 { return GetAlphaMinValue_6(); }
42 private native double GetAlphaMaxValue_7();
43 public double GetAlphaMaxValue()
44 { return GetAlphaMaxValue_7(); }
46 private native double GetAlpha_8();
47 public double GetAlpha()
48 { return GetAlpha_8(); }
50 private native void SetTolerance_9(double id0);
51 public void SetTolerance(double id0)
52 { SetTolerance_9(id0); }
54 private native double GetToleranceMinValue_10();
55 public double GetToleranceMinValue()
56 { return GetToleranceMinValue_10(); }
58 private native double GetToleranceMaxValue_11();
59 public double GetToleranceMaxValue()
60 { return GetToleranceMaxValue_11(); }
62 private native double GetTolerance_12();
63 public double GetTolerance()
64 { return GetTolerance_12(); }
66 private native void SetOffset_13(double id0);
67 public void SetOffset(double id0)
68 { SetOffset_13(id0); }
70 private native double GetOffsetMinValue_14();
71 public double GetOffsetMinValue()
72 { return GetOffsetMinValue_14(); }
74 private native double GetOffsetMaxValue_15();
75 public double GetOffsetMaxValue()
76 { return GetOffsetMaxValue_15(); }
78 private native double GetOffset_16();
79 public double GetOffset()
80 { return GetOffset_16(); }
82 private native void SetBoundingTriangulation_17(int id0);
83 public void SetBoundingTriangulation(int id0)
84 { SetBoundingTriangulation_17(id0); }
86 private native int GetBoundingTriangulation_18();
87 public int GetBoundingTriangulation()
88 { return GetBoundingTriangulation_18(); }
90 private native void BoundingTriangulationOn_19();
91 public void BoundingTriangulationOn()
92 { BoundingTriangulationOn_19(); }
94 private native void BoundingTriangulationOff_20();
95 public void BoundingTriangulationOff()
96 { BoundingTriangulationOff_20(); }
98 private native void SetTransform_21(vtkAbstractTransform id0);
99 public void SetTransform(vtkAbstractTransform id0)
100 { SetTransform_21(id0); }
102 private native long GetTransform_22();
103 public vtkAbstractTransform GetTransform() {
104 long temp = GetTransform_22();
106 if (temp == 0) return null;
107 return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
110 private native void SetProjectionPlaneMode_23(int id0);
111 public void SetProjectionPlaneMode(int id0)
112 { SetProjectionPlaneMode_23(id0); }
114 private native int GetProjectionPlaneModeMinValue_24();
115 public int GetProjectionPlaneModeMinValue()
116 { return GetProjectionPlaneModeMinValue_24(); }
118 private native int GetProjectionPlaneModeMaxValue_25();
119 public int GetProjectionPlaneModeMaxValue()
120 { return GetProjectionPlaneModeMaxValue_25(); }
122 private native int GetProjectionPlaneMode_26();
123 public int GetProjectionPlaneMode()
124 { return GetProjectionPlaneMode_26(); }
126 private native long ComputeBestFittingPlane_27(vtkPointSet id0);
127 public vtkAbstractTransform ComputeBestFittingPlane(vtkPointSet id0) {
128 long temp = ComputeBestFittingPlane_27(id0);
130 if (temp == 0) return null;
131 return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
134 public vtkDelaunay2D() { super(); }
136 public vtkDelaunay2D(long id) { super(id); }
137 public native long VTKInit();