X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRotationalExtrusionFilter.java;h=eb7789b4bf88da5ac70cd906cb529887cbec0f86;hb=e75c2f6a2f0bdef0e8077879664715d99cede843;hp=bd15efa9a10497a6b788334da7784f8e25d52372;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRotationalExtrusionFilter.java b/vtk/src/vtk/vtkRotationalExtrusionFilter.java index bd15efa9..eb7789b4 100644 --- a/vtk/src/vtk/vtkRotationalExtrusionFilter.java +++ b/vtk/src/vtk/vtkRotationalExtrusionFilter.java @@ -1,79 +1,79 @@ -// java wrapper for vtkRotationalExtrusionFilter object -// - -package vtk; -import vtk.*; - -public class vtkRotationalExtrusionFilter 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 SetResolution_2(int id0); - public void SetResolution(int id0) - { SetResolution_2(id0); } - - private native int GetResolutionMinValue_3(); - public int GetResolutionMinValue() - { return GetResolutionMinValue_3(); } - - private native int GetResolutionMaxValue_4(); - public int GetResolutionMaxValue() - { return GetResolutionMaxValue_4(); } - - private native int GetResolution_5(); - public int GetResolution() - { return GetResolution_5(); } - - private native void SetCapping_6(int id0); - public void SetCapping(int id0) - { SetCapping_6(id0); } - - private native int GetCapping_7(); - public int GetCapping() - { return GetCapping_7(); } - - private native void CappingOn_8(); - public void CappingOn() - { CappingOn_8(); } - - private native void CappingOff_9(); - public void CappingOff() - { CappingOff_9(); } - - private native void SetAngle_10(double id0); - public void SetAngle(double id0) - { SetAngle_10(id0); } - - private native double GetAngle_11(); - public double GetAngle() - { return GetAngle_11(); } - - private native void SetTranslation_12(double id0); - public void SetTranslation(double id0) - { SetTranslation_12(id0); } - - private native double GetTranslation_13(); - public double GetTranslation() - { return GetTranslation_13(); } - - private native void SetDeltaRadius_14(double id0); - public void SetDeltaRadius(double id0) - { SetDeltaRadius_14(id0); } - - private native double GetDeltaRadius_15(); - public double GetDeltaRadius() - { return GetDeltaRadius_15(); } - - public vtkRotationalExtrusionFilter() { super(); } - - public vtkRotationalExtrusionFilter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRotationalExtrusionFilter object +// + +package vtk; +import vtk.*; + +public class vtkRotationalExtrusionFilter 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 SetResolution_2(int id0); + public void SetResolution(int id0) + { SetResolution_2(id0); } + + private native int GetResolutionMinValue_3(); + public int GetResolutionMinValue() + { return GetResolutionMinValue_3(); } + + private native int GetResolutionMaxValue_4(); + public int GetResolutionMaxValue() + { return GetResolutionMaxValue_4(); } + + private native int GetResolution_5(); + public int GetResolution() + { return GetResolution_5(); } + + private native void SetCapping_6(int id0); + public void SetCapping(int id0) + { SetCapping_6(id0); } + + private native int GetCapping_7(); + public int GetCapping() + { return GetCapping_7(); } + + private native void CappingOn_8(); + public void CappingOn() + { CappingOn_8(); } + + private native void CappingOff_9(); + public void CappingOff() + { CappingOff_9(); } + + private native void SetAngle_10(double id0); + public void SetAngle(double id0) + { SetAngle_10(id0); } + + private native double GetAngle_11(); + public double GetAngle() + { return GetAngle_11(); } + + private native void SetTranslation_12(double id0); + public void SetTranslation(double id0) + { SetTranslation_12(id0); } + + private native double GetTranslation_13(); + public double GetTranslation() + { return GetTranslation_13(); } + + private native void SetDeltaRadius_14(double id0); + public void SetDeltaRadius(double id0) + { SetDeltaRadius_14(id0); } + + private native double GetDeltaRadius_15(); + public double GetDeltaRadius() + { return GetDeltaRadius_15(); } + + public vtkRotationalExtrusionFilter() { super(); } + + public vtkRotationalExtrusionFilter(long id) { super(id); } + public native long VTKInit(); + +}