// java wrapper for vtkLineSource object // package vtk; import vtk.*; public class vtkLineSource 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 SetPoint1_2(double id0,double id1,double id2); public void SetPoint1(double id0,double id1,double id2) { SetPoint1_2(id0,id1,id2); } private native void SetPoint1_3(double id0[]); public void SetPoint1(double id0[]) { SetPoint1_3(id0); } private native double[] GetPoint1_4(); public double[] GetPoint1() { return GetPoint1_4(); } private native void SetPoint2_5(double id0,double id1,double id2); public void SetPoint2(double id0,double id1,double id2) { SetPoint2_5(id0,id1,id2); } private native void SetPoint2_6(double id0[]); public void SetPoint2(double id0[]) { SetPoint2_6(id0); } private native double[] GetPoint2_7(); public double[] GetPoint2() { return GetPoint2_7(); } private native void SetPoints_8(vtkPoints id0); public void SetPoints(vtkPoints id0) { SetPoints_8(id0); } private native long GetPoints_9(); public vtkPoints GetPoints() { long temp = GetPoints_9(); if (temp == 0) return null; return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetResolution_10(int id0); public void SetResolution(int id0) { SetResolution_10(id0); } private native int GetResolutionMinValue_11(); public int GetResolutionMinValue() { return GetResolutionMinValue_11(); } private native int GetResolutionMaxValue_12(); public int GetResolutionMaxValue() { return GetResolutionMaxValue_12(); } private native int GetResolution_13(); public int GetResolution() { return GetResolution_13(); } private native void SetOutputPointsPrecision_14(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_14(id0); } private native int GetOutputPointsPrecision_15(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_15(); } public vtkLineSource() { super(); } public vtkLineSource(long id) { super(id); } public native long VTKInit(); }