1 // java wrapper for vtkPTSReader object
7 public class vtkPTSReader extends vtkPolyDataAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetFileName_2(String id0);
19 public void SetFileName(String id0)
20 { SetFileName_2(id0); }
22 private native String GetFileName_3();
23 public String GetFileName()
24 { return GetFileName_3(); }
26 private native void LimitReadToBoundsOn_4();
27 public void LimitReadToBoundsOn()
28 { LimitReadToBoundsOn_4(); }
30 private native void LimitReadToBoundsOff_5();
31 public void LimitReadToBoundsOff()
32 { LimitReadToBoundsOff_5(); }
34 private native void SetLimitReadToBounds_6(boolean id0);
35 public void SetLimitReadToBounds(boolean id0)
36 { SetLimitReadToBounds_6(id0); }
38 private native boolean GetLimitReadToBounds_7();
39 public boolean GetLimitReadToBounds()
40 { return GetLimitReadToBounds_7(); }
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); }
46 private native void SetReadBounds_9(double id0[]);
47 public void SetReadBounds(double id0[])
48 { SetReadBounds_9(id0); }
50 private native double[] GetReadBounds_10();
51 public double[] GetReadBounds()
52 { return GetReadBounds_10(); }
54 private native void OutputDataTypeIsDoubleOn_11();
55 public void OutputDataTypeIsDoubleOn()
56 { OutputDataTypeIsDoubleOn_11(); }
58 private native void OutputDataTypeIsDoubleOff_12();
59 public void OutputDataTypeIsDoubleOff()
60 { OutputDataTypeIsDoubleOff_12(); }
62 private native void SetOutputDataTypeIsDouble_13(boolean id0);
63 public void SetOutputDataTypeIsDouble(boolean id0)
64 { SetOutputDataTypeIsDouble_13(id0); }
66 private native boolean GetOutputDataTypeIsDouble_14();
67 public boolean GetOutputDataTypeIsDouble()
68 { return GetOutputDataTypeIsDouble_14(); }
70 private native void LimitToMaxNumberOfPointsOn_15();
71 public void LimitToMaxNumberOfPointsOn()
72 { LimitToMaxNumberOfPointsOn_15(); }
74 private native void LimitToMaxNumberOfPointsOff_16();
75 public void LimitToMaxNumberOfPointsOff()
76 { LimitToMaxNumberOfPointsOff_16(); }
78 private native void SetLimitToMaxNumberOfPoints_17(boolean id0);
79 public void SetLimitToMaxNumberOfPoints(boolean id0)
80 { SetLimitToMaxNumberOfPoints_17(id0); }
82 private native boolean GetLimitToMaxNumberOfPoints_18();
83 public boolean GetLimitToMaxNumberOfPoints()
84 { return GetLimitToMaxNumberOfPoints_18(); }
86 private native void SetMaxNumberOfPoints_19(int id0);
87 public void SetMaxNumberOfPoints(int id0)
88 { SetMaxNumberOfPoints_19(id0); }
90 private native int GetMaxNumberOfPointsMinValue_20();
91 public int GetMaxNumberOfPointsMinValue()
92 { return GetMaxNumberOfPointsMinValue_20(); }
94 private native int GetMaxNumberOfPointsMaxValue_21();
95 public int GetMaxNumberOfPointsMaxValue()
96 { return GetMaxNumberOfPointsMaxValue_21(); }
98 private native int GetMaxNumberOfPoints_22();
99 public int GetMaxNumberOfPoints()
100 { return GetMaxNumberOfPoints_22(); }
102 private native void CreateCellsOn_23();
103 public void CreateCellsOn()
104 { CreateCellsOn_23(); }
106 private native void CreateCellsOff_24();
107 public void CreateCellsOff()
108 { CreateCellsOff_24(); }
110 private native void SetCreateCells_25(boolean id0);
111 public void SetCreateCells(boolean id0)
112 { SetCreateCells_25(id0); }
114 private native boolean GetCreateCells_26();
115 public boolean GetCreateCells()
116 { return GetCreateCells_26(); }
118 private native void IncludeColorAndLuminanceOn_27();
119 public void IncludeColorAndLuminanceOn()
120 { IncludeColorAndLuminanceOn_27(); }
122 private native void IncludeColorAndLuminanceOff_28();
123 public void IncludeColorAndLuminanceOff()
124 { IncludeColorAndLuminanceOff_28(); }
126 private native void SetIncludeColorAndLuminance_29(boolean id0);
127 public void SetIncludeColorAndLuminance(boolean id0)
128 { SetIncludeColorAndLuminance_29(id0); }
130 private native boolean GetIncludeColorAndLuminance_30();
131 public boolean GetIncludeColorAndLuminance()
132 { return GetIncludeColorAndLuminance_30(); }
134 public vtkPTSReader() { super(); }
136 public vtkPTSReader(long id) { super(id); }
137 public native long VTKInit();