1 // java wrapper for vtkVoronoi2D object
7 public class vtkVoronoi2D 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 SetPadding_2(double id0);
19 public void SetPadding(double id0)
20 { SetPadding_2(id0); }
22 private native double GetPaddingMinValue_3();
23 public double GetPaddingMinValue()
24 { return GetPaddingMinValue_3(); }
26 private native double GetPaddingMaxValue_4();
27 public double GetPaddingMaxValue()
28 { return GetPaddingMaxValue_4(); }
30 private native double GetPadding_5();
31 public double GetPadding()
32 { return GetPadding_5(); }
34 private native void SetGenerateScalars_6(int id0);
35 public void SetGenerateScalars(int id0)
36 { SetGenerateScalars_6(id0); }
38 private native int GetGenerateScalars_7();
39 public int GetGenerateScalars()
40 { return GetGenerateScalars_7(); }
42 private native void SetGenerateScalarsToNone_8();
43 public void SetGenerateScalarsToNone()
44 { SetGenerateScalarsToNone_8(); }
46 private native void SetGenerateScalarsToPointIds_9();
47 public void SetGenerateScalarsToPointIds()
48 { SetGenerateScalarsToPointIds_9(); }
50 private native void SetGenerateScalarsToThreadIds_10();
51 public void SetGenerateScalarsToThreadIds()
52 { SetGenerateScalarsToThreadIds_10(); }
54 private native void SetTransform_11(vtkAbstractTransform id0);
55 public void SetTransform(vtkAbstractTransform id0)
56 { SetTransform_11(id0); }
58 private native long GetTransform_12();
59 public vtkAbstractTransform GetTransform() {
60 long temp = GetTransform_12();
62 if (temp == 0) return null;
63 return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 private native void SetProjectionPlaneMode_13(int id0);
67 public void SetProjectionPlaneMode(int id0)
68 { SetProjectionPlaneMode_13(id0); }
70 private native int GetProjectionPlaneModeMinValue_14();
71 public int GetProjectionPlaneModeMinValue()
72 { return GetProjectionPlaneModeMinValue_14(); }
74 private native int GetProjectionPlaneModeMaxValue_15();
75 public int GetProjectionPlaneModeMaxValue()
76 { return GetProjectionPlaneModeMaxValue_15(); }
78 private native int GetProjectionPlaneMode_16();
79 public int GetProjectionPlaneMode()
80 { return GetProjectionPlaneMode_16(); }
82 private native void SetProjectionPlaneModeToXYPlane_17();
83 public void SetProjectionPlaneModeToXYPlane()
84 { SetProjectionPlaneModeToXYPlane_17(); }
86 private native void SetProjectionPlaneModeToSpecifiedTransformPlane_18();
87 public void SetProjectionPlaneModeToSpecifiedTransformPlane()
88 { SetProjectionPlaneModeToSpecifiedTransformPlane_18(); }
90 private native void SetProjectionPlaneModeToBestFittingPlane_19();
91 public void SetProjectionPlaneModeToBestFittingPlane()
92 { SetProjectionPlaneModeToBestFittingPlane_19(); }
94 private native void SetPointOfInterest_20(int id0);
95 public void SetPointOfInterest(int id0)
96 { SetPointOfInterest_20(id0); }
98 private native int GetPointOfInterestMinValue_21();
99 public int GetPointOfInterestMinValue()
100 { return GetPointOfInterestMinValue_21(); }
102 private native int GetPointOfInterestMaxValue_22();
103 public int GetPointOfInterestMaxValue()
104 { return GetPointOfInterestMaxValue_22(); }
106 private native int GetPointOfInterest_23();
107 public int GetPointOfInterest()
108 { return GetPointOfInterest_23(); }
110 private native void SetMaximumNumberOfTileClips_24(int id0);
111 public void SetMaximumNumberOfTileClips(int id0)
112 { SetMaximumNumberOfTileClips_24(id0); }
114 private native int GetMaximumNumberOfTileClipsMinValue_25();
115 public int GetMaximumNumberOfTileClipsMinValue()
116 { return GetMaximumNumberOfTileClipsMinValue_25(); }
118 private native int GetMaximumNumberOfTileClipsMaxValue_26();
119 public int GetMaximumNumberOfTileClipsMaxValue()
120 { return GetMaximumNumberOfTileClipsMaxValue_26(); }
122 private native int GetMaximumNumberOfTileClips_27();
123 public int GetMaximumNumberOfTileClips()
124 { return GetMaximumNumberOfTileClips_27(); }
126 private native long GetLocator_28();
127 public vtkStaticPointLocator2D GetLocator() {
128 long temp = GetLocator_28();
130 if (temp == 0) return null;
131 return (vtkStaticPointLocator2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
134 private native void SetGenerateVoronoiFlower_29(int id0);
135 public void SetGenerateVoronoiFlower(int id0)
136 { SetGenerateVoronoiFlower_29(id0); }
138 private native int GetGenerateVoronoiFlower_30();
139 public int GetGenerateVoronoiFlower()
140 { return GetGenerateVoronoiFlower_30(); }
142 private native void GenerateVoronoiFlowerOn_31();
143 public void GenerateVoronoiFlowerOn()
144 { GenerateVoronoiFlowerOn_31(); }
146 private native void GenerateVoronoiFlowerOff_32();
147 public void GenerateVoronoiFlowerOff()
148 { GenerateVoronoiFlowerOff_32(); }
150 private native long GetSpheres_33();
151 public vtkSpheres GetSpheres() {
152 long temp = GetSpheres_33();
154 if (temp == 0) return null;
155 return (vtkSpheres)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
158 private native int GetNumberOfThreadsUsed_34();
159 public int GetNumberOfThreadsUsed()
160 { return GetNumberOfThreadsUsed_34(); }
162 private native int GetMTime_35();
163 public int GetMTime()
164 { return GetMTime_35(); }
166 public vtkVoronoi2D() { super(); }
168 public vtkVoronoi2D(long id) { super(id); }
169 public native long VTKInit();