X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLineSource.java;h=497c20e118538b1fe9e82a759ae951afdbe1bad0;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=d749e4c1f7ade4c2ffa0435f3e090ad93495ebf9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLineSource.java b/vtk/src/vtk/vtkLineSource.java index d749e4c1..497c20e1 100644 --- a/vtk/src/vtk/vtkLineSource.java +++ b/vtk/src/vtk/vtkLineSource.java @@ -1,75 +1,83 @@ -// java wrapper for vtkLineSource object -// - -package vtk; -import vtk.*; - -public class vtkLineSource extends vtkPolyDataAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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)vtkObject.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(); } - - public vtkLineSource() { super(); } - - public vtkLineSource(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}