X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRegularPolygonSource.java;h=fa176b802264d297b788ef7f08a3b7f6a85cfd78;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=387922a25d793fa80f634b21ee471542f082cdff;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRegularPolygonSource.java b/vtk/src/vtk/vtkRegularPolygonSource.java index 387922a2..fa176b80 100644 --- a/vtk/src/vtk/vtkRegularPolygonSource.java +++ b/vtk/src/vtk/vtkRegularPolygonSource.java @@ -1,103 +1,111 @@ -// java wrapper for vtkRegularPolygonSource object -// - -package vtk; -import vtk.*; - -public class vtkRegularPolygonSource 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 SetNumberOfSides_2(int id0); - public void SetNumberOfSides(int id0) - { SetNumberOfSides_2(id0); } - - private native int GetNumberOfSidesMinValue_3(); - public int GetNumberOfSidesMinValue() - { return GetNumberOfSidesMinValue_3(); } - - private native int GetNumberOfSidesMaxValue_4(); - public int GetNumberOfSidesMaxValue() - { return GetNumberOfSidesMaxValue_4(); } - - private native int GetNumberOfSides_5(); - public int GetNumberOfSides() - { return GetNumberOfSides_5(); } - - private native void SetCenter_6(double id0,double id1,double id2); - public void SetCenter(double id0,double id1,double id2) - { SetCenter_6(id0,id1,id2); } - - private native void SetCenter_7(double id0[]); - public void SetCenter(double id0[]) - { SetCenter_7(id0); } - - private native double[] GetCenter_8(); - public double[] GetCenter() - { return GetCenter_8(); } - - private native void SetNormal_9(double id0,double id1,double id2); - public void SetNormal(double id0,double id1,double id2) - { SetNormal_9(id0,id1,id2); } - - private native void SetNormal_10(double id0[]); - public void SetNormal(double id0[]) - { SetNormal_10(id0); } - - private native double[] GetNormal_11(); - public double[] GetNormal() - { return GetNormal_11(); } - - private native void SetRadius_12(double id0); - public void SetRadius(double id0) - { SetRadius_12(id0); } - - private native double GetRadius_13(); - public double GetRadius() - { return GetRadius_13(); } - - private native void SetGeneratePolygon_14(int id0); - public void SetGeneratePolygon(int id0) - { SetGeneratePolygon_14(id0); } - - private native int GetGeneratePolygon_15(); - public int GetGeneratePolygon() - { return GetGeneratePolygon_15(); } - - private native void GeneratePolygonOn_16(); - public void GeneratePolygonOn() - { GeneratePolygonOn_16(); } - - private native void GeneratePolygonOff_17(); - public void GeneratePolygonOff() - { GeneratePolygonOff_17(); } - - private native void SetGeneratePolyline_18(int id0); - public void SetGeneratePolyline(int id0) - { SetGeneratePolyline_18(id0); } - - private native int GetGeneratePolyline_19(); - public int GetGeneratePolyline() - { return GetGeneratePolyline_19(); } - - private native void GeneratePolylineOn_20(); - public void GeneratePolylineOn() - { GeneratePolylineOn_20(); } - - private native void GeneratePolylineOff_21(); - public void GeneratePolylineOff() - { GeneratePolylineOff_21(); } - - public vtkRegularPolygonSource() { super(); } - - public vtkRegularPolygonSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRegularPolygonSource object +// + +package vtk; +import vtk.*; + +public class vtkRegularPolygonSource 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 SetNumberOfSides_2(int id0); + public void SetNumberOfSides(int id0) + { SetNumberOfSides_2(id0); } + + private native int GetNumberOfSidesMinValue_3(); + public int GetNumberOfSidesMinValue() + { return GetNumberOfSidesMinValue_3(); } + + private native int GetNumberOfSidesMaxValue_4(); + public int GetNumberOfSidesMaxValue() + { return GetNumberOfSidesMaxValue_4(); } + + private native int GetNumberOfSides_5(); + public int GetNumberOfSides() + { return GetNumberOfSides_5(); } + + private native void SetCenter_6(double id0,double id1,double id2); + public void SetCenter(double id0,double id1,double id2) + { SetCenter_6(id0,id1,id2); } + + private native void SetCenter_7(double id0[]); + public void SetCenter(double id0[]) + { SetCenter_7(id0); } + + private native double[] GetCenter_8(); + public double[] GetCenter() + { return GetCenter_8(); } + + private native void SetNormal_9(double id0,double id1,double id2); + public void SetNormal(double id0,double id1,double id2) + { SetNormal_9(id0,id1,id2); } + + private native void SetNormal_10(double id0[]); + public void SetNormal(double id0[]) + { SetNormal_10(id0); } + + private native double[] GetNormal_11(); + public double[] GetNormal() + { return GetNormal_11(); } + + private native void SetRadius_12(double id0); + public void SetRadius(double id0) + { SetRadius_12(id0); } + + private native double GetRadius_13(); + public double GetRadius() + { return GetRadius_13(); } + + private native void SetGeneratePolygon_14(int id0); + public void SetGeneratePolygon(int id0) + { SetGeneratePolygon_14(id0); } + + private native int GetGeneratePolygon_15(); + public int GetGeneratePolygon() + { return GetGeneratePolygon_15(); } + + private native void GeneratePolygonOn_16(); + public void GeneratePolygonOn() + { GeneratePolygonOn_16(); } + + private native void GeneratePolygonOff_17(); + public void GeneratePolygonOff() + { GeneratePolygonOff_17(); } + + private native void SetGeneratePolyline_18(int id0); + public void SetGeneratePolyline(int id0) + { SetGeneratePolyline_18(id0); } + + private native int GetGeneratePolyline_19(); + public int GetGeneratePolyline() + { return GetGeneratePolyline_19(); } + + private native void GeneratePolylineOn_20(); + public void GeneratePolylineOn() + { GeneratePolylineOn_20(); } + + private native void GeneratePolylineOff_21(); + public void GeneratePolylineOff() + { GeneratePolylineOff_21(); } + + private native void SetOutputPointsPrecision_22(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_22(id0); } + + private native int GetOutputPointsPrecision_23(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_23(); } + + public vtkRegularPolygonSource() { super(); } + + public vtkRegularPolygonSource(long id) { super(id); } + public native long VTKInit(); + +}