]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageProperty.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageProperty.java
1 // java wrapper for vtkImageProperty object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageProperty extends vtkObject
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 DeepCopy_2(vtkImageProperty id0);
19   public void DeepCopy(vtkImageProperty id0)
20     { DeepCopy_2(id0); }
21
22   private native void SetColorWindow_3(double id0);
23   public void SetColorWindow(double id0)
24     { SetColorWindow_3(id0); }
25
26   private native double GetColorWindow_4();
27   public double GetColorWindow()
28     { return GetColorWindow_4(); }
29
30   private native void SetColorLevel_5(double id0);
31   public void SetColorLevel(double id0)
32     { SetColorLevel_5(id0); }
33
34   private native double GetColorLevel_6();
35   public double GetColorLevel()
36     { return GetColorLevel_6(); }
37
38   private native void SetLookupTable_7(vtkScalarsToColors id0);
39   public void SetLookupTable(vtkScalarsToColors id0)
40     { SetLookupTable_7(id0); }
41
42   private native long GetLookupTable_8();
43   public vtkScalarsToColors GetLookupTable() {
44     long temp = GetLookupTable_8();
45
46     if (temp == 0) return null;
47     return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void SetUseLookupTableScalarRange_9(int id0);
51   public void SetUseLookupTableScalarRange(int id0)
52     { SetUseLookupTableScalarRange_9(id0); }
53
54   private native int GetUseLookupTableScalarRange_10();
55   public int GetUseLookupTableScalarRange()
56     { return GetUseLookupTableScalarRange_10(); }
57
58   private native void UseLookupTableScalarRangeOn_11();
59   public void UseLookupTableScalarRangeOn()
60     { UseLookupTableScalarRangeOn_11(); }
61
62   private native void UseLookupTableScalarRangeOff_12();
63   public void UseLookupTableScalarRangeOff()
64     { UseLookupTableScalarRangeOff_12(); }
65
66   private native void SetOpacity_13(double id0);
67   public void SetOpacity(double id0)
68     { SetOpacity_13(id0); }
69
70   private native double GetOpacityMinValue_14();
71   public double GetOpacityMinValue()
72     { return GetOpacityMinValue_14(); }
73
74   private native double GetOpacityMaxValue_15();
75   public double GetOpacityMaxValue()
76     { return GetOpacityMaxValue_15(); }
77
78   private native double GetOpacity_16();
79   public double GetOpacity()
80     { return GetOpacity_16(); }
81
82   private native void SetAmbient_17(double id0);
83   public void SetAmbient(double id0)
84     { SetAmbient_17(id0); }
85
86   private native double GetAmbientMinValue_18();
87   public double GetAmbientMinValue()
88     { return GetAmbientMinValue_18(); }
89
90   private native double GetAmbientMaxValue_19();
91   public double GetAmbientMaxValue()
92     { return GetAmbientMaxValue_19(); }
93
94   private native double GetAmbient_20();
95   public double GetAmbient()
96     { return GetAmbient_20(); }
97
98   private native void SetDiffuse_21(double id0);
99   public void SetDiffuse(double id0)
100     { SetDiffuse_21(id0); }
101
102   private native double GetDiffuseMinValue_22();
103   public double GetDiffuseMinValue()
104     { return GetDiffuseMinValue_22(); }
105
106   private native double GetDiffuseMaxValue_23();
107   public double GetDiffuseMaxValue()
108     { return GetDiffuseMaxValue_23(); }
109
110   private native double GetDiffuse_24();
111   public double GetDiffuse()
112     { return GetDiffuse_24(); }
113
114   private native void SetInterpolationType_25(int id0);
115   public void SetInterpolationType(int id0)
116     { SetInterpolationType_25(id0); }
117
118   private native int GetInterpolationTypeMinValue_26();
119   public int GetInterpolationTypeMinValue()
120     { return GetInterpolationTypeMinValue_26(); }
121
122   private native int GetInterpolationTypeMaxValue_27();
123   public int GetInterpolationTypeMaxValue()
124     { return GetInterpolationTypeMaxValue_27(); }
125
126   private native int GetInterpolationType_28();
127   public int GetInterpolationType()
128     { return GetInterpolationType_28(); }
129
130   private native void SetInterpolationTypeToNearest_29();
131   public void SetInterpolationTypeToNearest()
132     { SetInterpolationTypeToNearest_29(); }
133
134   private native void SetInterpolationTypeToLinear_30();
135   public void SetInterpolationTypeToLinear()
136     { SetInterpolationTypeToLinear_30(); }
137
138   private native void SetInterpolationTypeToCubic_31();
139   public void SetInterpolationTypeToCubic()
140     { SetInterpolationTypeToCubic_31(); }
141
142   private native String GetInterpolationTypeAsString_32();
143   public String GetInterpolationTypeAsString()
144     { return GetInterpolationTypeAsString_32(); }
145
146   private native void SetLayerNumber_33(int id0);
147   public void SetLayerNumber(int id0)
148     { SetLayerNumber_33(id0); }
149
150   private native int GetLayerNumber_34();
151   public int GetLayerNumber()
152     { return GetLayerNumber_34(); }
153
154   private native void SetCheckerboard_35(int id0);
155   public void SetCheckerboard(int id0)
156     { SetCheckerboard_35(id0); }
157
158   private native void CheckerboardOn_36();
159   public void CheckerboardOn()
160     { CheckerboardOn_36(); }
161
162   private native void CheckerboardOff_37();
163   public void CheckerboardOff()
164     { CheckerboardOff_37(); }
165
166   private native int GetCheckerboard_38();
167   public int GetCheckerboard()
168     { return GetCheckerboard_38(); }
169
170   private native void SetCheckerboardSpacing_39(double id0,double id1);
171   public void SetCheckerboardSpacing(double id0,double id1)
172     { SetCheckerboardSpacing_39(id0,id1); }
173
174   private native void SetCheckerboardSpacing_40(double id0[]);
175   public void SetCheckerboardSpacing(double id0[])
176     { SetCheckerboardSpacing_40(id0); }
177
178   private native double[] GetCheckerboardSpacing_41();
179   public double[] GetCheckerboardSpacing()
180     { return GetCheckerboardSpacing_41(); }
181
182   private native void SetCheckerboardOffset_42(double id0,double id1);
183   public void SetCheckerboardOffset(double id0,double id1)
184     { SetCheckerboardOffset_42(id0,id1); }
185
186   private native void SetCheckerboardOffset_43(double id0[]);
187   public void SetCheckerboardOffset(double id0[])
188     { SetCheckerboardOffset_43(id0); }
189
190   private native double[] GetCheckerboardOffset_44();
191   public double[] GetCheckerboardOffset()
192     { return GetCheckerboardOffset_44(); }
193
194   private native void SetBacking_45(int id0);
195   public void SetBacking(int id0)
196     { SetBacking_45(id0); }
197
198   private native void BackingOn_46();
199   public void BackingOn()
200     { BackingOn_46(); }
201
202   private native void BackingOff_47();
203   public void BackingOff()
204     { BackingOff_47(); }
205
206   private native int GetBacking_48();
207   public int GetBacking()
208     { return GetBacking_48(); }
209
210   private native void SetBackingColor_49(double id0,double id1,double id2);
211   public void SetBackingColor(double id0,double id1,double id2)
212     { SetBackingColor_49(id0,id1,id2); }
213
214   private native void SetBackingColor_50(double id0[]);
215   public void SetBackingColor(double id0[])
216     { SetBackingColor_50(id0); }
217
218   private native double[] GetBackingColor_51();
219   public double[] GetBackingColor()
220     { return GetBackingColor_51(); }
221
222   private native int GetMTime_52();
223   public int GetMTime()
224     { return GetMTime_52(); }
225
226   public vtkImageProperty() { super(); }
227
228   public vtkImageProperty(long id) { super(id); }
229   public native long   VTKInit();
230
231 }