]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkVoronoi2D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkVoronoi2D.java
1 // java wrapper for vtkVoronoi2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkVoronoi2D 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 SetPadding_2(double id0);
19   public void SetPadding(double id0)
20     { SetPadding_2(id0); }
21
22   private native double GetPaddingMinValue_3();
23   public double GetPaddingMinValue()
24     { return GetPaddingMinValue_3(); }
25
26   private native double GetPaddingMaxValue_4();
27   public double GetPaddingMaxValue()
28     { return GetPaddingMaxValue_4(); }
29
30   private native double GetPadding_5();
31   public double GetPadding()
32     { return GetPadding_5(); }
33
34   private native void SetGenerateScalars_6(int id0);
35   public void SetGenerateScalars(int id0)
36     { SetGenerateScalars_6(id0); }
37
38   private native int GetGenerateScalars_7();
39   public int GetGenerateScalars()
40     { return GetGenerateScalars_7(); }
41
42   private native void SetGenerateScalarsToNone_8();
43   public void SetGenerateScalarsToNone()
44     { SetGenerateScalarsToNone_8(); }
45
46   private native void SetGenerateScalarsToPointIds_9();
47   public void SetGenerateScalarsToPointIds()
48     { SetGenerateScalarsToPointIds_9(); }
49
50   private native void SetGenerateScalarsToThreadIds_10();
51   public void SetGenerateScalarsToThreadIds()
52     { SetGenerateScalarsToThreadIds_10(); }
53
54   private native void SetTransform_11(vtkAbstractTransform id0);
55   public void SetTransform(vtkAbstractTransform id0)
56     { SetTransform_11(id0); }
57
58   private native long GetTransform_12();
59   public vtkAbstractTransform GetTransform() {
60     long temp = GetTransform_12();
61
62     if (temp == 0) return null;
63     return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetProjectionPlaneMode_13(int id0);
67   public void SetProjectionPlaneMode(int id0)
68     { SetProjectionPlaneMode_13(id0); }
69
70   private native int GetProjectionPlaneModeMinValue_14();
71   public int GetProjectionPlaneModeMinValue()
72     { return GetProjectionPlaneModeMinValue_14(); }
73
74   private native int GetProjectionPlaneModeMaxValue_15();
75   public int GetProjectionPlaneModeMaxValue()
76     { return GetProjectionPlaneModeMaxValue_15(); }
77
78   private native int GetProjectionPlaneMode_16();
79   public int GetProjectionPlaneMode()
80     { return GetProjectionPlaneMode_16(); }
81
82   private native void SetProjectionPlaneModeToXYPlane_17();
83   public void SetProjectionPlaneModeToXYPlane()
84     { SetProjectionPlaneModeToXYPlane_17(); }
85
86   private native void SetProjectionPlaneModeToSpecifiedTransformPlane_18();
87   public void SetProjectionPlaneModeToSpecifiedTransformPlane()
88     { SetProjectionPlaneModeToSpecifiedTransformPlane_18(); }
89
90   private native void SetProjectionPlaneModeToBestFittingPlane_19();
91   public void SetProjectionPlaneModeToBestFittingPlane()
92     { SetProjectionPlaneModeToBestFittingPlane_19(); }
93
94   private native void SetPointOfInterest_20(int id0);
95   public void SetPointOfInterest(int id0)
96     { SetPointOfInterest_20(id0); }
97
98   private native int GetPointOfInterestMinValue_21();
99   public int GetPointOfInterestMinValue()
100     { return GetPointOfInterestMinValue_21(); }
101
102   private native int GetPointOfInterestMaxValue_22();
103   public int GetPointOfInterestMaxValue()
104     { return GetPointOfInterestMaxValue_22(); }
105
106   private native int GetPointOfInterest_23();
107   public int GetPointOfInterest()
108     { return GetPointOfInterest_23(); }
109
110   private native void SetMaximumNumberOfTileClips_24(int id0);
111   public void SetMaximumNumberOfTileClips(int id0)
112     { SetMaximumNumberOfTileClips_24(id0); }
113
114   private native int GetMaximumNumberOfTileClipsMinValue_25();
115   public int GetMaximumNumberOfTileClipsMinValue()
116     { return GetMaximumNumberOfTileClipsMinValue_25(); }
117
118   private native int GetMaximumNumberOfTileClipsMaxValue_26();
119   public int GetMaximumNumberOfTileClipsMaxValue()
120     { return GetMaximumNumberOfTileClipsMaxValue_26(); }
121
122   private native int GetMaximumNumberOfTileClips_27();
123   public int GetMaximumNumberOfTileClips()
124     { return GetMaximumNumberOfTileClips_27(); }
125
126   private native long GetLocator_28();
127   public vtkStaticPointLocator2D GetLocator() {
128     long temp = GetLocator_28();
129
130     if (temp == 0) return null;
131     return (vtkStaticPointLocator2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native void SetGenerateVoronoiFlower_29(int id0);
135   public void SetGenerateVoronoiFlower(int id0)
136     { SetGenerateVoronoiFlower_29(id0); }
137
138   private native int GetGenerateVoronoiFlower_30();
139   public int GetGenerateVoronoiFlower()
140     { return GetGenerateVoronoiFlower_30(); }
141
142   private native void GenerateVoronoiFlowerOn_31();
143   public void GenerateVoronoiFlowerOn()
144     { GenerateVoronoiFlowerOn_31(); }
145
146   private native void GenerateVoronoiFlowerOff_32();
147   public void GenerateVoronoiFlowerOff()
148     { GenerateVoronoiFlowerOff_32(); }
149
150   private native long GetSpheres_33();
151   public vtkSpheres GetSpheres() {
152     long temp = GetSpheres_33();
153
154     if (temp == 0) return null;
155     return (vtkSpheres)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native int GetNumberOfThreadsUsed_34();
159   public int GetNumberOfThreadsUsed()
160     { return GetNumberOfThreadsUsed_34(); }
161
162   private native int GetMTime_35();
163   public int GetMTime()
164     { return GetMTime_35(); }
165
166   public vtkVoronoi2D() { super(); }
167
168   public vtkVoronoi2D(long id) { super(id); }
169   public native long   VTKInit();
170
171 }