X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkArcSource.java;h=3b0702e28e8466aa00e87a75b0621da244be6a1b;hb=c39250eb0521cf4e6d69f472f4fdf9e8b877c6e4;hp=2192d0eb02eeb9704088de489cf9e45ad8a710a1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkArcSource.java b/vtk/src/vtk/vtkArcSource.java index 2192d0eb..3b0702e2 100644 --- a/vtk/src/vtk/vtkArcSource.java +++ b/vtk/src/vtk/vtkArcSource.java @@ -1,91 +1,155 @@ -// java wrapper for vtkArcSource object -// - -package vtk; -import vtk.*; - -public class vtkArcSource 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 SetCenter_8(double id0,double id1,double id2); - public void SetCenter(double id0,double id1,double id2) - { SetCenter_8(id0,id1,id2); } - - private native void SetCenter_9(double id0[]); - public void SetCenter(double id0[]) - { SetCenter_9(id0); } - - private native double[] GetCenter_10(); - public double[] GetCenter() - { return GetCenter_10(); } - - private native void SetResolution_11(int id0); - public void SetResolution(int id0) - { SetResolution_11(id0); } - - private native int GetResolutionMinValue_12(); - public int GetResolutionMinValue() - { return GetResolutionMinValue_12(); } - - private native int GetResolutionMaxValue_13(); - public int GetResolutionMaxValue() - { return GetResolutionMaxValue_13(); } - - private native int GetResolution_14(); - public int GetResolution() - { return GetResolution_14(); } - - private native void SetNegative_15(boolean id0); - public void SetNegative(boolean id0) - { SetNegative_15(id0); } - - private native boolean GetNegative_16(); - public boolean GetNegative() - { return GetNegative_16(); } - - private native void NegativeOn_17(); - public void NegativeOn() - { NegativeOn_17(); } - - private native void NegativeOff_18(); - public void NegativeOff() - { NegativeOff_18(); } - - public vtkArcSource() { super(); } - - public vtkArcSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkArcSource object +// + +package vtk; +import vtk.*; + +public class vtkArcSource 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 SetCenter_8(double id0,double id1,double id2); + public void SetCenter(double id0,double id1,double id2) + { SetCenter_8(id0,id1,id2); } + + private native void SetCenter_9(double id0[]); + public void SetCenter(double id0[]) + { SetCenter_9(id0); } + + private native double[] GetCenter_10(); + public double[] GetCenter() + { return GetCenter_10(); } + + private native void SetNormal_11(double id0,double id1,double id2); + public void SetNormal(double id0,double id1,double id2) + { SetNormal_11(id0,id1,id2); } + + private native void SetNormal_12(double id0[]); + public void SetNormal(double id0[]) + { SetNormal_12(id0); } + + private native double[] GetNormal_13(); + public double[] GetNormal() + { return GetNormal_13(); } + + private native void SetPolarVector_14(double id0,double id1,double id2); + public void SetPolarVector(double id0,double id1,double id2) + { SetPolarVector_14(id0,id1,id2); } + + private native void SetPolarVector_15(double id0[]); + public void SetPolarVector(double id0[]) + { SetPolarVector_15(id0); } + + private native double[] GetPolarVector_16(); + public double[] GetPolarVector() + { return GetPolarVector_16(); } + + private native void SetAngle_17(double id0); + public void SetAngle(double id0) + { SetAngle_17(id0); } + + private native double GetAngleMinValue_18(); + public double GetAngleMinValue() + { return GetAngleMinValue_18(); } + + private native double GetAngleMaxValue_19(); + public double GetAngleMaxValue() + { return GetAngleMaxValue_19(); } + + private native double GetAngle_20(); + public double GetAngle() + { return GetAngle_20(); } + + private native void SetResolution_21(int id0); + public void SetResolution(int id0) + { SetResolution_21(id0); } + + private native int GetResolutionMinValue_22(); + public int GetResolutionMinValue() + { return GetResolutionMinValue_22(); } + + private native int GetResolutionMaxValue_23(); + public int GetResolutionMaxValue() + { return GetResolutionMaxValue_23(); } + + private native int GetResolution_24(); + public int GetResolution() + { return GetResolution_24(); } + + private native void SetNegative_25(boolean id0); + public void SetNegative(boolean id0) + { SetNegative_25(id0); } + + private native boolean GetNegative_26(); + public boolean GetNegative() + { return GetNegative_26(); } + + private native void NegativeOn_27(); + public void NegativeOn() + { NegativeOn_27(); } + + private native void NegativeOff_28(); + public void NegativeOff() + { NegativeOff_28(); } + + private native void SetUseNormalAndAngle_29(boolean id0); + public void SetUseNormalAndAngle(boolean id0) + { SetUseNormalAndAngle_29(id0); } + + private native boolean GetUseNormalAndAngle_30(); + public boolean GetUseNormalAndAngle() + { return GetUseNormalAndAngle_30(); } + + private native void UseNormalAndAngleOn_31(); + public void UseNormalAndAngleOn() + { UseNormalAndAngleOn_31(); } + + private native void UseNormalAndAngleOff_32(); + public void UseNormalAndAngleOff() + { UseNormalAndAngleOff_32(); } + + private native void SetOutputPointsPrecision_33(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_33(id0); } + + private native int GetOutputPointsPrecision_34(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_34(); } + + public vtkArcSource() { super(); } + + public vtkArcSource(long id) { super(id); } + public native long VTKInit(); + +}