]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPTSReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPTSReader.java
1 // java wrapper for vtkPTSReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPTSReader extends vtkPolyDataAlgorithm
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 LimitReadToBoundsOn_4();
27   public void LimitReadToBoundsOn()
28     { LimitReadToBoundsOn_4(); }
29
30   private native void LimitReadToBoundsOff_5();
31   public void LimitReadToBoundsOff()
32     { LimitReadToBoundsOff_5(); }
33
34   private native void SetLimitReadToBounds_6(boolean id0);
35   public void SetLimitReadToBounds(boolean id0)
36     { SetLimitReadToBounds_6(id0); }
37
38   private native boolean GetLimitReadToBounds_7();
39   public boolean GetLimitReadToBounds()
40     { return GetLimitReadToBounds_7(); }
41
42   private native void SetReadBounds_8(double id0,double id1,double id2,double id3,double id4,double id5);
43   public void SetReadBounds(double id0,double id1,double id2,double id3,double id4,double id5)
44     { SetReadBounds_8(id0,id1,id2,id3,id4,id5); }
45
46   private native void SetReadBounds_9(double id0[]);
47   public void SetReadBounds(double id0[])
48     { SetReadBounds_9(id0); }
49
50   private native double[] GetReadBounds_10();
51   public double[] GetReadBounds()
52     { return GetReadBounds_10(); }
53
54   private native void OutputDataTypeIsDoubleOn_11();
55   public void OutputDataTypeIsDoubleOn()
56     { OutputDataTypeIsDoubleOn_11(); }
57
58   private native void OutputDataTypeIsDoubleOff_12();
59   public void OutputDataTypeIsDoubleOff()
60     { OutputDataTypeIsDoubleOff_12(); }
61
62   private native void SetOutputDataTypeIsDouble_13(boolean id0);
63   public void SetOutputDataTypeIsDouble(boolean id0)
64     { SetOutputDataTypeIsDouble_13(id0); }
65
66   private native boolean GetOutputDataTypeIsDouble_14();
67   public boolean GetOutputDataTypeIsDouble()
68     { return GetOutputDataTypeIsDouble_14(); }
69
70   private native void LimitToMaxNumberOfPointsOn_15();
71   public void LimitToMaxNumberOfPointsOn()
72     { LimitToMaxNumberOfPointsOn_15(); }
73
74   private native void LimitToMaxNumberOfPointsOff_16();
75   public void LimitToMaxNumberOfPointsOff()
76     { LimitToMaxNumberOfPointsOff_16(); }
77
78   private native void SetLimitToMaxNumberOfPoints_17(boolean id0);
79   public void SetLimitToMaxNumberOfPoints(boolean id0)
80     { SetLimitToMaxNumberOfPoints_17(id0); }
81
82   private native boolean GetLimitToMaxNumberOfPoints_18();
83   public boolean GetLimitToMaxNumberOfPoints()
84     { return GetLimitToMaxNumberOfPoints_18(); }
85
86   private native void SetMaxNumberOfPoints_19(int id0);
87   public void SetMaxNumberOfPoints(int id0)
88     { SetMaxNumberOfPoints_19(id0); }
89
90   private native int GetMaxNumberOfPointsMinValue_20();
91   public int GetMaxNumberOfPointsMinValue()
92     { return GetMaxNumberOfPointsMinValue_20(); }
93
94   private native int GetMaxNumberOfPointsMaxValue_21();
95   public int GetMaxNumberOfPointsMaxValue()
96     { return GetMaxNumberOfPointsMaxValue_21(); }
97
98   private native int GetMaxNumberOfPoints_22();
99   public int GetMaxNumberOfPoints()
100     { return GetMaxNumberOfPoints_22(); }
101
102   private native void CreateCellsOn_23();
103   public void CreateCellsOn()
104     { CreateCellsOn_23(); }
105
106   private native void CreateCellsOff_24();
107   public void CreateCellsOff()
108     { CreateCellsOff_24(); }
109
110   private native void SetCreateCells_25(boolean id0);
111   public void SetCreateCells(boolean id0)
112     { SetCreateCells_25(id0); }
113
114   private native boolean GetCreateCells_26();
115   public boolean GetCreateCells()
116     { return GetCreateCells_26(); }
117
118   private native void IncludeColorAndLuminanceOn_27();
119   public void IncludeColorAndLuminanceOn()
120     { IncludeColorAndLuminanceOn_27(); }
121
122   private native void IncludeColorAndLuminanceOff_28();
123   public void IncludeColorAndLuminanceOff()
124     { IncludeColorAndLuminanceOff_28(); }
125
126   private native void SetIncludeColorAndLuminance_29(boolean id0);
127   public void SetIncludeColorAndLuminance(boolean id0)
128     { SetIncludeColorAndLuminance_29(id0); }
129
130   private native boolean GetIncludeColorAndLuminance_30();
131   public boolean GetIncludeColorAndLuminance()
132     { return GetIncludeColorAndLuminance_30(); }
133
134   public vtkPTSReader() { super(); }
135
136   public vtkPTSReader(long id) { super(id); }
137   public native long   VTKInit();
138
139 }