]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkApplyColors.java
36b982b9e86464bb6390d0f316455c09e0c97a95
[simantics/3d.git] / vtk / src / vtk / vtkApplyColors.java
1 // java wrapper for vtkApplyColors object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkApplyColors extends vtkPassInputTypeAlgorithm
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 SetPointLookupTable_2(vtkScalarsToColors id0);
19   public void SetPointLookupTable(vtkScalarsToColors id0)
20     { SetPointLookupTable_2(id0); }
21
22   private native long GetPointLookupTable_3();
23   public vtkScalarsToColors GetPointLookupTable() {
24     long temp = GetPointLookupTable_3();
25
26     if (temp == 0) return null;
27     return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetUsePointLookupTable_4(boolean id0);
31   public void SetUsePointLookupTable(boolean id0)
32     { SetUsePointLookupTable_4(id0); }
33
34   private native boolean GetUsePointLookupTable_5();
35   public boolean GetUsePointLookupTable()
36     { return GetUsePointLookupTable_5(); }
37
38   private native void UsePointLookupTableOn_6();
39   public void UsePointLookupTableOn()
40     { UsePointLookupTableOn_6(); }
41
42   private native void UsePointLookupTableOff_7();
43   public void UsePointLookupTableOff()
44     { UsePointLookupTableOff_7(); }
45
46   private native void SetScalePointLookupTable_8(boolean id0);
47   public void SetScalePointLookupTable(boolean id0)
48     { SetScalePointLookupTable_8(id0); }
49
50   private native boolean GetScalePointLookupTable_9();
51   public boolean GetScalePointLookupTable()
52     { return GetScalePointLookupTable_9(); }
53
54   private native void ScalePointLookupTableOn_10();
55   public void ScalePointLookupTableOn()
56     { ScalePointLookupTableOn_10(); }
57
58   private native void ScalePointLookupTableOff_11();
59   public void ScalePointLookupTableOff()
60     { ScalePointLookupTableOff_11(); }
61
62   private native void SetDefaultPointColor_12(double id0,double id1,double id2);
63   public void SetDefaultPointColor(double id0,double id1,double id2)
64     { SetDefaultPointColor_12(id0,id1,id2); }
65
66   private native void SetDefaultPointColor_13(double id0[]);
67   public void SetDefaultPointColor(double id0[])
68     { SetDefaultPointColor_13(id0); }
69
70   private native double[] GetDefaultPointColor_14();
71   public double[] GetDefaultPointColor()
72     { return GetDefaultPointColor_14(); }
73
74   private native void SetDefaultPointOpacity_15(double id0);
75   public void SetDefaultPointOpacity(double id0)
76     { SetDefaultPointOpacity_15(id0); }
77
78   private native double GetDefaultPointOpacity_16();
79   public double GetDefaultPointOpacity()
80     { return GetDefaultPointOpacity_16(); }
81
82   private native void SetSelectedPointColor_17(double id0,double id1,double id2);
83   public void SetSelectedPointColor(double id0,double id1,double id2)
84     { SetSelectedPointColor_17(id0,id1,id2); }
85
86   private native void SetSelectedPointColor_18(double id0[]);
87   public void SetSelectedPointColor(double id0[])
88     { SetSelectedPointColor_18(id0); }
89
90   private native double[] GetSelectedPointColor_19();
91   public double[] GetSelectedPointColor()
92     { return GetSelectedPointColor_19(); }
93
94   private native void SetSelectedPointOpacity_20(double id0);
95   public void SetSelectedPointOpacity(double id0)
96     { SetSelectedPointOpacity_20(id0); }
97
98   private native double GetSelectedPointOpacity_21();
99   public double GetSelectedPointOpacity()
100     { return GetSelectedPointOpacity_21(); }
101
102   private native void SetPointColorOutputArrayName_22(String id0);
103   public void SetPointColorOutputArrayName(String id0)
104     { SetPointColorOutputArrayName_22(id0); }
105
106   private native String GetPointColorOutputArrayName_23();
107   public String GetPointColorOutputArrayName()
108     { return GetPointColorOutputArrayName_23(); }
109
110   private native void SetCellLookupTable_24(vtkScalarsToColors id0);
111   public void SetCellLookupTable(vtkScalarsToColors id0)
112     { SetCellLookupTable_24(id0); }
113
114   private native long GetCellLookupTable_25();
115   public vtkScalarsToColors GetCellLookupTable() {
116     long temp = GetCellLookupTable_25();
117
118     if (temp == 0) return null;
119     return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native void SetUseCellLookupTable_26(boolean id0);
123   public void SetUseCellLookupTable(boolean id0)
124     { SetUseCellLookupTable_26(id0); }
125
126   private native boolean GetUseCellLookupTable_27();
127   public boolean GetUseCellLookupTable()
128     { return GetUseCellLookupTable_27(); }
129
130   private native void UseCellLookupTableOn_28();
131   public void UseCellLookupTableOn()
132     { UseCellLookupTableOn_28(); }
133
134   private native void UseCellLookupTableOff_29();
135   public void UseCellLookupTableOff()
136     { UseCellLookupTableOff_29(); }
137
138   private native void SetScaleCellLookupTable_30(boolean id0);
139   public void SetScaleCellLookupTable(boolean id0)
140     { SetScaleCellLookupTable_30(id0); }
141
142   private native boolean GetScaleCellLookupTable_31();
143   public boolean GetScaleCellLookupTable()
144     { return GetScaleCellLookupTable_31(); }
145
146   private native void ScaleCellLookupTableOn_32();
147   public void ScaleCellLookupTableOn()
148     { ScaleCellLookupTableOn_32(); }
149
150   private native void ScaleCellLookupTableOff_33();
151   public void ScaleCellLookupTableOff()
152     { ScaleCellLookupTableOff_33(); }
153
154   private native void SetDefaultCellColor_34(double id0,double id1,double id2);
155   public void SetDefaultCellColor(double id0,double id1,double id2)
156     { SetDefaultCellColor_34(id0,id1,id2); }
157
158   private native void SetDefaultCellColor_35(double id0[]);
159   public void SetDefaultCellColor(double id0[])
160     { SetDefaultCellColor_35(id0); }
161
162   private native double[] GetDefaultCellColor_36();
163   public double[] GetDefaultCellColor()
164     { return GetDefaultCellColor_36(); }
165
166   private native void SetDefaultCellOpacity_37(double id0);
167   public void SetDefaultCellOpacity(double id0)
168     { SetDefaultCellOpacity_37(id0); }
169
170   private native double GetDefaultCellOpacity_38();
171   public double GetDefaultCellOpacity()
172     { return GetDefaultCellOpacity_38(); }
173
174   private native void SetSelectedCellColor_39(double id0,double id1,double id2);
175   public void SetSelectedCellColor(double id0,double id1,double id2)
176     { SetSelectedCellColor_39(id0,id1,id2); }
177
178   private native void SetSelectedCellColor_40(double id0[]);
179   public void SetSelectedCellColor(double id0[])
180     { SetSelectedCellColor_40(id0); }
181
182   private native double[] GetSelectedCellColor_41();
183   public double[] GetSelectedCellColor()
184     { return GetSelectedCellColor_41(); }
185
186   private native void SetSelectedCellOpacity_42(double id0);
187   public void SetSelectedCellOpacity(double id0)
188     { SetSelectedCellOpacity_42(id0); }
189
190   private native double GetSelectedCellOpacity_43();
191   public double GetSelectedCellOpacity()
192     { return GetSelectedCellOpacity_43(); }
193
194   private native void SetCellColorOutputArrayName_44(String id0);
195   public void SetCellColorOutputArrayName(String id0)
196     { SetCellColorOutputArrayName_44(id0); }
197
198   private native String GetCellColorOutputArrayName_45();
199   public String GetCellColorOutputArrayName()
200     { return GetCellColorOutputArrayName_45(); }
201
202   private native void SetUseCurrentAnnotationColor_46(boolean id0);
203   public void SetUseCurrentAnnotationColor(boolean id0)
204     { SetUseCurrentAnnotationColor_46(id0); }
205
206   private native boolean GetUseCurrentAnnotationColor_47();
207   public boolean GetUseCurrentAnnotationColor()
208     { return GetUseCurrentAnnotationColor_47(); }
209
210   private native void UseCurrentAnnotationColorOn_48();
211   public void UseCurrentAnnotationColorOn()
212     { UseCurrentAnnotationColorOn_48(); }
213
214   private native void UseCurrentAnnotationColorOff_49();
215   public void UseCurrentAnnotationColorOff()
216     { UseCurrentAnnotationColorOff_49(); }
217
218   private native int GetMTime_50();
219   public int GetMTime()
220     { return GetMTime_50(); }
221
222   public vtkApplyColors() { super(); }
223
224   public vtkApplyColors(long id) { super(id); }
225   public native long   VTKInit();
226
227 }