]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkXMLDataParser.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkXMLDataParser.java
1 // java wrapper for vtkXMLDataParser object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkXMLDataParser extends vtkXMLParser
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 long GetRootElement_2();
19   public vtkXMLDataElement GetRootElement() {
20     long temp = GetRootElement_2();
21
22     if (temp == 0) return null;
23     return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetCompressor_3(vtkDataCompressor id0);
27   public void SetCompressor(vtkDataCompressor id0)
28     { SetCompressor_3(id0); }
29
30   private native long GetCompressor_4();
31   public vtkDataCompressor GetCompressor() {
32     long temp = GetCompressor_4();
33
34     if (temp == 0) return null;
35     return (vtkDataCompressor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native int Parse_5();
39   public int Parse()
40     { return Parse_5(); }
41
42   private native int GetAbort_6();
43   public int GetAbort()
44     { return GetAbort_6(); }
45
46   private native void SetAbort_7(int id0);
47   public void SetAbort(int id0)
48     { SetAbort_7(id0); }
49
50   private native double GetProgress_8();
51   public double GetProgress()
52     { return GetProgress_8(); }
53
54   private native void SetProgress_9(double id0);
55   public void SetProgress(double id0)
56     { SetProgress_9(id0); }
57
58   private native void SetAttributesEncoding_10(int id0);
59   public void SetAttributesEncoding(int id0)
60     { SetAttributesEncoding_10(id0); }
61
62   private native int GetAttributesEncodingMinValue_11();
63   public int GetAttributesEncodingMinValue()
64     { return GetAttributesEncodingMinValue_11(); }
65
66   private native int GetAttributesEncodingMaxValue_12();
67   public int GetAttributesEncodingMaxValue()
68     { return GetAttributesEncodingMaxValue_12(); }
69
70   private native int GetAttributesEncoding_13();
71   public int GetAttributesEncoding()
72     { return GetAttributesEncoding_13(); }
73
74   private native void CharacterDataHandler_14(String id0,int id1);
75   public void CharacterDataHandler(String id0,int id1)
76     { CharacterDataHandler_14(id0,id1); }
77
78   private native int GetAppendedDataPosition_15();
79   public int GetAppendedDataPosition()
80     { return GetAppendedDataPosition_15(); }
81
82   public vtkXMLDataParser() { super(); }
83
84   public vtkXMLDataParser(long id) { super(id); }
85   public native long   VTKInit();
86
87 }