]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMapper.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkMapper.java
1 // java wrapper for vtkMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMapper extends vtkAbstractMapper3D
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 ShallowCopy_2(vtkAbstractMapper id0);
19   public void ShallowCopy(vtkAbstractMapper id0)
20     { ShallowCopy_2(id0); }
21
22   private native int GetMTime_3();
23   public int GetMTime()
24     { return GetMTime_3(); }
25
26   private native void Render_4(vtkRenderer id0,vtkActor id1);
27   public void Render(vtkRenderer id0,vtkActor id1)
28     { Render_4(id0,id1); }
29
30   private native void ReleaseGraphicsResources_5(vtkWindow id0);
31   public void ReleaseGraphicsResources(vtkWindow id0)
32     { ReleaseGraphicsResources_5(id0); }
33
34   private native void SetLookupTable_6(vtkScalarsToColors id0);
35   public void SetLookupTable(vtkScalarsToColors id0)
36     { SetLookupTable_6(id0); }
37
38   private native long GetLookupTable_7();
39   public vtkScalarsToColors GetLookupTable() {
40     long temp = GetLookupTable_7();
41
42     if (temp == 0) return null;
43     return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native void CreateDefaultLookupTable_8();
47   public void CreateDefaultLookupTable()
48     { CreateDefaultLookupTable_8(); }
49
50   private native void SetScalarVisibility_9(int id0);
51   public void SetScalarVisibility(int id0)
52     { SetScalarVisibility_9(id0); }
53
54   private native int GetScalarVisibility_10();
55   public int GetScalarVisibility()
56     { return GetScalarVisibility_10(); }
57
58   private native void ScalarVisibilityOn_11();
59   public void ScalarVisibilityOn()
60     { ScalarVisibilityOn_11(); }
61
62   private native void ScalarVisibilityOff_12();
63   public void ScalarVisibilityOff()
64     { ScalarVisibilityOff_12(); }
65
66   private native void SetStatic_13(int id0);
67   public void SetStatic(int id0)
68     { SetStatic_13(id0); }
69
70   private native int GetStatic_14();
71   public int GetStatic()
72     { return GetStatic_14(); }
73
74   private native void StaticOn_15();
75   public void StaticOn()
76     { StaticOn_15(); }
77
78   private native void StaticOff_16();
79   public void StaticOff()
80     { StaticOff_16(); }
81
82   private native void SetColorMode_17(int id0);
83   public void SetColorMode(int id0)
84     { SetColorMode_17(id0); }
85
86   private native int GetColorMode_18();
87   public int GetColorMode()
88     { return GetColorMode_18(); }
89
90   private native void SetColorModeToDefault_19();
91   public void SetColorModeToDefault()
92     { SetColorModeToDefault_19(); }
93
94   private native void SetColorModeToMapScalars_20();
95   public void SetColorModeToMapScalars()
96     { SetColorModeToMapScalars_20(); }
97
98   private native void SetColorModeToDirectScalars_21();
99   public void SetColorModeToDirectScalars()
100     { SetColorModeToDirectScalars_21(); }
101
102   private native String GetColorModeAsString_22();
103   public String GetColorModeAsString()
104     { return GetColorModeAsString_22(); }
105
106   private native void SetInterpolateScalarsBeforeMapping_23(int id0);
107   public void SetInterpolateScalarsBeforeMapping(int id0)
108     { SetInterpolateScalarsBeforeMapping_23(id0); }
109
110   private native int GetInterpolateScalarsBeforeMapping_24();
111   public int GetInterpolateScalarsBeforeMapping()
112     { return GetInterpolateScalarsBeforeMapping_24(); }
113
114   private native void InterpolateScalarsBeforeMappingOn_25();
115   public void InterpolateScalarsBeforeMappingOn()
116     { InterpolateScalarsBeforeMappingOn_25(); }
117
118   private native void InterpolateScalarsBeforeMappingOff_26();
119   public void InterpolateScalarsBeforeMappingOff()
120     { InterpolateScalarsBeforeMappingOff_26(); }
121
122   private native void SetUseLookupTableScalarRange_27(int id0);
123   public void SetUseLookupTableScalarRange(int id0)
124     { SetUseLookupTableScalarRange_27(id0); }
125
126   private native int GetUseLookupTableScalarRange_28();
127   public int GetUseLookupTableScalarRange()
128     { return GetUseLookupTableScalarRange_28(); }
129
130   private native void UseLookupTableScalarRangeOn_29();
131   public void UseLookupTableScalarRangeOn()
132     { UseLookupTableScalarRangeOn_29(); }
133
134   private native void UseLookupTableScalarRangeOff_30();
135   public void UseLookupTableScalarRangeOff()
136     { UseLookupTableScalarRangeOff_30(); }
137
138   private native void SetScalarRange_31(double id0,double id1);
139   public void SetScalarRange(double id0,double id1)
140     { SetScalarRange_31(id0,id1); }
141
142   private native void SetScalarRange_32(double id0[]);
143   public void SetScalarRange(double id0[])
144     { SetScalarRange_32(id0); }
145
146   private native double[] GetScalarRange_33();
147   public double[] GetScalarRange()
148     { return GetScalarRange_33(); }
149
150   private native void SetScalarMode_34(int id0);
151   public void SetScalarMode(int id0)
152     { SetScalarMode_34(id0); }
153
154   private native int GetScalarMode_35();
155   public int GetScalarMode()
156     { return GetScalarMode_35(); }
157
158   private native void SetScalarModeToDefault_36();
159   public void SetScalarModeToDefault()
160     { SetScalarModeToDefault_36(); }
161
162   private native void SetScalarModeToUsePointData_37();
163   public void SetScalarModeToUsePointData()
164     { SetScalarModeToUsePointData_37(); }
165
166   private native void SetScalarModeToUseCellData_38();
167   public void SetScalarModeToUseCellData()
168     { SetScalarModeToUseCellData_38(); }
169
170   private native void SetScalarModeToUsePointFieldData_39();
171   public void SetScalarModeToUsePointFieldData()
172     { SetScalarModeToUsePointFieldData_39(); }
173
174   private native void SetScalarModeToUseCellFieldData_40();
175   public void SetScalarModeToUseCellFieldData()
176     { SetScalarModeToUseCellFieldData_40(); }
177
178   private native void SetScalarModeToUseFieldData_41();
179   public void SetScalarModeToUseFieldData()
180     { SetScalarModeToUseFieldData_41(); }
181
182   private native void SelectColorArray_42(int id0);
183   public void SelectColorArray(int id0)
184     { SelectColorArray_42(id0); }
185
186   private native void SelectColorArray_43(String id0);
187   public void SelectColorArray(String id0)
188     { SelectColorArray_43(id0); }
189
190   private native void SetFieldDataTupleId_44(int id0);
191   public void SetFieldDataTupleId(int id0)
192     { SetFieldDataTupleId_44(id0); }
193
194   private native int GetFieldDataTupleId_45();
195   public int GetFieldDataTupleId()
196     { return GetFieldDataTupleId_45(); }
197
198   private native void ColorByArrayComponent_46(int id0,int id1);
199   public void ColorByArrayComponent(int id0,int id1)
200     { ColorByArrayComponent_46(id0,id1); }
201
202   private native void ColorByArrayComponent_47(String id0,int id1);
203   public void ColorByArrayComponent(String id0,int id1)
204     { ColorByArrayComponent_47(id0,id1); }
205
206   private native String GetArrayName_48();
207   public String GetArrayName()
208     { return GetArrayName_48(); }
209
210   private native void SetArrayName_49(String id0);
211   public void SetArrayName(String id0)
212     { SetArrayName_49(id0); }
213
214   private native int GetArrayId_50();
215   public int GetArrayId()
216     { return GetArrayId_50(); }
217
218   private native void SetArrayId_51(int id0);
219   public void SetArrayId(int id0)
220     { SetArrayId_51(id0); }
221
222   private native int GetArrayAccessMode_52();
223   public int GetArrayAccessMode()
224     { return GetArrayAccessMode_52(); }
225
226   private native void SetArrayAccessMode_53(int id0);
227   public void SetArrayAccessMode(int id0)
228     { SetArrayAccessMode_53(id0); }
229
230   private native int GetArrayComponent_54();
231   public int GetArrayComponent()
232     { return GetArrayComponent_54(); }
233
234   private native void SetArrayComponent_55(int id0);
235   public void SetArrayComponent(int id0)
236     { SetArrayComponent_55(id0); }
237
238   private native String GetScalarModeAsString_56();
239   public String GetScalarModeAsString()
240     { return GetScalarModeAsString_56(); }
241
242   private native void SetResolveCoincidentTopology_57(int id0);
243   public void SetResolveCoincidentTopology(int id0)
244     { SetResolveCoincidentTopology_57(id0); }
245
246   private native int GetResolveCoincidentTopology_58();
247   public int GetResolveCoincidentTopology()
248     { return GetResolveCoincidentTopology_58(); }
249
250   private native void SetResolveCoincidentTopologyToDefault_59();
251   public void SetResolveCoincidentTopologyToDefault()
252     { SetResolveCoincidentTopologyToDefault_59(); }
253
254   private native void SetResolveCoincidentTopologyToOff_60();
255   public void SetResolveCoincidentTopologyToOff()
256     { SetResolveCoincidentTopologyToOff_60(); }
257
258   private native void SetResolveCoincidentTopologyToPolygonOffset_61();
259   public void SetResolveCoincidentTopologyToPolygonOffset()
260     { SetResolveCoincidentTopologyToPolygonOffset_61(); }
261
262   private native void SetResolveCoincidentTopologyToShiftZBuffer_62();
263   public void SetResolveCoincidentTopologyToShiftZBuffer()
264     { SetResolveCoincidentTopologyToShiftZBuffer_62(); }
265
266   private native void SetResolveCoincidentTopologyPolygonOffsetParameters_63(double id0,double id1);
267   public void SetResolveCoincidentTopologyPolygonOffsetParameters(double id0,double id1)
268     { SetResolveCoincidentTopologyPolygonOffsetParameters_63(id0,id1); }
269
270   private native void SetRelativeCoincidentTopologyPolygonOffsetParameters_64(double id0,double id1);
271   public void SetRelativeCoincidentTopologyPolygonOffsetParameters(double id0,double id1)
272     { SetRelativeCoincidentTopologyPolygonOffsetParameters_64(id0,id1); }
273
274   private native void SetResolveCoincidentTopologyLineOffsetParameters_65(double id0,double id1);
275   public void SetResolveCoincidentTopologyLineOffsetParameters(double id0,double id1)
276     { SetResolveCoincidentTopologyLineOffsetParameters_65(id0,id1); }
277
278   private native void SetRelativeCoincidentTopologyLineOffsetParameters_66(double id0,double id1);
279   public void SetRelativeCoincidentTopologyLineOffsetParameters(double id0,double id1)
280     { SetRelativeCoincidentTopologyLineOffsetParameters_66(id0,id1); }
281
282   private native void SetResolveCoincidentTopologyPointOffsetParameter_67(double id0);
283   public void SetResolveCoincidentTopologyPointOffsetParameter(double id0)
284     { SetResolveCoincidentTopologyPointOffsetParameter_67(id0); }
285
286   private native void SetRelativeCoincidentTopologyPointOffsetParameter_68(double id0);
287   public void SetRelativeCoincidentTopologyPointOffsetParameter(double id0)
288     { SetRelativeCoincidentTopologyPointOffsetParameter_68(id0); }
289
290   private native void SetResolveCoincidentTopologyPolygonOffsetFaces_69(int id0);
291   public void SetResolveCoincidentTopologyPolygonOffsetFaces(int id0)
292     { SetResolveCoincidentTopologyPolygonOffsetFaces_69(id0); }
293
294   private native int GetResolveCoincidentTopologyPolygonOffsetFaces_70();
295   public int GetResolveCoincidentTopologyPolygonOffsetFaces()
296     { return GetResolveCoincidentTopologyPolygonOffsetFaces_70(); }
297
298   private native void SetResolveCoincidentTopologyZShift_71(double id0);
299   public void SetResolveCoincidentTopologyZShift(double id0)
300     { SetResolveCoincidentTopologyZShift_71(id0); }
301
302   private native double GetResolveCoincidentTopologyZShift_72();
303   public double GetResolveCoincidentTopologyZShift()
304     { return GetResolveCoincidentTopologyZShift_72(); }
305
306   private native double[] GetBounds_73();
307   public double[] GetBounds()
308     { return GetBounds_73(); }
309
310   private native void GetBounds_74(double id0[]);
311   public void GetBounds(double id0[])
312     { GetBounds_74(id0); }
313
314   private native void SetRenderTime_75(double id0);
315   public void SetRenderTime(double id0)
316     { SetRenderTime_75(id0); }
317
318   private native double GetRenderTime_76();
319   public double GetRenderTime()
320     { return GetRenderTime_76(); }
321
322   private native long GetInputAsDataSet_77();
323   public vtkDataSet GetInputAsDataSet() {
324     long temp = GetInputAsDataSet_77();
325
326     if (temp == 0) return null;
327     return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
328 }
329
330   private native long MapScalars_78(double id0);
331   public vtkUnsignedCharArray MapScalars(double id0) {
332     long temp = MapScalars_78(id0);
333
334     if (temp == 0) return null;
335     return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
336 }
337
338   private native long MapScalars_79(vtkDataSet id0,double id1);
339   public vtkUnsignedCharArray MapScalars(vtkDataSet id0,double id1) {
340     long temp = MapScalars_79(id0,id1);
341
342     if (temp == 0) return null;
343     return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
344 }
345
346   private native boolean GetIsOpaque_80();
347   public boolean GetIsOpaque()
348     { return GetIsOpaque_80(); }
349
350   private native boolean GetSupportsSelection_81();
351   public boolean GetSupportsSelection()
352     { return GetSupportsSelection_81(); }
353
354   private native int CanUseTextureMapForColoring_82(vtkDataObject id0);
355   public int CanUseTextureMapForColoring(vtkDataObject id0)
356     { return CanUseTextureMapForColoring_82(id0); }
357
358   private native void ClearColorArrays_83();
359   public void ClearColorArrays()
360     { ClearColorArrays_83(); }
361
362   private native long GetColorMapColors_84();
363   public vtkUnsignedCharArray GetColorMapColors() {
364     long temp = GetColorMapColors_84();
365
366     if (temp == 0) return null;
367     return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
368 }
369
370   private native long GetColorCoordinates_85();
371   public vtkFloatArray GetColorCoordinates() {
372     long temp = GetColorCoordinates_85();
373
374     if (temp == 0) return null;
375     return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
376 }
377
378   private native long GetColorTextureMap_86();
379   public vtkImageData GetColorTextureMap() {
380     long temp = GetColorTextureMap_86();
381
382     if (temp == 0) return null;
383     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
384 }
385
386   public vtkMapper() { super(); }
387
388   public vtkMapper(long id) { super(id); }
389
390 }