]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDelaunay2D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDelaunay2D.java
1 // java wrapper for vtkDelaunay2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDelaunay2D extends vtkPolyDataAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetSourceData_2(vtkPolyData id0);
19   public void SetSourceData(vtkPolyData id0)
20     { SetSourceData_2(id0); }
21
22   private native void SetSourceConnection_3(vtkAlgorithmOutput id0);
23   public void SetSourceConnection(vtkAlgorithmOutput id0)
24     { SetSourceConnection_3(id0); }
25
26   private native long GetSource_4();
27   public vtkPolyData GetSource() {
28     long temp = GetSource_4();
29
30     if (temp == 0) return null;
31     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetAlpha_5(double id0);
35   public void SetAlpha(double id0)
36     { SetAlpha_5(id0); }
37
38   private native double GetAlphaMinValue_6();
39   public double GetAlphaMinValue()
40     { return GetAlphaMinValue_6(); }
41
42   private native double GetAlphaMaxValue_7();
43   public double GetAlphaMaxValue()
44     { return GetAlphaMaxValue_7(); }
45
46   private native double GetAlpha_8();
47   public double GetAlpha()
48     { return GetAlpha_8(); }
49
50   private native void SetTolerance_9(double id0);
51   public void SetTolerance(double id0)
52     { SetTolerance_9(id0); }
53
54   private native double GetToleranceMinValue_10();
55   public double GetToleranceMinValue()
56     { return GetToleranceMinValue_10(); }
57
58   private native double GetToleranceMaxValue_11();
59   public double GetToleranceMaxValue()
60     { return GetToleranceMaxValue_11(); }
61
62   private native double GetTolerance_12();
63   public double GetTolerance()
64     { return GetTolerance_12(); }
65
66   private native void SetOffset_13(double id0);
67   public void SetOffset(double id0)
68     { SetOffset_13(id0); }
69
70   private native double GetOffsetMinValue_14();
71   public double GetOffsetMinValue()
72     { return GetOffsetMinValue_14(); }
73
74   private native double GetOffsetMaxValue_15();
75   public double GetOffsetMaxValue()
76     { return GetOffsetMaxValue_15(); }
77
78   private native double GetOffset_16();
79   public double GetOffset()
80     { return GetOffset_16(); }
81
82   private native void SetBoundingTriangulation_17(int id0);
83   public void SetBoundingTriangulation(int id0)
84     { SetBoundingTriangulation_17(id0); }
85
86   private native int GetBoundingTriangulation_18();
87   public int GetBoundingTriangulation()
88     { return GetBoundingTriangulation_18(); }
89
90   private native void BoundingTriangulationOn_19();
91   public void BoundingTriangulationOn()
92     { BoundingTriangulationOn_19(); }
93
94   private native void BoundingTriangulationOff_20();
95   public void BoundingTriangulationOff()
96     { BoundingTriangulationOff_20(); }
97
98   private native void SetTransform_21(vtkAbstractTransform id0);
99   public void SetTransform(vtkAbstractTransform id0)
100     { SetTransform_21(id0); }
101
102   private native long GetTransform_22();
103   public vtkAbstractTransform GetTransform() {
104     long temp = GetTransform_22();
105
106     if (temp == 0) return null;
107     return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native void SetProjectionPlaneMode_23(int id0);
111   public void SetProjectionPlaneMode(int id0)
112     { SetProjectionPlaneMode_23(id0); }
113
114   private native int GetProjectionPlaneModeMinValue_24();
115   public int GetProjectionPlaneModeMinValue()
116     { return GetProjectionPlaneModeMinValue_24(); }
117
118   private native int GetProjectionPlaneModeMaxValue_25();
119   public int GetProjectionPlaneModeMaxValue()
120     { return GetProjectionPlaneModeMaxValue_25(); }
121
122   private native int GetProjectionPlaneMode_26();
123   public int GetProjectionPlaneMode()
124     { return GetProjectionPlaneMode_26(); }
125
126   private native long ComputeBestFittingPlane_27(vtkPointSet id0);
127   public vtkAbstractTransform ComputeBestFittingPlane(vtkPointSet id0) {
128     long temp = ComputeBestFittingPlane_27(id0);
129
130     if (temp == 0) return null;
131     return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   public vtkDelaunay2D() { super(); }
135
136   public vtkDelaunay2D(long id) { super(id); }
137   public native long   VTKInit();
138
139 }