]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageToPolyDataFilter.java
e1ce52ca3628d11a2613d27804ae2fca9854b436
[simantics/3d.git] / vtk / src / vtk / vtkImageToPolyDataFilter.java
1 // java wrapper for vtkImageToPolyDataFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageToPolyDataFilter 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 SetOutputStyle_2(int id0);
19   public void SetOutputStyle(int id0)
20     { SetOutputStyle_2(id0); }
21
22   private native int GetOutputStyleMinValue_3();
23   public int GetOutputStyleMinValue()
24     { return GetOutputStyleMinValue_3(); }
25
26   private native int GetOutputStyleMaxValue_4();
27   public int GetOutputStyleMaxValue()
28     { return GetOutputStyleMaxValue_4(); }
29
30   private native int GetOutputStyle_5();
31   public int GetOutputStyle()
32     { return GetOutputStyle_5(); }
33
34   private native void SetOutputStyleToPixelize_6();
35   public void SetOutputStyleToPixelize()
36     { SetOutputStyleToPixelize_6(); }
37
38   private native void SetOutputStyleToPolygonalize_7();
39   public void SetOutputStyleToPolygonalize()
40     { SetOutputStyleToPolygonalize_7(); }
41
42   private native void SetOutputStyleToRunLength_8();
43   public void SetOutputStyleToRunLength()
44     { SetOutputStyleToRunLength_8(); }
45
46   private native void SetColorMode_9(int id0);
47   public void SetColorMode(int id0)
48     { SetColorMode_9(id0); }
49
50   private native int GetColorModeMinValue_10();
51   public int GetColorModeMinValue()
52     { return GetColorModeMinValue_10(); }
53
54   private native int GetColorModeMaxValue_11();
55   public int GetColorModeMaxValue()
56     { return GetColorModeMaxValue_11(); }
57
58   private native int GetColorMode_12();
59   public int GetColorMode()
60     { return GetColorMode_12(); }
61
62   private native void SetColorModeToLUT_13();
63   public void SetColorModeToLUT()
64     { SetColorModeToLUT_13(); }
65
66   private native void SetColorModeToLinear256_14();
67   public void SetColorModeToLinear256()
68     { SetColorModeToLinear256_14(); }
69
70   private native void SetLookupTable_15(vtkScalarsToColors id0);
71   public void SetLookupTable(vtkScalarsToColors id0)
72     { SetLookupTable_15(id0); }
73
74   private native long GetLookupTable_16();
75   public vtkScalarsToColors GetLookupTable() {
76     long temp = GetLookupTable_16();
77
78     if (temp == 0) return null;
79     return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native void SetSmoothing_17(int id0);
83   public void SetSmoothing(int id0)
84     { SetSmoothing_17(id0); }
85
86   private native int GetSmoothing_18();
87   public int GetSmoothing()
88     { return GetSmoothing_18(); }
89
90   private native void SmoothingOn_19();
91   public void SmoothingOn()
92     { SmoothingOn_19(); }
93
94   private native void SmoothingOff_20();
95   public void SmoothingOff()
96     { SmoothingOff_20(); }
97
98   private native void SetNumberOfSmoothingIterations_21(int id0);
99   public void SetNumberOfSmoothingIterations(int id0)
100     { SetNumberOfSmoothingIterations_21(id0); }
101
102   private native int GetNumberOfSmoothingIterationsMinValue_22();
103   public int GetNumberOfSmoothingIterationsMinValue()
104     { return GetNumberOfSmoothingIterationsMinValue_22(); }
105
106   private native int GetNumberOfSmoothingIterationsMaxValue_23();
107   public int GetNumberOfSmoothingIterationsMaxValue()
108     { return GetNumberOfSmoothingIterationsMaxValue_23(); }
109
110   private native int GetNumberOfSmoothingIterations_24();
111   public int GetNumberOfSmoothingIterations()
112     { return GetNumberOfSmoothingIterations_24(); }
113
114   private native void SetDecimation_25(int id0);
115   public void SetDecimation(int id0)
116     { SetDecimation_25(id0); }
117
118   private native int GetDecimation_26();
119   public int GetDecimation()
120     { return GetDecimation_26(); }
121
122   private native void DecimationOn_27();
123   public void DecimationOn()
124     { DecimationOn_27(); }
125
126   private native void DecimationOff_28();
127   public void DecimationOff()
128     { DecimationOff_28(); }
129
130   private native void SetDecimationError_29(double id0);
131   public void SetDecimationError(double id0)
132     { SetDecimationError_29(id0); }
133
134   private native double GetDecimationErrorMinValue_30();
135   public double GetDecimationErrorMinValue()
136     { return GetDecimationErrorMinValue_30(); }
137
138   private native double GetDecimationErrorMaxValue_31();
139   public double GetDecimationErrorMaxValue()
140     { return GetDecimationErrorMaxValue_31(); }
141
142   private native double GetDecimationError_32();
143   public double GetDecimationError()
144     { return GetDecimationError_32(); }
145
146   private native void SetError_33(int id0);
147   public void SetError(int id0)
148     { SetError_33(id0); }
149
150   private native int GetErrorMinValue_34();
151   public int GetErrorMinValue()
152     { return GetErrorMinValue_34(); }
153
154   private native int GetErrorMaxValue_35();
155   public int GetErrorMaxValue()
156     { return GetErrorMaxValue_35(); }
157
158   private native int GetError_36();
159   public int GetError()
160     { return GetError_36(); }
161
162   private native void SetSubImageSize_37(int id0);
163   public void SetSubImageSize(int id0)
164     { SetSubImageSize_37(id0); }
165
166   private native int GetSubImageSizeMinValue_38();
167   public int GetSubImageSizeMinValue()
168     { return GetSubImageSizeMinValue_38(); }
169
170   private native int GetSubImageSizeMaxValue_39();
171   public int GetSubImageSizeMaxValue()
172     { return GetSubImageSizeMaxValue_39(); }
173
174   private native int GetSubImageSize_40();
175   public int GetSubImageSize()
176     { return GetSubImageSize_40(); }
177
178   public vtkImageToPolyDataFilter() { super(); }
179
180   public vtkImageToPolyDataFilter(long id) { super(id); }
181   public native long   VTKInit();
182
183 }