]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkX3DExporter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkX3DExporter.java
1 // java wrapper for vtkX3DExporter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkX3DExporter extends vtkExporter
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 SetFileName_2(String id0);
19   public void SetFileName(String id0)
20     { SetFileName_2(id0); }
21
22   private native String GetFileName_3();
23   public String GetFileName()
24     { return GetFileName_3(); }
25
26   private native void SetSpeed_4(double id0);
27   public void SetSpeed(double id0)
28     { SetSpeed_4(id0); }
29
30   private native double GetSpeed_5();
31   public double GetSpeed()
32     { return GetSpeed_5(); }
33
34   private native void SetBinary_6(int id0);
35   public void SetBinary(int id0)
36     { SetBinary_6(id0); }
37
38   private native int GetBinaryMinValue_7();
39   public int GetBinaryMinValue()
40     { return GetBinaryMinValue_7(); }
41
42   private native int GetBinaryMaxValue_8();
43   public int GetBinaryMaxValue()
44     { return GetBinaryMaxValue_8(); }
45
46   private native void BinaryOn_9();
47   public void BinaryOn()
48     { BinaryOn_9(); }
49
50   private native void BinaryOff_10();
51   public void BinaryOff()
52     { BinaryOff_10(); }
53
54   private native int GetBinary_11();
55   public int GetBinary()
56     { return GetBinary_11(); }
57
58   private native void SetFastest_12(int id0);
59   public void SetFastest(int id0)
60     { SetFastest_12(id0); }
61
62   private native int GetFastestMinValue_13();
63   public int GetFastestMinValue()
64     { return GetFastestMinValue_13(); }
65
66   private native int GetFastestMaxValue_14();
67   public int GetFastestMaxValue()
68     { return GetFastestMaxValue_14(); }
69
70   private native void FastestOn_15();
71   public void FastestOn()
72     { FastestOn_15(); }
73
74   private native void FastestOff_16();
75   public void FastestOff()
76     { FastestOff_16(); }
77
78   private native int GetFastest_17();
79   public int GetFastest()
80     { return GetFastest_17(); }
81
82   private native void SetWriteToOutputString_18(int id0);
83   public void SetWriteToOutputString(int id0)
84     { SetWriteToOutputString_18(id0); }
85
86   private native int GetWriteToOutputString_19();
87   public int GetWriteToOutputString()
88     { return GetWriteToOutputString_19(); }
89
90   private native void WriteToOutputStringOn_20();
91   public void WriteToOutputStringOn()
92     { WriteToOutputStringOn_20(); }
93
94   private native void WriteToOutputStringOff_21();
95   public void WriteToOutputStringOff()
96     { WriteToOutputStringOff_21(); }
97
98   private native int GetOutputStringLength_22();
99   public int GetOutputStringLength()
100     { return GetOutputStringLength_22(); }
101
102   private native String GetOutputString_23();
103   public String GetOutputString()
104     { return GetOutputString_23(); }
105
106   private native String RegisterAndGetOutputString_24();
107   public String RegisterAndGetOutputString()
108     { return RegisterAndGetOutputString_24(); }
109
110   public vtkX3DExporter() { super(); }
111
112   public vtkX3DExporter(long id) { super(id); }
113   public native long   VTKInit();
114
115 }