]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkScalarsToColors.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkScalarsToColors.java
1 // java wrapper for vtkScalarsToColors object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkScalarsToColors 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 int IsOpaque_2();
19   public int IsOpaque()
20     { return IsOpaque_2(); }
21
22   private native void Build_3();
23   public void Build()
24     { Build_3(); }
25
26   private native double[] GetRange_4();
27   public double[] GetRange()
28     { return GetRange_4(); }
29
30   private native void SetRange_5(double id0,double id1);
31   public void SetRange(double id0,double id1)
32     { SetRange_5(id0,id1); }
33
34   private native void SetRange_6(double id0[]);
35   public void SetRange(double id0[])
36     { SetRange_6(id0); }
37
38   private native void GetColor_7(double id0,double id1[]);
39   public void GetColor(double id0,double id1[])
40     { GetColor_7(id0,id1); }
41
42   private native double[] GetColor_8(double id0);
43   public double[] GetColor(double id0)
44     { return GetColor_8(id0); }
45
46   private native double GetOpacity_9(double id0);
47   public double GetOpacity(double id0)
48     { return GetOpacity_9(id0); }
49
50   private native double GetLuminance_10(double id0);
51   public double GetLuminance(double id0)
52     { return GetLuminance_10(id0); }
53
54   private native void SetAlpha_11(double id0);
55   public void SetAlpha(double id0)
56     { SetAlpha_11(id0); }
57
58   private native double GetAlpha_12();
59   public double GetAlpha()
60     { return GetAlpha_12(); }
61
62   private native long MapScalars_13(vtkDataArray id0,int id1,int id2);
63   public vtkUnsignedCharArray MapScalars(vtkDataArray id0,int id1,int id2) {
64     long temp = MapScalars_13(id0,id1,id2);
65
66     if (temp == 0) return null;
67     return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native long MapScalars_14(vtkAbstractArray id0,int id1,int id2);
71   public vtkUnsignedCharArray MapScalars(vtkAbstractArray id0,int id1,int id2) {
72     long temp = MapScalars_14(id0,id1,id2);
73
74     if (temp == 0) return null;
75     return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native void SetVectorMode_15(int id0);
79   public void SetVectorMode(int id0)
80     { SetVectorMode_15(id0); }
81
82   private native int GetVectorMode_16();
83   public int GetVectorMode()
84     { return GetVectorMode_16(); }
85
86   private native void SetVectorModeToMagnitude_17();
87   public void SetVectorModeToMagnitude()
88     { SetVectorModeToMagnitude_17(); }
89
90   private native void SetVectorModeToComponent_18();
91   public void SetVectorModeToComponent()
92     { SetVectorModeToComponent_18(); }
93
94   private native void SetVectorModeToRGBColors_19();
95   public void SetVectorModeToRGBColors()
96     { SetVectorModeToRGBColors_19(); }
97
98   private native void SetVectorComponent_20(int id0);
99   public void SetVectorComponent(int id0)
100     { SetVectorComponent_20(id0); }
101
102   private native int GetVectorComponent_21();
103   public int GetVectorComponent()
104     { return GetVectorComponent_21(); }
105
106   private native void SetVectorSize_22(int id0);
107   public void SetVectorSize(int id0)
108     { SetVectorSize_22(id0); }
109
110   private native int GetVectorSize_23();
111   public int GetVectorSize()
112     { return GetVectorSize_23(); }
113
114   private native void DeepCopy_24(vtkScalarsToColors id0);
115   public void DeepCopy(vtkScalarsToColors id0)
116     { DeepCopy_24(id0); }
117
118   private native int UsingLogScale_25();
119   public int UsingLogScale()
120     { return UsingLogScale_25(); }
121
122   private native int GetNumberOfAvailableColors_26();
123   public int GetNumberOfAvailableColors()
124     { return GetNumberOfAvailableColors_26(); }
125
126   private native void SetAnnotations_27(vtkAbstractArray id0,vtkStringArray id1);
127   public void SetAnnotations(vtkAbstractArray id0,vtkStringArray id1)
128     { SetAnnotations_27(id0,id1); }
129
130   private native long GetAnnotatedValues_28();
131   public vtkAbstractArray GetAnnotatedValues() {
132     long temp = GetAnnotatedValues_28();
133
134     if (temp == 0) return null;
135     return (vtkAbstractArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native long GetAnnotations_29();
139   public vtkStringArray GetAnnotations() {
140     long temp = GetAnnotations_29();
141
142     if (temp == 0) return null;
143     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native int SetAnnotation_30(String id0,String id1);
147   public int SetAnnotation(String id0,String id1)
148     { return SetAnnotation_30(id0,id1); }
149
150   private native int GetNumberOfAnnotatedValues_31();
151   public int GetNumberOfAnnotatedValues()
152     { return GetNumberOfAnnotatedValues_31(); }
153
154   private native String GetAnnotation_32(int id0);
155   public String GetAnnotation(int id0)
156     { return GetAnnotation_32(id0); }
157
158   private native void GetIndexedColor_33(int id0,double id1[]);
159   public void GetIndexedColor(int id0,double id1[])
160     { GetIndexedColor_33(id0,id1); }
161
162   private native void ResetAnnotations_34();
163   public void ResetAnnotations()
164     { ResetAnnotations_34(); }
165
166   private native void SetIndexedLookup_35(int id0);
167   public void SetIndexedLookup(int id0)
168     { SetIndexedLookup_35(id0); }
169
170   private native int GetIndexedLookup_36();
171   public int GetIndexedLookup()
172     { return GetIndexedLookup_36(); }
173
174   private native void IndexedLookupOn_37();
175   public void IndexedLookupOn()
176     { IndexedLookupOn_37(); }
177
178   private native void IndexedLookupOff_38();
179   public void IndexedLookupOff()
180     { IndexedLookupOff_38(); }
181
182   public vtkScalarsToColors() { super(); }
183
184   public vtkScalarsToColors(long id) { super(id); }
185   public native long   VTKInit();
186
187 }