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