// java wrapper for vtkPTSReader object // package vtk; import vtk.*; public class vtkPTSReader extends vtkPolyDataAlgorithm { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetFileName_2(String id0); public void SetFileName(String id0) { SetFileName_2(id0); } private native String GetFileName_3(); public String GetFileName() { return GetFileName_3(); } private native void LimitReadToBoundsOn_4(); public void LimitReadToBoundsOn() { LimitReadToBoundsOn_4(); } private native void LimitReadToBoundsOff_5(); public void LimitReadToBoundsOff() { LimitReadToBoundsOff_5(); } private native void SetLimitReadToBounds_6(boolean id0); public void SetLimitReadToBounds(boolean id0) { SetLimitReadToBounds_6(id0); } private native boolean GetLimitReadToBounds_7(); public boolean GetLimitReadToBounds() { return GetLimitReadToBounds_7(); } private native void SetReadBounds_8(double id0,double id1,double id2,double id3,double id4,double id5); public void SetReadBounds(double id0,double id1,double id2,double id3,double id4,double id5) { SetReadBounds_8(id0,id1,id2,id3,id4,id5); } private native void SetReadBounds_9(double id0[]); public void SetReadBounds(double id0[]) { SetReadBounds_9(id0); } private native double[] GetReadBounds_10(); public double[] GetReadBounds() { return GetReadBounds_10(); } private native void OutputDataTypeIsDoubleOn_11(); public void OutputDataTypeIsDoubleOn() { OutputDataTypeIsDoubleOn_11(); } private native void OutputDataTypeIsDoubleOff_12(); public void OutputDataTypeIsDoubleOff() { OutputDataTypeIsDoubleOff_12(); } private native void SetOutputDataTypeIsDouble_13(boolean id0); public void SetOutputDataTypeIsDouble(boolean id0) { SetOutputDataTypeIsDouble_13(id0); } private native boolean GetOutputDataTypeIsDouble_14(); public boolean GetOutputDataTypeIsDouble() { return GetOutputDataTypeIsDouble_14(); } private native void LimitToMaxNumberOfPointsOn_15(); public void LimitToMaxNumberOfPointsOn() { LimitToMaxNumberOfPointsOn_15(); } private native void LimitToMaxNumberOfPointsOff_16(); public void LimitToMaxNumberOfPointsOff() { LimitToMaxNumberOfPointsOff_16(); } private native void SetLimitToMaxNumberOfPoints_17(boolean id0); public void SetLimitToMaxNumberOfPoints(boolean id0) { SetLimitToMaxNumberOfPoints_17(id0); } private native boolean GetLimitToMaxNumberOfPoints_18(); public boolean GetLimitToMaxNumberOfPoints() { return GetLimitToMaxNumberOfPoints_18(); } private native void SetMaxNumberOfPoints_19(int id0); public void SetMaxNumberOfPoints(int id0) { SetMaxNumberOfPoints_19(id0); } private native int GetMaxNumberOfPointsMinValue_20(); public int GetMaxNumberOfPointsMinValue() { return GetMaxNumberOfPointsMinValue_20(); } private native int GetMaxNumberOfPointsMaxValue_21(); public int GetMaxNumberOfPointsMaxValue() { return GetMaxNumberOfPointsMaxValue_21(); } private native int GetMaxNumberOfPoints_22(); public int GetMaxNumberOfPoints() { return GetMaxNumberOfPoints_22(); } private native void CreateCellsOn_23(); public void CreateCellsOn() { CreateCellsOn_23(); } private native void CreateCellsOff_24(); public void CreateCellsOff() { CreateCellsOff_24(); } private native void SetCreateCells_25(boolean id0); public void SetCreateCells(boolean id0) { SetCreateCells_25(id0); } private native boolean GetCreateCells_26(); public boolean GetCreateCells() { return GetCreateCells_26(); } private native void IncludeColorAndLuminanceOn_27(); public void IncludeColorAndLuminanceOn() { IncludeColorAndLuminanceOn_27(); } private native void IncludeColorAndLuminanceOff_28(); public void IncludeColorAndLuminanceOff() { IncludeColorAndLuminanceOff_28(); } private native void SetIncludeColorAndLuminance_29(boolean id0); public void SetIncludeColorAndLuminance(boolean id0) { SetIncludeColorAndLuminance_29(id0); } private native boolean GetIncludeColorAndLuminance_30(); public boolean GetIncludeColorAndLuminance() { return GetIncludeColorAndLuminance_30(); } public vtkPTSReader() { super(); } public vtkPTSReader(long id) { super(id); } public native long VTKInit(); }