]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkXMLDataElement.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkXMLDataElement.java
1 // java wrapper for vtkXMLDataElement object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkXMLDataElement 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 String GetName_2();
19   public String GetName()
20     { return GetName_2(); }
21
22   private native void SetName_3(String id0);
23   public void SetName(String id0)
24     { SetName_3(id0); }
25
26   private native String GetId_4();
27   public String GetId()
28     { return GetId_4(); }
29
30   private native void SetId_5(String id0);
31   public void SetId(String id0)
32     { SetId_5(id0); }
33
34   private native String GetAttribute_6(String id0);
35   public String GetAttribute(String id0)
36     { return GetAttribute_6(id0); }
37
38   private native void SetAttribute_7(String id0,String id1);
39   public void SetAttribute(String id0,String id1)
40     { SetAttribute_7(id0,id1); }
41
42   private native void SetCharacterData_8(String id0,int id1);
43   public void SetCharacterData(String id0,int id1)
44     { SetCharacterData_8(id0,id1); }
45
46   private native String GetCharacterData_9();
47   public String GetCharacterData()
48     { return GetCharacterData_9(); }
49
50   private native void SetIntAttribute_10(String id0,int id1);
51   public void SetIntAttribute(String id0,int id1)
52     { SetIntAttribute_10(id0,id1); }
53
54   private native void SetFloatAttribute_11(String id0,double id1);
55   public void SetFloatAttribute(String id0,double id1)
56     { SetFloatAttribute_11(id0,id1); }
57
58   private native void SetDoubleAttribute_12(String id0,double id1);
59   public void SetDoubleAttribute(String id0,double id1)
60     { SetDoubleAttribute_12(id0,id1); }
61
62   private native void SetUnsignedLongAttribute_13(String id0,int id1);
63   public void SetUnsignedLongAttribute(String id0,int id1)
64     { SetUnsignedLongAttribute_13(id0,id1); }
65
66   private native int GetNumberOfAttributes_14();
67   public int GetNumberOfAttributes()
68     { return GetNumberOfAttributes_14(); }
69
70   private native String GetAttributeName_15(int id0);
71   public String GetAttributeName(int id0)
72     { return GetAttributeName_15(id0); }
73
74   private native String GetAttributeValue_16(int id0);
75   public String GetAttributeValue(int id0)
76     { return GetAttributeValue_16(id0); }
77
78   private native void RemoveAttribute_17(String id0);
79   public void RemoveAttribute(String id0)
80     { RemoveAttribute_17(id0); }
81
82   private native void RemoveAllAttributes_18();
83   public void RemoveAllAttributes()
84     { RemoveAllAttributes_18(); }
85
86   private native long GetParent_19();
87   public vtkXMLDataElement GetParent() {
88     long temp = GetParent_19();
89
90     if (temp == 0) return null;
91     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native void SetParent_20(vtkXMLDataElement id0);
95   public void SetParent(vtkXMLDataElement id0)
96     { SetParent_20(id0); }
97
98   private native long GetRoot_21();
99   public vtkXMLDataElement GetRoot() {
100     long temp = GetRoot_21();
101
102     if (temp == 0) return null;
103     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native int GetNumberOfNestedElements_22();
107   public int GetNumberOfNestedElements()
108     { return GetNumberOfNestedElements_22(); }
109
110   private native long GetNestedElement_23(int id0);
111   public vtkXMLDataElement GetNestedElement(int id0) {
112     long temp = GetNestedElement_23(id0);
113
114     if (temp == 0) return null;
115     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
116 }
117
118   private native void AddNestedElement_24(vtkXMLDataElement id0);
119   public void AddNestedElement(vtkXMLDataElement id0)
120     { AddNestedElement_24(id0); }
121
122   private native void RemoveNestedElement_25(vtkXMLDataElement id0);
123   public void RemoveNestedElement(vtkXMLDataElement id0)
124     { RemoveNestedElement_25(id0); }
125
126   private native void RemoveAllNestedElements_26();
127   public void RemoveAllNestedElements()
128     { RemoveAllNestedElements_26(); }
129
130   private native long FindNestedElement_27(String id0);
131   public vtkXMLDataElement FindNestedElement(String id0) {
132     long temp = FindNestedElement_27(id0);
133
134     if (temp == 0) return null;
135     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native long FindNestedElementWithName_28(String id0);
139   public vtkXMLDataElement FindNestedElementWithName(String id0) {
140     long temp = FindNestedElementWithName_28(id0);
141
142     if (temp == 0) return null;
143     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native long FindNestedElementWithNameAndId_29(String id0,String id1);
147   public vtkXMLDataElement FindNestedElementWithNameAndId(String id0,String id1) {
148     long temp = FindNestedElementWithNameAndId_29(id0,id1);
149
150     if (temp == 0) return null;
151     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
152 }
153
154   private native long FindNestedElementWithNameAndAttribute_30(String id0,String id1,String id2);
155   public vtkXMLDataElement FindNestedElementWithNameAndAttribute(String id0,String id1,String id2) {
156     long temp = FindNestedElementWithNameAndAttribute_30(id0,id1,id2);
157
158     if (temp == 0) return null;
159     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native long LookupElementWithName_31(String id0);
163   public vtkXMLDataElement LookupElementWithName(String id0) {
164     long temp = LookupElementWithName_31(id0);
165
166     if (temp == 0) return null;
167     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
168 }
169
170   private native long LookupElement_32(String id0);
171   public vtkXMLDataElement LookupElement(String id0) {
172     long temp = LookupElement_32(id0);
173
174     if (temp == 0) return null;
175     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
176 }
177
178   private native int GetXMLByteIndex_33();
179   public int GetXMLByteIndex()
180     { return GetXMLByteIndex_33(); }
181
182   private native void SetXMLByteIndex_34(int id0);
183   public void SetXMLByteIndex(int id0)
184     { SetXMLByteIndex_34(id0); }
185
186   private native int IsEqualTo_35(vtkXMLDataElement id0);
187   public int IsEqualTo(vtkXMLDataElement id0)
188     { return IsEqualTo_35(id0); }
189
190   private native void DeepCopy_36(vtkXMLDataElement id0);
191   public void DeepCopy(vtkXMLDataElement id0)
192     { DeepCopy_36(id0); }
193
194   private native void SetAttributeEncoding_37(int id0);
195   public void SetAttributeEncoding(int id0)
196     { SetAttributeEncoding_37(id0); }
197
198   private native int GetAttributeEncodingMinValue_38();
199   public int GetAttributeEncodingMinValue()
200     { return GetAttributeEncodingMinValue_38(); }
201
202   private native int GetAttributeEncodingMaxValue_39();
203   public int GetAttributeEncodingMaxValue()
204     { return GetAttributeEncodingMaxValue_39(); }
205
206   private native int GetAttributeEncoding_40();
207   public int GetAttributeEncoding()
208     { return GetAttributeEncoding_40(); }
209
210   private native void PrintXML_41(String id0);
211   public void PrintXML(String id0)
212     { PrintXML_41(id0); }
213
214   private native int GetCharacterDataWidth_42();
215   public int GetCharacterDataWidth()
216     { return GetCharacterDataWidth_42(); }
217
218   private native void SetCharacterDataWidth_43(int id0);
219   public void SetCharacterDataWidth(int id0)
220     { SetCharacterDataWidth_43(id0); }
221
222   public vtkXMLDataElement() { super(); }
223
224   public vtkXMLDataElement(long id) { super(id); }
225   public native long   VTKInit();
226
227 }