]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMoleculeMapper.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkMoleculeMapper.java
1 // java wrapper for vtkMoleculeMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMoleculeMapper 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 SetInputData_2(vtkMolecule id0);
19   public void SetInputData(vtkMolecule id0)
20     { SetInputData_2(id0); }
21
22   private native long GetInput_3();
23   public vtkMolecule GetInput() {
24     long temp = GetInput_3();
25
26     if (temp == 0) return null;
27     return (vtkMolecule)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void UseBallAndStickSettings_4();
31   public void UseBallAndStickSettings()
32     { UseBallAndStickSettings_4(); }
33
34   private native void UseVDWSpheresSettings_5();
35   public void UseVDWSpheresSettings()
36     { UseVDWSpheresSettings_5(); }
37
38   private native void UseLiquoriceStickSettings_6();
39   public void UseLiquoriceStickSettings()
40     { UseLiquoriceStickSettings_6(); }
41
42   private native void UseFastSettings_7();
43   public void UseFastSettings()
44     { UseFastSettings_7(); }
45
46   private native boolean GetRenderAtoms_8();
47   public boolean GetRenderAtoms()
48     { return GetRenderAtoms_8(); }
49
50   private native void SetRenderAtoms_9(boolean id0);
51   public void SetRenderAtoms(boolean id0)
52     { SetRenderAtoms_9(id0); }
53
54   private native void RenderAtomsOn_10();
55   public void RenderAtomsOn()
56     { RenderAtomsOn_10(); }
57
58   private native void RenderAtomsOff_11();
59   public void RenderAtomsOff()
60     { RenderAtomsOff_11(); }
61
62   private native boolean GetRenderBonds_12();
63   public boolean GetRenderBonds()
64     { return GetRenderBonds_12(); }
65
66   private native void SetRenderBonds_13(boolean id0);
67   public void SetRenderBonds(boolean id0)
68     { SetRenderBonds_13(id0); }
69
70   private native void RenderBondsOn_14();
71   public void RenderBondsOn()
72     { RenderBondsOn_14(); }
73
74   private native void RenderBondsOff_15();
75   public void RenderBondsOff()
76     { RenderBondsOff_15(); }
77
78   private native boolean GetRenderLattice_16();
79   public boolean GetRenderLattice()
80     { return GetRenderLattice_16(); }
81
82   private native void SetRenderLattice_17(boolean id0);
83   public void SetRenderLattice(boolean id0)
84     { SetRenderLattice_17(id0); }
85
86   private native void RenderLatticeOn_18();
87   public void RenderLatticeOn()
88     { RenderLatticeOn_18(); }
89
90   private native void RenderLatticeOff_19();
91   public void RenderLatticeOff()
92     { RenderLatticeOff_19(); }
93
94   private native int GetAtomicRadiusType_20();
95   public int GetAtomicRadiusType()
96     { return GetAtomicRadiusType_20(); }
97
98   private native void SetAtomicRadiusType_21(int id0);
99   public void SetAtomicRadiusType(int id0)
100     { SetAtomicRadiusType_21(id0); }
101
102   private native String GetAtomicRadiusTypeAsString_22();
103   public String GetAtomicRadiusTypeAsString()
104     { return GetAtomicRadiusTypeAsString_22(); }
105
106   private native void SetAtomicRadiusTypeToCovalentRadius_23();
107   public void SetAtomicRadiusTypeToCovalentRadius()
108     { SetAtomicRadiusTypeToCovalentRadius_23(); }
109
110   private native void SetAtomicRadiusTypeToVDWRadius_24();
111   public void SetAtomicRadiusTypeToVDWRadius()
112     { SetAtomicRadiusTypeToVDWRadius_24(); }
113
114   private native void SetAtomicRadiusTypeToUnitRadius_25();
115   public void SetAtomicRadiusTypeToUnitRadius()
116     { SetAtomicRadiusTypeToUnitRadius_25(); }
117
118   private native void SetAtomicRadiusTypeToCustomArrayRadius_26();
119   public void SetAtomicRadiusTypeToCustomArrayRadius()
120     { SetAtomicRadiusTypeToCustomArrayRadius_26(); }
121
122   private native double GetAtomicRadiusScaleFactor_27();
123   public double GetAtomicRadiusScaleFactor()
124     { return GetAtomicRadiusScaleFactor_27(); }
125
126   private native void SetAtomicRadiusScaleFactor_28(double id0);
127   public void SetAtomicRadiusScaleFactor(double id0)
128     { SetAtomicRadiusScaleFactor_28(id0); }
129
130   private native boolean GetUseMultiCylindersForBonds_29();
131   public boolean GetUseMultiCylindersForBonds()
132     { return GetUseMultiCylindersForBonds_29(); }
133
134   private native void SetUseMultiCylindersForBonds_30(boolean id0);
135   public void SetUseMultiCylindersForBonds(boolean id0)
136     { SetUseMultiCylindersForBonds_30(id0); }
137
138   private native void UseMultiCylindersForBondsOn_31();
139   public void UseMultiCylindersForBondsOn()
140     { UseMultiCylindersForBondsOn_31(); }
141
142   private native void UseMultiCylindersForBondsOff_32();
143   public void UseMultiCylindersForBondsOff()
144     { UseMultiCylindersForBondsOff_32(); }
145
146   private native int GetBondColorMode_33();
147   public int GetBondColorMode()
148     { return GetBondColorMode_33(); }
149
150   private native void SetBondColorMode_34(int id0);
151   public void SetBondColorMode(int id0)
152     { SetBondColorMode_34(id0); }
153
154   private native String GetBondColorModeAsString_35();
155   public String GetBondColorModeAsString()
156     { return GetBondColorModeAsString_35(); }
157
158   private native void SetBondColorModeToSingleColor_36();
159   public void SetBondColorModeToSingleColor()
160     { SetBondColorModeToSingleColor_36(); }
161
162   private native void SetBondColorModeToDiscreteByAtom_37();
163   public void SetBondColorModeToDiscreteByAtom()
164     { SetBondColorModeToDiscreteByAtom_37(); }
165
166   private native byte[] GetBondColor_38();
167   public byte[] GetBondColor()
168     { return GetBondColor_38(); }
169
170   private native void SetBondColor_39(char id0,char id1,char id2);
171   public void SetBondColor(char id0,char id1,char id2)
172     { SetBondColor_39(id0,id1,id2); }
173
174   private native double GetBondRadius_40();
175   public double GetBondRadius()
176     { return GetBondRadius_40(); }
177
178   private native void SetBondRadius_41(double id0);
179   public void SetBondRadius(double id0)
180     { SetBondRadius_41(id0); }
181
182   private native byte[] GetLatticeColor_42();
183   public byte[] GetLatticeColor()
184     { return GetLatticeColor_42(); }
185
186   private native void SetLatticeColor_43(char id0,char id1,char id2);
187   public void SetLatticeColor(char id0,char id1,char id2)
188     { SetLatticeColor_43(id0,id1,id2); }
189
190   private native void GetSelectedAtomsAndBonds_44(vtkSelection id0,vtkIdTypeArray id1,vtkIdTypeArray id2);
191   public void GetSelectedAtomsAndBonds(vtkSelection id0,vtkIdTypeArray id1,vtkIdTypeArray id2)
192     { GetSelectedAtomsAndBonds_44(id0,id1,id2); }
193
194   private native void GetSelectedAtoms_45(vtkSelection id0,vtkIdTypeArray id1);
195   public void GetSelectedAtoms(vtkSelection id0,vtkIdTypeArray id1)
196     { GetSelectedAtoms_45(id0,id1); }
197
198   private native void GetSelectedBonds_46(vtkSelection id0,vtkIdTypeArray id1);
199   public void GetSelectedBonds(vtkSelection id0,vtkIdTypeArray id1)
200     { GetSelectedBonds_46(id0,id1); }
201
202   private native void Render_47(vtkRenderer id0,vtkActor id1);
203   public void Render(vtkRenderer id0,vtkActor id1)
204     { Render_47(id0,id1); }
205
206   private native void ReleaseGraphicsResources_48(vtkWindow id0);
207   public void ReleaseGraphicsResources(vtkWindow id0)
208     { ReleaseGraphicsResources_48(id0); }
209
210   private native void GetBounds_49(double id0[]);
211   public void GetBounds(double id0[])
212     { GetBounds_49(id0); }
213
214   private native int FillInputPortInformation_50(int id0,vtkInformation id1);
215   public int FillInputPortInformation(int id0,vtkInformation id1)
216     { return FillInputPortInformation_50(id0,id1); }
217
218   private native boolean GetSupportsSelection_51();
219   public boolean GetSupportsSelection()
220     { return GetSupportsSelection_51(); }
221
222   private native String GetAtomicRadiusArrayName_52();
223   public String GetAtomicRadiusArrayName()
224     { return GetAtomicRadiusArrayName_52(); }
225
226   private native void SetAtomicRadiusArrayName_53(String id0);
227   public void SetAtomicRadiusArrayName(String id0)
228     { SetAtomicRadiusArrayName_53(id0); }
229
230   public vtkMoleculeMapper() { super(); }
231
232   public vtkMoleculeMapper(long id) { super(id); }
233   public native long   VTKInit();
234
235 }