]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGraphMapper.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkGraphMapper.java
1 // java wrapper for vtkGraphMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGraphMapper extends vtkMapper
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 Render_2(vtkRenderer id0,vtkActor id1);
19   public void Render(vtkRenderer id0,vtkActor id1)
20     { Render_2(id0,id1); }
21
22   private native void SetVertexColorArrayName_3(String id0);
23   public void SetVertexColorArrayName(String id0)
24     { SetVertexColorArrayName_3(id0); }
25
26   private native String GetVertexColorArrayName_4();
27   public String GetVertexColorArrayName()
28     { return GetVertexColorArrayName_4(); }
29
30   private native void SetColorVertices_5(boolean id0);
31   public void SetColorVertices(boolean id0)
32     { SetColorVertices_5(id0); }
33
34   private native boolean GetColorVertices_6();
35   public boolean GetColorVertices()
36     { return GetColorVertices_6(); }
37
38   private native void ColorVerticesOn_7();
39   public void ColorVerticesOn()
40     { ColorVerticesOn_7(); }
41
42   private native void ColorVerticesOff_8();
43   public void ColorVerticesOff()
44     { ColorVerticesOff_8(); }
45
46   private native void SetScaledGlyphs_9(boolean id0);
47   public void SetScaledGlyphs(boolean id0)
48     { SetScaledGlyphs_9(id0); }
49
50   private native boolean GetScaledGlyphs_10();
51   public boolean GetScaledGlyphs()
52     { return GetScaledGlyphs_10(); }
53
54   private native void ScaledGlyphsOn_11();
55   public void ScaledGlyphsOn()
56     { ScaledGlyphsOn_11(); }
57
58   private native void ScaledGlyphsOff_12();
59   public void ScaledGlyphsOff()
60     { ScaledGlyphsOff_12(); }
61
62   private native void SetScalingArrayName_13(String id0);
63   public void SetScalingArrayName(String id0)
64     { SetScalingArrayName_13(id0); }
65
66   private native String GetScalingArrayName_14();
67   public String GetScalingArrayName()
68     { return GetScalingArrayName_14(); }
69
70   private native void SetEdgeVisibility_15(boolean id0);
71   public void SetEdgeVisibility(boolean id0)
72     { SetEdgeVisibility_15(id0); }
73
74   private native boolean GetEdgeVisibility_16();
75   public boolean GetEdgeVisibility()
76     { return GetEdgeVisibility_16(); }
77
78   private native void EdgeVisibilityOn_17();
79   public void EdgeVisibilityOn()
80     { EdgeVisibilityOn_17(); }
81
82   private native void EdgeVisibilityOff_18();
83   public void EdgeVisibilityOff()
84     { EdgeVisibilityOff_18(); }
85
86   private native void SetEdgeColorArrayName_19(String id0);
87   public void SetEdgeColorArrayName(String id0)
88     { SetEdgeColorArrayName_19(id0); }
89
90   private native String GetEdgeColorArrayName_20();
91   public String GetEdgeColorArrayName()
92     { return GetEdgeColorArrayName_20(); }
93
94   private native void SetColorEdges_21(boolean id0);
95   public void SetColorEdges(boolean id0)
96     { SetColorEdges_21(id0); }
97
98   private native boolean GetColorEdges_22();
99   public boolean GetColorEdges()
100     { return GetColorEdges_22(); }
101
102   private native void ColorEdgesOn_23();
103   public void ColorEdgesOn()
104     { ColorEdgesOn_23(); }
105
106   private native void ColorEdgesOff_24();
107   public void ColorEdgesOff()
108     { ColorEdgesOff_24(); }
109
110   private native void SetEnabledEdgesArrayName_25(String id0);
111   public void SetEnabledEdgesArrayName(String id0)
112     { SetEnabledEdgesArrayName_25(id0); }
113
114   private native String GetEnabledEdgesArrayName_26();
115   public String GetEnabledEdgesArrayName()
116     { return GetEnabledEdgesArrayName_26(); }
117
118   private native void SetEnableEdgesByArray_27(int id0);
119   public void SetEnableEdgesByArray(int id0)
120     { SetEnableEdgesByArray_27(id0); }
121
122   private native int GetEnableEdgesByArray_28();
123   public int GetEnableEdgesByArray()
124     { return GetEnableEdgesByArray_28(); }
125
126   private native void EnableEdgesByArrayOn_29();
127   public void EnableEdgesByArrayOn()
128     { EnableEdgesByArrayOn_29(); }
129
130   private native void EnableEdgesByArrayOff_30();
131   public void EnableEdgesByArrayOff()
132     { EnableEdgesByArrayOff_30(); }
133
134   private native void SetEnabledVerticesArrayName_31(String id0);
135   public void SetEnabledVerticesArrayName(String id0)
136     { SetEnabledVerticesArrayName_31(id0); }
137
138   private native String GetEnabledVerticesArrayName_32();
139   public String GetEnabledVerticesArrayName()
140     { return GetEnabledVerticesArrayName_32(); }
141
142   private native void SetEnableVerticesByArray_33(int id0);
143   public void SetEnableVerticesByArray(int id0)
144     { SetEnableVerticesByArray_33(id0); }
145
146   private native int GetEnableVerticesByArray_34();
147   public int GetEnableVerticesByArray()
148     { return GetEnableVerticesByArray_34(); }
149
150   private native void EnableVerticesByArrayOn_35();
151   public void EnableVerticesByArrayOn()
152     { EnableVerticesByArrayOn_35(); }
153
154   private native void EnableVerticesByArrayOff_36();
155   public void EnableVerticesByArrayOff()
156     { EnableVerticesByArrayOff_36(); }
157
158   private native void SetIconArrayName_37(String id0);
159   public void SetIconArrayName(String id0)
160     { SetIconArrayName_37(id0); }
161
162   private native String GetIconArrayName_38();
163   public String GetIconArrayName()
164     { return GetIconArrayName_38(); }
165
166   private native void AddIconType_39(String id0,int id1);
167   public void AddIconType(String id0,int id1)
168     { AddIconType_39(id0,id1); }
169
170   private native void ClearIconTypes_40();
171   public void ClearIconTypes()
172     { ClearIconTypes_40(); }
173
174   private native void SetIconAlignment_41(int id0);
175   public void SetIconAlignment(int id0)
176     { SetIconAlignment_41(id0); }
177
178   private native long GetIconTexture_42();
179   public vtkTexture GetIconTexture() {
180     long temp = GetIconTexture_42();
181
182     if (temp == 0) return null;
183     return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
184 }
185
186   private native void SetIconTexture_43(vtkTexture id0);
187   public void SetIconTexture(vtkTexture id0)
188     { SetIconTexture_43(id0); }
189
190   private native void SetIconVisibility_44(boolean id0);
191   public void SetIconVisibility(boolean id0)
192     { SetIconVisibility_44(id0); }
193
194   private native boolean GetIconVisibility_45();
195   public boolean GetIconVisibility()
196     { return GetIconVisibility_45(); }
197
198   private native void IconVisibilityOn_46();
199   public void IconVisibilityOn()
200     { IconVisibilityOn_46(); }
201
202   private native void IconVisibilityOff_47();
203   public void IconVisibilityOff()
204     { IconVisibilityOff_47(); }
205
206   private native double GetVertexPointSize_48();
207   public double GetVertexPointSize()
208     { return GetVertexPointSize_48(); }
209
210   private native void SetVertexPointSize_49(double id0);
211   public void SetVertexPointSize(double id0)
212     { SetVertexPointSize_49(id0); }
213
214   private native double GetEdgeLineWidth_50();
215   public double GetEdgeLineWidth()
216     { return GetEdgeLineWidth_50(); }
217
218   private native void SetEdgeLineWidth_51(double id0);
219   public void SetEdgeLineWidth(double id0)
220     { SetEdgeLineWidth_51(id0); }
221
222   private native void ReleaseGraphicsResources_52(vtkWindow id0);
223   public void ReleaseGraphicsResources(vtkWindow id0)
224     { ReleaseGraphicsResources_52(id0); }
225
226   private native int GetMTime_53();
227   public int GetMTime()
228     { return GetMTime_53(); }
229
230   private native void SetInputData_54(vtkGraph id0);
231   public void SetInputData(vtkGraph id0)
232     { SetInputData_54(id0); }
233
234   private native long GetInput_55();
235   public vtkGraph GetInput() {
236     long temp = GetInput_55();
237
238     if (temp == 0) return null;
239     return (vtkGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
240 }
241
242   private native double[] GetBounds_56();
243   public double[] GetBounds()
244     { return GetBounds_56(); }
245
246   private native long GetEdgeLookupTable_57();
247   public vtkLookupTable GetEdgeLookupTable() {
248     long temp = GetEdgeLookupTable_57();
249
250     if (temp == 0) return null;
251     return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
252 }
253
254   private native long GetVertexLookupTable_58();
255   public vtkLookupTable GetVertexLookupTable() {
256     long temp = GetVertexLookupTable_58();
257
258     if (temp == 0) return null;
259     return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
260 }
261
262   public vtkGraphMapper() { super(); }
263
264   public vtkGraphMapper(long id) { super(id); }
265   public native long   VTKInit();
266
267 }