X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTexturedSphereSource.java;h=ec535029738c8691c845626f5697a5d0e21b0b42;hb=c451ced35ae144dbe52d7f09d8eed128c9e644ee;hp=ff44aa9119b77f7bf30cc58817a5b321902ae8c5;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTexturedSphereSource.java b/vtk/src/vtk/vtkTexturedSphereSource.java index ff44aa91..ec535029 100644 --- a/vtk/src/vtk/vtkTexturedSphereSource.java +++ b/vtk/src/vtk/vtkTexturedSphereSource.java @@ -1,103 +1,111 @@ -// java wrapper for vtkTexturedSphereSource object -// - -package vtk; -import vtk.*; - -public class vtkTexturedSphereSource 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 SetRadius_2(double id0); - public void SetRadius(double id0) - { SetRadius_2(id0); } - - private native double GetRadiusMinValue_3(); - public double GetRadiusMinValue() - { return GetRadiusMinValue_3(); } - - private native double GetRadiusMaxValue_4(); - public double GetRadiusMaxValue() - { return GetRadiusMaxValue_4(); } - - private native double GetRadius_5(); - public double GetRadius() - { return GetRadius_5(); } - - private native void SetThetaResolution_6(int id0); - public void SetThetaResolution(int id0) - { SetThetaResolution_6(id0); } - - private native int GetThetaResolutionMinValue_7(); - public int GetThetaResolutionMinValue() - { return GetThetaResolutionMinValue_7(); } - - private native int GetThetaResolutionMaxValue_8(); - public int GetThetaResolutionMaxValue() - { return GetThetaResolutionMaxValue_8(); } - - private native int GetThetaResolution_9(); - public int GetThetaResolution() - { return GetThetaResolution_9(); } - - private native void SetPhiResolution_10(int id0); - public void SetPhiResolution(int id0) - { SetPhiResolution_10(id0); } - - private native int GetPhiResolutionMinValue_11(); - public int GetPhiResolutionMinValue() - { return GetPhiResolutionMinValue_11(); } - - private native int GetPhiResolutionMaxValue_12(); - public int GetPhiResolutionMaxValue() - { return GetPhiResolutionMaxValue_12(); } - - private native int GetPhiResolution_13(); - public int GetPhiResolution() - { return GetPhiResolution_13(); } - - private native void SetTheta_14(double id0); - public void SetTheta(double id0) - { SetTheta_14(id0); } - - private native double GetThetaMinValue_15(); - public double GetThetaMinValue() - { return GetThetaMinValue_15(); } - - private native double GetThetaMaxValue_16(); - public double GetThetaMaxValue() - { return GetThetaMaxValue_16(); } - - private native double GetTheta_17(); - public double GetTheta() - { return GetTheta_17(); } - - private native void SetPhi_18(double id0); - public void SetPhi(double id0) - { SetPhi_18(id0); } - - private native double GetPhiMinValue_19(); - public double GetPhiMinValue() - { return GetPhiMinValue_19(); } - - private native double GetPhiMaxValue_20(); - public double GetPhiMaxValue() - { return GetPhiMaxValue_20(); } - - private native double GetPhi_21(); - public double GetPhi() - { return GetPhi_21(); } - - public vtkTexturedSphereSource() { super(); } - - public vtkTexturedSphereSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTexturedSphereSource object +// + +package vtk; +import vtk.*; + +public class vtkTexturedSphereSource 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 SetRadius_2(double id0); + public void SetRadius(double id0) + { SetRadius_2(id0); } + + private native double GetRadiusMinValue_3(); + public double GetRadiusMinValue() + { return GetRadiusMinValue_3(); } + + private native double GetRadiusMaxValue_4(); + public double GetRadiusMaxValue() + { return GetRadiusMaxValue_4(); } + + private native double GetRadius_5(); + public double GetRadius() + { return GetRadius_5(); } + + private native void SetThetaResolution_6(int id0); + public void SetThetaResolution(int id0) + { SetThetaResolution_6(id0); } + + private native int GetThetaResolutionMinValue_7(); + public int GetThetaResolutionMinValue() + { return GetThetaResolutionMinValue_7(); } + + private native int GetThetaResolutionMaxValue_8(); + public int GetThetaResolutionMaxValue() + { return GetThetaResolutionMaxValue_8(); } + + private native int GetThetaResolution_9(); + public int GetThetaResolution() + { return GetThetaResolution_9(); } + + private native void SetPhiResolution_10(int id0); + public void SetPhiResolution(int id0) + { SetPhiResolution_10(id0); } + + private native int GetPhiResolutionMinValue_11(); + public int GetPhiResolutionMinValue() + { return GetPhiResolutionMinValue_11(); } + + private native int GetPhiResolutionMaxValue_12(); + public int GetPhiResolutionMaxValue() + { return GetPhiResolutionMaxValue_12(); } + + private native int GetPhiResolution_13(); + public int GetPhiResolution() + { return GetPhiResolution_13(); } + + private native void SetTheta_14(double id0); + public void SetTheta(double id0) + { SetTheta_14(id0); } + + private native double GetThetaMinValue_15(); + public double GetThetaMinValue() + { return GetThetaMinValue_15(); } + + private native double GetThetaMaxValue_16(); + public double GetThetaMaxValue() + { return GetThetaMaxValue_16(); } + + private native double GetTheta_17(); + public double GetTheta() + { return GetTheta_17(); } + + private native void SetPhi_18(double id0); + public void SetPhi(double id0) + { SetPhi_18(id0); } + + private native double GetPhiMinValue_19(); + public double GetPhiMinValue() + { return GetPhiMinValue_19(); } + + private native double GetPhiMaxValue_20(); + public double GetPhiMaxValue() + { return GetPhiMaxValue_20(); } + + private native double GetPhi_21(); + public double GetPhi() + { return GetPhi_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 vtkTexturedSphereSource() { super(); } + + public vtkTexturedSphereSource(long id) { super(id); } + public native long VTKInit(); + +}