]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDelaunay3D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDelaunay3D.java
1 // java wrapper for vtkDelaunay3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDelaunay3D extends vtkUnstructuredGridAlgorithm
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 SetAlpha_2(double id0);
19   public void SetAlpha(double id0)
20     { SetAlpha_2(id0); }
21
22   private native double GetAlphaMinValue_3();
23   public double GetAlphaMinValue()
24     { return GetAlphaMinValue_3(); }
25
26   private native double GetAlphaMaxValue_4();
27   public double GetAlphaMaxValue()
28     { return GetAlphaMaxValue_4(); }
29
30   private native double GetAlpha_5();
31   public double GetAlpha()
32     { return GetAlpha_5(); }
33
34   private native void SetAlphaTets_6(int id0);
35   public void SetAlphaTets(int id0)
36     { SetAlphaTets_6(id0); }
37
38   private native int GetAlphaTets_7();
39   public int GetAlphaTets()
40     { return GetAlphaTets_7(); }
41
42   private native void AlphaTetsOn_8();
43   public void AlphaTetsOn()
44     { AlphaTetsOn_8(); }
45
46   private native void AlphaTetsOff_9();
47   public void AlphaTetsOff()
48     { AlphaTetsOff_9(); }
49
50   private native void SetAlphaTris_10(int id0);
51   public void SetAlphaTris(int id0)
52     { SetAlphaTris_10(id0); }
53
54   private native int GetAlphaTris_11();
55   public int GetAlphaTris()
56     { return GetAlphaTris_11(); }
57
58   private native void AlphaTrisOn_12();
59   public void AlphaTrisOn()
60     { AlphaTrisOn_12(); }
61
62   private native void AlphaTrisOff_13();
63   public void AlphaTrisOff()
64     { AlphaTrisOff_13(); }
65
66   private native void SetAlphaLines_14(int id0);
67   public void SetAlphaLines(int id0)
68     { SetAlphaLines_14(id0); }
69
70   private native int GetAlphaLines_15();
71   public int GetAlphaLines()
72     { return GetAlphaLines_15(); }
73
74   private native void AlphaLinesOn_16();
75   public void AlphaLinesOn()
76     { AlphaLinesOn_16(); }
77
78   private native void AlphaLinesOff_17();
79   public void AlphaLinesOff()
80     { AlphaLinesOff_17(); }
81
82   private native void SetAlphaVerts_18(int id0);
83   public void SetAlphaVerts(int id0)
84     { SetAlphaVerts_18(id0); }
85
86   private native int GetAlphaVerts_19();
87   public int GetAlphaVerts()
88     { return GetAlphaVerts_19(); }
89
90   private native void AlphaVertsOn_20();
91   public void AlphaVertsOn()
92     { AlphaVertsOn_20(); }
93
94   private native void AlphaVertsOff_21();
95   public void AlphaVertsOff()
96     { AlphaVertsOff_21(); }
97
98   private native void SetTolerance_22(double id0);
99   public void SetTolerance(double id0)
100     { SetTolerance_22(id0); }
101
102   private native double GetToleranceMinValue_23();
103   public double GetToleranceMinValue()
104     { return GetToleranceMinValue_23(); }
105
106   private native double GetToleranceMaxValue_24();
107   public double GetToleranceMaxValue()
108     { return GetToleranceMaxValue_24(); }
109
110   private native double GetTolerance_25();
111   public double GetTolerance()
112     { return GetTolerance_25(); }
113
114   private native void SetOffset_26(double id0);
115   public void SetOffset(double id0)
116     { SetOffset_26(id0); }
117
118   private native double GetOffsetMinValue_27();
119   public double GetOffsetMinValue()
120     { return GetOffsetMinValue_27(); }
121
122   private native double GetOffsetMaxValue_28();
123   public double GetOffsetMaxValue()
124     { return GetOffsetMaxValue_28(); }
125
126   private native double GetOffset_29();
127   public double GetOffset()
128     { return GetOffset_29(); }
129
130   private native void SetBoundingTriangulation_30(int id0);
131   public void SetBoundingTriangulation(int id0)
132     { SetBoundingTriangulation_30(id0); }
133
134   private native int GetBoundingTriangulation_31();
135   public int GetBoundingTriangulation()
136     { return GetBoundingTriangulation_31(); }
137
138   private native void BoundingTriangulationOn_32();
139   public void BoundingTriangulationOn()
140     { BoundingTriangulationOn_32(); }
141
142   private native void BoundingTriangulationOff_33();
143   public void BoundingTriangulationOff()
144     { BoundingTriangulationOff_33(); }
145
146   private native void SetLocator_34(vtkIncrementalPointLocator id0);
147   public void SetLocator(vtkIncrementalPointLocator id0)
148     { SetLocator_34(id0); }
149
150   private native long GetLocator_35();
151   public vtkIncrementalPointLocator GetLocator() {
152     long temp = GetLocator_35();
153
154     if (temp == 0) return null;
155     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native void CreateDefaultLocator_36();
159   public void CreateDefaultLocator()
160     { CreateDefaultLocator_36(); }
161
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); }
165
166   private native void EndPointInsertion_38();
167   public void EndPointInsertion()
168     { EndPointInsertion_38(); }
169
170   private native int GetMTime_39();
171   public int GetMTime()
172     { return GetMTime_39(); }
173
174   private native void SetOutputPointsPrecision_40(int id0);
175   public void SetOutputPointsPrecision(int id0)
176     { SetOutputPointsPrecision_40(id0); }
177
178   private native int GetOutputPointsPrecision_41();
179   public int GetOutputPointsPrecision()
180     { return GetOutputPointsPrecision_41(); }
181
182   public vtkDelaunay3D() { super(); }
183
184   public vtkDelaunay3D(long id) { super(id); }
185   public native long   VTKInit();
186
187 }